1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Prepare client app

This commit is contained in:
Chocobozzz 2016-03-08 08:27:13 +01:00
parent 3d446a26ad
commit bd324a6692
15 changed files with 105 additions and 44 deletions

View file

@ -0,0 +1,4 @@
import { bootstrap } from 'angular2/platform/browser';
import { AppComponent } from './app/app.component';
bootstrap(AppComponent);