Core Pipes backwards compatibility (#10090)

This commit is contained in:
Denys Vuika
2024-08-14 16:59:51 -04:00
committed by GitHub
parent c3c84f7c0d
commit 075e63d693

View File

@@ -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 {}