mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(aot): fix styles import
This commit is contained in:
parent
c15fee6eb6
commit
3fa775f262
19 changed files with 44 additions and 50 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import { Component, ViewEncapsulation, ViewContainerRef } from '@angular/core';
|
||||
import { Component, ViewContainerRef } from '@angular/core';
|
||||
|
||||
import { GlobalState } from './global.state';
|
||||
import { BaImageLoaderService, BaThemePreloader, BaThemeSpinner } from './theme/services';
|
||||
|
|
@ -18,8 +18,6 @@ import 'style-loader!./theme/initial.scss';
|
|||
*/
|
||||
@Component({
|
||||
selector: 'app',
|
||||
// // encapsulation: ViewEncapsulation.None,
|
||||
// styleUrls: ['./app.scss'],
|
||||
template: `
|
||||
<main [ngClass]="{'menu-collapsed': isMenuCollapsed}" baThemeRun>
|
||||
<div class="additional-bg"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue