mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat(dependencies): update angular to 2.4.3. DLL Integration
This commit is contained in:
parent
4112676ae9
commit
ea7342008a
21 changed files with 175 additions and 135 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import './app.loader.ts';
|
||||
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';
|
||||
|
|
@ -9,7 +9,8 @@ import { BaMenuService } from './theme';
|
|||
|
||||
import { MENU } from './app.menu';
|
||||
|
||||
import 'style!./app.scss';
|
||||
import 'style-loader!./app.scss';
|
||||
import 'style-loader!./theme/initial.scss';
|
||||
|
||||
/*
|
||||
* App Component
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue