mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Core Pipes backwards compatibility (#10090)
This commit is contained in:
@@ -61,6 +61,7 @@ export const CORE_PIPES = [
|
|||||||
*/
|
*/
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [...CORE_PIPES],
|
imports: [...CORE_PIPES],
|
||||||
|
providers: [...CORE_PIPES],
|
||||||
exports: [...CORE_PIPES]
|
exports: [...CORE_PIPES]
|
||||||
})
|
})
|
||||||
export class PipeModule {}
|
export class PipeModule {}
|
||||||
|
Reference in New Issue
Block a user