PeerTube/client/angular/main.ts

5 lines
144 B
TypeScript
Raw Normal View History

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