view app/boot.ts @ 2:80270f5a5735

more tinkering.
author casties
date Wed, 13 Jan 2016 11:13:07 +0100
parents 39ec75917ef7
children 6cd6c09032aa
line wrap: on
line source

import {bootstrap}    from 'angular2/platform/browser'
import {AppComponent} from './app.component'

bootstrap(AppComponent);