Skip to content

Commit

Permalink
Step 15.16: Import RsvpPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent fbe03cb commit 06631df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/shared/index.ts
@@ -1,5 +1,7 @@
import { DisplayNamePipe } from './display-name.pipe';
import {RsvpPipe} from "./rsvp.pipe";

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

0 comments on commit 06631df

Please sign in to comment.