PeerTube/client/main.ts

6 lines
145 B
TypeScript
Raw Normal View History

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