mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Update to Angular RC 1
This commit is contained in:
parent
bc503c2a62
commit
230809efa1
20 changed files with 135 additions and 55 deletions
4
client/angular/main.ts
Normal file
4
client/angular/main.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { bootstrap } from '@angular/platform-browser-dynamic';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrap(AppComponent);
|
Loading…
Add table
Add a link
Reference in a new issue