mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5572] Add deprecated attribute to Like and Rating components (#8756)
This commit is contained in:
committed by
GitHub
parent
e37b03cbb4
commit
574bff2d8d
@@ -17,6 +17,9 @@
|
||||
|
||||
import { Component, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
/**
|
||||
* @deprecated This component uses Like and Rating components that are not used in ACA/ADW/ACC and can be removed.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'app-social',
|
||||
templateUrl: './social.component.html',
|
||||
|
@@ -29,6 +29,9 @@ const routes: Routes = [
|
||||
}
|
||||
];
|
||||
|
||||
/**
|
||||
* @deprecated This module uses Like and Rating components that are not used in ACA/ADW/ACC and can be removed.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
Reference in New Issue
Block a user