mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove mdl from social component (#2219)
This commit is contained in:
committed by
Mario Romano
parent
a742e033d1
commit
8f5105d33f
@@ -21,6 +21,7 @@ import { CoreModule } from 'ng2-alfresco-core';
|
||||
import { LikeComponent } from './src/components/like.component';
|
||||
import { RatingComponent } from './src/components/rating.component';
|
||||
import { RatingService } from './src/services/rating.service';
|
||||
import { MaterialModule } from './src/material.module';
|
||||
|
||||
export * from './src/components/rating.component';
|
||||
export * from './src/components/like.component';
|
||||
@@ -37,7 +38,8 @@ export const RATING_PROVIDERS: any[] = [
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CoreModule
|
||||
CoreModule,
|
||||
MaterialModule
|
||||
],
|
||||
declarations: [
|
||||
...RATING_DIRECTIVES
|
||||
|
Reference in New Issue
Block a user