mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Core pipes backward compatibility v2 (#10109)
This commit is contained in:
parent
cd9dc4d8c2
commit
4807f10827
@ -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 {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user