mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
feat(ui): add modals
This commit is contained in:
parent
a587ac2606
commit
d56537af9f
8 changed files with 159 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import './app.loader.ts';
|
||||
import { Component, ViewEncapsulation } from '@angular/core';
|
||||
import { Component, ViewEncapsulation, ViewContainerRef } from '@angular/core';
|
||||
import { GlobalState } from './global.state';
|
||||
import { BaImageLoaderService, BaThemePreloader, BaThemeSpinner } from './theme/services';
|
||||
import { layoutPaths } from './theme/theme.constants';
|
||||
|
|
@ -27,7 +27,8 @@ export class App {
|
|||
constructor(private _state: GlobalState,
|
||||
private _imageLoader: BaImageLoaderService,
|
||||
private _spinner: BaThemeSpinner,
|
||||
private _config:BaThemeConfig) {
|
||||
private _config: BaThemeConfig,
|
||||
private viewContainerRef: ViewContainerRef) {
|
||||
|
||||
this._loadImages();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue