mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(app.module.ts) Small tweaks on comments
This commit is contained in:
parent
f76f38b812
commit
74c4dc2ad8
|
@ -27,18 +27,18 @@ const routerConfig: ExtraOptions = {
|
||||||
BrowserAnimationsModule,
|
BrowserAnimationsModule,
|
||||||
RouterModule.forRoot(appRoutes, routerConfig),
|
RouterModule.forRoot(appRoutes, routerConfig),
|
||||||
|
|
||||||
// Fuse & Fuse Mock API
|
// Fuse, FuseConfig & FuseMockAPI
|
||||||
FuseModule,
|
FuseModule,
|
||||||
FuseConfigModule.forRoot(appConfig),
|
FuseConfigModule.forRoot(appConfig),
|
||||||
FuseMockApiModule.forRoot(mockApiServices),
|
FuseMockApiModule.forRoot(mockApiServices),
|
||||||
|
|
||||||
// Core
|
// Core module of your application
|
||||||
CoreModule,
|
CoreModule,
|
||||||
|
|
||||||
// Layout
|
// Layout module of your application
|
||||||
LayoutModule,
|
LayoutModule,
|
||||||
|
|
||||||
// 3rd party modules
|
// 3rd party modules that require global configuration via forRoot
|
||||||
MarkdownModule.forRoot({})
|
MarkdownModule.forRoot({})
|
||||||
],
|
],
|
||||||
bootstrap : [
|
bootstrap : [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user