|
|
|
@ -25,6 +25,7 @@ import { chartJsLoaded$ } from './utils/widget-utils'; |
|
|
|
import { PaginationComponent } from './components/pagination/pagination.component'; |
|
|
|
import { LoadingComponent } from './components/loading/loading.component'; |
|
|
|
import { LoadingDirective } from './directives/loading.directive'; |
|
|
|
import { NgxsModule } from '@ngxs/store'; |
|
|
|
|
|
|
|
export function appendScript(injector: Injector) { |
|
|
|
const fn = () => { |
|
|
|
@ -38,7 +39,11 @@ export function appendScript(injector: Injector) { |
|
|
|
} |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
imports: [CoreModule, NgxValidateCoreModule], |
|
|
|
imports: [ |
|
|
|
CoreModule, |
|
|
|
NgxValidateCoreModule, |
|
|
|
NgxsModule.forRoot([]) |
|
|
|
], |
|
|
|
declarations: [ |
|
|
|
BreadcrumbComponent, |
|
|
|
ButtonComponent, |
|
|
|
|