|
|
|
@ -5,19 +5,22 @@ import { MessageService } from 'primeng/components/common/messageservice'; |
|
|
|
import { ToastModule } from 'primeng/toast'; |
|
|
|
import { forkJoin } from 'rxjs'; |
|
|
|
import { take } from 'rxjs/operators'; |
|
|
|
import { BreadcrumbComponent } from './components/breadcrumb/breadcrumb.component'; |
|
|
|
import { ButtonComponent } from './components/button/button.component'; |
|
|
|
import { ChangePasswordComponent } from './components/change-password/change-password.component'; |
|
|
|
import { ChartComponent } from './components/chart/chart.component'; |
|
|
|
import { ConfirmationComponent } from './components/confirmation/confirmation.component'; |
|
|
|
import { ErrorComponent } from './components/errors/error.component'; |
|
|
|
import { ValidationErrorComponent } from './components/errors/validation-error.component'; |
|
|
|
import { LoaderBarComponent } from './components/loader-bar/loader-bar.component'; |
|
|
|
import { ModalComponent } from './components/modal/modal.component'; |
|
|
|
import { ProfileComponent } from './components/profile/profile.component'; |
|
|
|
import { ToastComponent } from './components/toast/toast.component'; |
|
|
|
import styles from './contants/styles'; |
|
|
|
import { ErrorHandler } from './handlers/error.handler'; |
|
|
|
import { ButtonComponent } from './components/button/button.component'; |
|
|
|
import { ValidationErrorComponent } from './components/errors/validation-error.component'; |
|
|
|
import { ChangePasswordComponent } from './components/change-password/change-password.component'; |
|
|
|
import { ProfileComponent } from './components/profile/profile.component'; |
|
|
|
import { BreadcrumbComponent } from './components/breadcrumb/breadcrumb.component'; |
|
|
|
import { ChartComponent } from './components/chart/chart.component'; |
|
|
|
import { chartJsLoaded$ } from './utils/widget-utils'; |
|
|
|
|
|
|
|
import('chart.js').then(() => chartJsLoaded$.next(true)); |
|
|
|
|
|
|
|
export function appendScript(injector: Injector) { |
|
|
|
const fn = function() { |
|
|
|
|