|
|
@ -27,6 +27,7 @@ import { TableSortDirective } from './directives/table-sort.directive'; |
|
|
import { ErrorHandler } from './handlers/error.handler'; |
|
|
import { ErrorHandler } from './handlers/error.handler'; |
|
|
import { initLazyStyleHandler } from './handlers/lazy-style.handler'; |
|
|
import { initLazyStyleHandler } from './handlers/lazy-style.handler'; |
|
|
import { RootParams } from './models/common'; |
|
|
import { RootParams } from './models/common'; |
|
|
|
|
|
import { THEME_SHARED_ROUTE_PROVIDERS } from './providers/route.provider'; |
|
|
import { THEME_SHARED_APPEND_CONTENT } from './tokens/append-content.token'; |
|
|
import { THEME_SHARED_APPEND_CONTENT } from './tokens/append-content.token'; |
|
|
import { httpErrorConfigFactory, HTTP_ERROR_CONFIG } from './tokens/http-error.token'; |
|
|
import { httpErrorConfigFactory, HTTP_ERROR_CONFIG } from './tokens/http-error.token'; |
|
|
import { DateParserFormatter } from './utils/date-parser-formatter'; |
|
|
import { DateParserFormatter } from './utils/date-parser-formatter'; |
|
|
@ -108,6 +109,7 @@ export class ThemeSharedModule { |
|
|
return { |
|
|
return { |
|
|
ngModule: ThemeSharedModule, |
|
|
ngModule: ThemeSharedModule, |
|
|
providers: [ |
|
|
providers: [ |
|
|
|
|
|
THEME_SHARED_ROUTE_PROVIDERS, |
|
|
{ |
|
|
{ |
|
|
provide: APP_INITIALIZER, |
|
|
provide: APP_INITIALIZER, |
|
|
multi: true, |
|
|
multi: true, |
|
|
|