mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Angular application :first draft
This commit is contained in:
parent
bd324a6692
commit
dc8bc31be5
34 changed files with 509 additions and 192 deletions
4
client/angular/bootstrap.ts
Normal file
4
client/angular/bootstrap.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { bootstrap } from 'angular2/platform/browser';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrap(AppComponent);
|
Loading…
Add table
Add a link
Reference in a new issue