Skip to content

Commit

Permalink
Step 23.9: Created index file for mobile declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent af969d8 commit 52593c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/imports/app/mobile/index.ts
@@ -0,0 +1,5 @@
import {AppMobileComponent} from "./app.component.mobile";

export const MOBILE_DECLARATIONS = [
AppMobileComponent
];

0 comments on commit 52593c9

Please sign in to comment.