feat: Response mobile layout support v1
All checks were successful
Queue Release Build / prepare (push) Successful in 1m6s
Deploy Web Apps / deploy (push) Successful in 7m35s
Queue Release Build / build-windows (push) Successful in 29m57s
Queue Release Build / build-linux (push) Successful in 46m28s
Queue Release Build / finalize (push) Successful in 49s
All checks were successful
Queue Release Build / prepare (push) Successful in 1m6s
Deploy Web Apps / deploy (push) Successful in 7m35s
Queue Release Build / build-windows (push) Successful in 29m57s
Queue Release Build / build-linux (push) Successful in 46m28s
Queue Release Build / finalize (push) Successful in 49s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { register as registerSwiperElements } from 'swiper/element/bundle';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { App } from './app/app';
|
||||
import mermaid from 'mermaid';
|
||||
@@ -9,6 +10,9 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
// Register Swiper custom elements (<swiper-container>, <swiper-slide>) globally.
|
||||
registerSwiperElements();
|
||||
|
||||
// Expose mermaid globally for ngx-remark's MermaidComponent
|
||||
window.mermaid = mermaid;
|
||||
mermaid.initialize({
|
||||
|
||||
Reference in New Issue
Block a user