1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-06-21 00:19:41 +02:00

updating to angular2.rc.1

This commit is contained in:
Braun Patrik
2016-05-04 17:20:21 +02:00
parent ea28a8e5e6
commit ff17089abf
28 changed files with 148 additions and 133 deletions

View File

@ -1,6 +1,8 @@
///<reference path="../typings/browser.d.ts"/>
import { bootstrap } from 'angular2/platform/browser';
import { bootstrap } from '@angular/platform-browser-dynamic';
import {AppComponent} from "./app/app.component.ts";
bootstrap(AppComponent);
bootstrap(AppComponent)
.catch(err => console.error(err));