mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
Merge branch 'dev' into dev-starter
This commit is contained in:
commit
b294672452
1649
package-lock.json
generated
1649
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -31,7 +31,6 @@
|
|||
"lodash-es": "4.17.21",
|
||||
"luxon": "3.1.0",
|
||||
"ng-apexcharts": "1.7.4",
|
||||
"ngx-markdown": "14.0.1",
|
||||
"ngx-quill": "19.0.1",
|
||||
"perfect-scrollbar": "1.5.5",
|
||||
"quill": "1.3.7",
|
||||
|
|
|
@ -2,7 +2,6 @@ import { NgModule } from '@angular/core';
|
|||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { ExtraOptions, PreloadAllModules, RouterModule } from '@angular/router';
|
||||
import { MarkdownModule } from 'ngx-markdown';
|
||||
import { FuseModule } from '@fuse';
|
||||
import { FuseConfigModule } from '@fuse/services/config';
|
||||
import { FuseMockApiModule } from '@fuse/lib/mock-api';
|
||||
|
@ -36,10 +35,7 @@ const routerConfig: ExtraOptions = {
|
|||
CoreModule,
|
||||
|
||||
// Layout module of your application
|
||||
LayoutModule,
|
||||
|
||||
// 3rd party modules that require global configuration via forRoot
|
||||
MarkdownModule.forRoot({})
|
||||
LayoutModule
|
||||
],
|
||||
bootstrap : [
|
||||
AppComponent
|
||||
|
|
Loading…
Reference in New Issue
Block a user