Skip to content

Commit

Permalink
Core Pipes backwards compatibility (#10090)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Aug 14, 2024
1 parent c3c84f7 commit 075e63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/src/lib/pipes/pipe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const CORE_PIPES = [
*/
@NgModule({
imports: [...CORE_PIPES],
providers: [...CORE_PIPES],
exports: [...CORE_PIPES]
})
export class PipeModule {}

0 comments on commit 075e63d

Please sign in to comment.