[ADF-1237] removed material design lite from userinfo component (#2238)

* [ADF-1083] removing material design lite from userinfo component

* [ADF-1237] - styled userinfo component]

* [ADF-1237] removed material design lite from userinfo component

* [ADF-1237] updated readme with the two new options
This commit is contained in:
Vito
2017-08-24 02:53:59 -07:00
committed by Mario Romano
parent 07ba8bc15f
commit 98cb6de595
11 changed files with 359 additions and 218 deletions

View File

@@ -17,6 +17,7 @@
import { ModuleWithProviders, NgModule } from '@angular/core';
import { CoreModule, TRANSLATION_PROVIDER } from 'ng2-alfresco-core';
import { MaterialModule } from './src/material.module';
import { UserInfoComponent } from './src/components/user-info.component';
import { BpmUserService } from './src/services/bpm-user.service';
@@ -37,7 +38,8 @@ export const USER_INFO_PROVIDERS: any[] = [
@NgModule({
imports: [
CoreModule
CoreModule,
MaterialModule
],
declarations: [
...USER_INFO_DIRECTIVES