Add systemd file example
[oweals/peertube.git] / client / main.ts
1 import { bootstrap }    from '@angular/platform-browser-dynamic';
2
3 import { AppComponent } from './app/app.component';
4
5 bootstrap(AppComponent);