Skip to content

Commit

Permalink
Step 14.9: Make space for shared declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 70fa057 commit 6a6c173
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/imports/app/shared/index.ts
@@ -0,0 +1,5 @@
import { DisplayNamePipe } from './display-name.pipe';

export const SHARED_DECLARATIONS: any[] = [
DisplayNamePipe
];

0 comments on commit 6a6c173

Please sign in to comment.