mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-5571 Add deprecated attribute to Webscript component (#8755)
This commit is contained in:
committed by
GitHub
parent
e5d04abfab
commit
e37b03cbb4
@@ -18,6 +18,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { LogService } from '@alfresco/adf-core';
|
||||
|
||||
/**
|
||||
* @deprecated Webscript component has never been turned into a product and has no UI/UX and no use cases in ACA/ADW/ACC.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'app-webscript',
|
||||
templateUrl: './webscript.component.html'
|
||||
|
@@ -29,6 +29,9 @@ const routes: Routes = [
|
||||
}
|
||||
];
|
||||
|
||||
/**
|
||||
* @deprecated Webscript component has never been turned into a product and has no UI/UX and no use cases in ACA/ADW/ACC.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
@@ -39,6 +39,10 @@ import { WebscriptApi } from '@alfresco/js-api';
|
||||
* @Output - success - The event is emitted when the data are received
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @deprecated Webscript component has never been turned into a product and has no UI/UX and no use cases in ACA/ADW/ACC.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'adf-webscript-get',
|
||||
templateUrl: './webscript.component.html'
|
||||
|
@@ -22,6 +22,9 @@ import { NgModule } from '@angular/core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
import { WebscriptComponent } from './webscript.component';
|
||||
|
||||
/**
|
||||
* @deprecated Webscript component has never been turned into a product and has no UI/UX and no use cases in ACA/ADW/ACC.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
Reference in New Issue
Block a user