Skip to content

Commit

Permalink
test(icon): adding main.ts entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz authored Feb 27, 2017
1 parent 7b97fb7 commit 6797ce5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/icon/test/basic/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

import { AppModule } from './app.module';

platformBrowserDynamic().bootstrapModule(AppModule);

0 comments on commit 6797ce5

Please sign in to comment.