mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cba6578722
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Admin admin panel framework based on Angular 2, Bootstrap 4 and Webpack
|
||||
# Admin panel framework based on Angular 2, Bootstrap 4 and Webpack
|
||||
|
||||
Admin template made with :heart: by [Akveo team](http://akveo.com/). Follow us on [Twitter](https://twitter.com/akveo_inc) to get latest news about this template first!
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ export class App {
|
|||
|
||||
isMenuCollapsed:boolean = false;
|
||||
|
||||
constructor(private _state:AppState, private _imageLoader:BaImageLoaderService, private _spinner:BaThemeSpinner) {
|
||||
constructor(private _state:AppState, private _imageLoader:BaImageLoaderService, private _spinner:BaThemeSpinner, private _config:BaThemeConfig) {
|
||||
this._loadImages();
|
||||
|
||||
this._state.subscribe('menu.isCollapsed', (isCollapsed) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue