1
0
Fork 0
peertube/client/angular/main.ts

5 lines
144 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);