1
0
Fork 0
peertube/client/angular/main.ts
2016-05-13 14:23:11 +02:00

4 lines
144 B
TypeScript

import { bootstrap } from '@angular/platform-browser-dynamic';
import { AppComponent } from './app/app.component';
bootstrap(AppComponent);