mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
AAE-36664 additional linting rules, cleanup (#11084)
This commit is contained in:
@@ -20,7 +20,15 @@ import { provideTranslations } from '@alfresco/adf-core';
|
||||
import { ANALYTICS_PROCESS_DIRECTIVES } from './analytics-process/public-api';
|
||||
import { DIAGRAM_DIRECTIVES } from './diagram/public-api';
|
||||
|
||||
/** @deprecated This module is deprecated and will be removed in a future release. */
|
||||
/**
|
||||
* @deprecated This module is deprecated and will be removed in a future release.
|
||||
* Example:
|
||||
* ```
|
||||
* providers: [
|
||||
* provideTranslations('adf-insights', 'assets/adf-insights')
|
||||
* ]
|
||||
* ```
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [...ANALYTICS_PROCESS_DIRECTIVES, ...DIAGRAM_DIRECTIVES],
|
||||
exports: [...ANALYTICS_PROCESS_DIRECTIVES, ...DIAGRAM_DIRECTIVES]
|
||||
|
Reference in New Issue
Block a user