mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
Core pipes backward compatibility v2 (#10109)
This commit is contained in:
@@ -99,6 +99,7 @@ import { MaterialModule } from './material.module';
|
|||||||
}),
|
}),
|
||||||
MaterialModule
|
MaterialModule
|
||||||
],
|
],
|
||||||
|
providers: [...CORE_PIPES],
|
||||||
exports: [
|
exports: [
|
||||||
...ABOUT_DIRECTIVES,
|
...ABOUT_DIRECTIVES,
|
||||||
...VIEWER_DIRECTIVES,
|
...VIEWER_DIRECTIVES,
|
||||||
|
@@ -61,7 +61,6 @@ 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