mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-14 11:23:17 +02:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
///<reference path="../typings/browser.d.ts"/>
|
|
|
|
import { bootstrap } from 'angular2/platform/browser';
|
|
import {AppComponent} from "./app/app.component.ts";
|
|
|
|
bootstrap(AppComponent);
|