mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2531] Fixes for production mode (#3121)
* fix dialog module * fix social component providers * content metadata module fixes * remove empty provider sections
This commit is contained in:
committed by
Eugenio Romano
parent
2940b6ce99
commit
396d9104ee
@@ -22,7 +22,6 @@ import { RatingService } from './services/rating.service';
|
||||
selector: 'adf-like',
|
||||
styleUrls: ['./like.component.scss'],
|
||||
templateUrl: './like.component.html',
|
||||
providers: [RatingService],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class LikeComponent implements OnChanges {
|
||||
|
||||
@@ -22,7 +22,6 @@ import { RatingService } from './services/rating.service';
|
||||
selector: 'adf-rating',
|
||||
styleUrls: ['./rating.component.scss'],
|
||||
templateUrl: './rating.component.html',
|
||||
providers: [RatingService],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class RatingComponent implements OnChanges {
|
||||
|
||||
@@ -19,7 +19,6 @@ import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
|
||||
import { RatingService } from './services/rating.service';
|
||||
import { LikeComponent } from './like.component';
|
||||
import { RatingComponent } from './rating.component';
|
||||
|
||||
@@ -35,9 +34,6 @@ import { RatingComponent } from './rating.component';
|
||||
declarations: [
|
||||
RatingComponent,
|
||||
LikeComponent
|
||||
],
|
||||
providers: [
|
||||
RatingService
|
||||
]
|
||||
})
|
||||
export class SocialModule {}
|
||||
|
||||
Reference in New Issue
Block a user