You've already forked pigallery2
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:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user