mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-10 23:52:34 +01:00
chore(r5): dependencies update, couple of fixes
This commit is contained in:
parent
44fe93a0c6
commit
98097f5e27
18 changed files with 138 additions and 115 deletions
|
|
@ -25,8 +25,8 @@ if ('production' === ENV) {
|
|||
} else {
|
||||
|
||||
_decorateModuleRef = (modRef: any) => {
|
||||
var appRef = modRef.injector.get(ApplicationRef);
|
||||
var cmpRef = appRef.components[0];
|
||||
const appRef = modRef.injector.get(ApplicationRef);
|
||||
const cmpRef = appRef.components[0];
|
||||
|
||||
let _ng = (<any>window).ng;
|
||||
enableDebugTools(cmpRef);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue