Skip to content

Commit

Permalink
Core pipes backward compatibility v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgny committed Aug 20, 2024
1 parent cd9dc4d commit b901da5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/core/src/lib/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ import { MaterialModule } from './material.module';
}),
MaterialModule
],
providers: [...CORE_PIPES],
exports: [
...ABOUT_DIRECTIVES,
...VIEWER_DIRECTIVES,
Expand Down
1 change: 0 additions & 1 deletion lib/core/src/lib/pipes/pipe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const CORE_PIPES = [
*/
@NgModule({
imports: [...CORE_PIPES],
providers: [...CORE_PIPES],
exports: [...CORE_PIPES]
})
export class PipeModule {}

0 comments on commit b901da5

Please sign in to comment.