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 authored and DAB0mB committed Dec 14, 2016
1 parent fc7afce commit 9eeebfd
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 { DisplayNamePipe } from './display-name.pipe';
import {RsvpPipe} from "./rsvp.pipe";


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

0 comments on commit 9eeebfd

Please sign in to comment.