mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 00:40:12 +01:00
todo fixes
This commit is contained in:
parent
515684f424
commit
89ec628932
3 changed files with 2 additions and 5 deletions
|
|
@ -3,9 +3,7 @@ import {RouteConfig} from '@angular/router-deprecated';
|
|||
|
||||
import {Pages} from './pages';
|
||||
import {AppState} from "./app.state";
|
||||
|
||||
// TODO: is it really the best place to globally require that dependency?
|
||||
require("!style!css!sass!./theme/sass/_ionicons.scss");
|
||||
import './app.loader.ts';
|
||||
|
||||
/*
|
||||
* App Component
|
||||
|
|
|
|||
1
src/app/app.loader.ts
Normal file
1
src/app/app.loader.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
require('!style!css!sass!./theme/sass/_ionicons.scss');
|
||||
|
|
@ -16,7 +16,6 @@ import 'rxjs/add/operator/map';
|
|||
import 'rxjs/add/operator/mergeMap';
|
||||
|
||||
// Web dependencies
|
||||
// TODO: make sure this is a correct place
|
||||
import 'jquery';
|
||||
import 'bootstrap-loader';
|
||||
import 'font-awesome-sass-loader';
|
||||
|
|
@ -25,7 +24,6 @@ import 'font-awesome-sass-loader';
|
|||
if ('production' === ENV) {
|
||||
// Production
|
||||
|
||||
|
||||
} else {
|
||||
// Development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue