minor Login improvements (#1685)

- replace inline SVG with the md-icon component
- own validation/error style classes for theming purposes
This commit is contained in:
Denys Vuika
2017-03-05 18:50:52 +00:00
committed by Mario Romano
parent 7f7cc074d1
commit aab828c8e9
4 changed files with 35 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ import { AppComponent } from './app.component';
import { routing } from './app.routes';
import { CustomEditorsModule } from './components/activiti/custom-editor/custom-editor.component';
import { Editor3DModule } from 'ng2-3d-editor';
import { MaterialModule } from '@angular/material';
import { ChartsModule } from 'ng2-charts';
import {
@@ -59,6 +60,7 @@ import {
imports: [
BrowserModule,
routing,
MaterialModule.forRoot(),
CoreModule.forRoot(),
LoginModule.forRoot(),
SearchModule.forRoot(),