Bootstrap Materialize module.
This commit is contained in:
parent
7e378fd86a
commit
d3295d8a96
@ -60,6 +60,7 @@
|
|||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"jquery": "^3.2.1",
|
"jquery": "^3.2.1",
|
||||||
"moment": "^2.19.1",
|
"moment": "^2.19.1",
|
||||||
|
"ng2-materialize": "^1.5.1",
|
||||||
"ngx-toastr": "^6.5.0",
|
"ngx-toastr": "^6.5.0",
|
||||||
"reflect-metadata": "^0.1.10",
|
"reflect-metadata": "^0.1.10",
|
||||||
"rxjs": "^5.5.2",
|
"rxjs": "^5.5.2",
|
||||||
|
@ -10,6 +10,7 @@ import { RouterModule } from '@angular/router';
|
|||||||
import { NgLoggerModule } from '@nsalaun/ng-logger';
|
import { NgLoggerModule } from '@nsalaun/ng-logger';
|
||||||
import { ToastrModule } from 'ngx-toastr';
|
import { ToastrModule } from 'ngx-toastr';
|
||||||
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
||||||
|
import { MaterializeModule } from 'ng2-materialize'
|
||||||
|
|
||||||
import { LoginModule } from './login/login.module';
|
import { LoginModule } from './login/login.module';
|
||||||
import { AccountModule } from './accounts/account.module';
|
import { AccountModule } from './accounts/account.module';
|
||||||
@ -38,6 +39,7 @@ import { ApiBaseURL, LogLevel } from './app.config';
|
|||||||
NgLoggerModule.forRoot(LogLevel),
|
NgLoggerModule.forRoot(LogLevel),
|
||||||
ToastrModule.forRoot(),
|
ToastrModule.forRoot(),
|
||||||
NgbModule.forRoot(),
|
NgbModule.forRoot(),
|
||||||
|
MaterializeModule.forRoot(),
|
||||||
AccountModule,
|
AccountModule,
|
||||||
ScheduleModule,
|
ScheduleModule,
|
||||||
OperationModule,
|
OperationModule,
|
||||||
|
@ -2,7 +2,7 @@ $fa-font-path: '~font-awesome/fonts';
|
|||||||
|
|
||||||
@import '~font-awesome/scss/font-awesome';
|
@import '~font-awesome/scss/font-awesome';
|
||||||
|
|
||||||
@import '~bootstrap/scss/bootstrap';
|
@import '~materialize-css/sass/materialize.scss';
|
||||||
|
|
||||||
@import '~c3/c3';
|
@import '~c3/c3';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user