mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
Mario Romano
parent
7f7cc074d1
commit
aab828c8e9
@@ -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(),
|
||||
|
Reference in New Issue
Block a user