PeerTube/client/main.ts

6 lines
145 B
TypeScript
Raw Normal View History

2016-05-13 14:18:37 +02:00
import { bootstrap } from '@angular/platform-browser-dynamic';
2016-03-08 08:27:13 +01:00
import { AppComponent } from './app/app.component';
bootstrap(AppComponent);