Skip to content

Commit

Permalink
refactor(bootstrap): rename to client
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Jan 8, 2016
1 parent cd63a64 commit dfe8cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bootstrap.ts

This file was deleted.

6 changes: 6 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import {bootstrap} from 'angular2/platform/browser';
// import {bootstrap} from 'angular2-universal-preview';

import {App} from './app';

bootstrap(App);

0 comments on commit dfe8cb4

Please sign in to comment.