Bootstrap Materialize module.

This commit is contained in:
Alexis Lahouze 2017-08-27 17:47:53 +02:00
parent 7e378fd86a
commit d3295d8a96
3 changed files with 4 additions and 1 deletions

View File

@ -60,6 +60,7 @@
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"moment": "^2.19.1",
"ng2-materialize": "^1.5.1",
"ngx-toastr": "^6.5.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.2",

View File

@ -10,6 +10,7 @@ import { RouterModule } from '@angular/router';
import { NgLoggerModule } from '@nsalaun/ng-logger';
import { ToastrModule } from 'ngx-toastr';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { MaterializeModule } from 'ng2-materialize'
import { LoginModule } from './login/login.module';
import { AccountModule } from './accounts/account.module';
@ -38,6 +39,7 @@ import { ApiBaseURL, LogLevel } from './app.config';
NgLoggerModule.forRoot(LogLevel),
ToastrModule.forRoot(),
NgbModule.forRoot(),
MaterializeModule.forRoot(),
AccountModule,
ScheduleModule,
OperationModule,

View File

@ -2,7 +2,7 @@ $fa-font-path: '~font-awesome/fonts';
@import '~font-awesome/scss/font-awesome';
@import '~bootstrap/scss/bootstrap';
@import '~materialize-css/sass/materialize.scss';
@import '~c3/c3';