diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:18:37 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:23:11 +0200 |
commit | 230809efa1e7e81ce60cd65f8b398f01a27d525b (patch) | |
tree | ddbd0cee82bd2d35d01a1307a2905a467f51ca6b /client/angular/main.ts | |
parent | bc503c2a62dcf9aed6b8d90b68f0f27a7755ac01 (diff) | |
download | PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.tar.gz PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.tar.zst PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.zip |
Update to Angular RC 1
Diffstat (limited to 'client/angular/main.ts')
-rw-r--r-- | client/angular/main.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/angular/main.ts b/client/angular/main.ts new file mode 100644 index 000000000..e35f7dbdf --- /dev/null +++ b/client/angular/main.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | import { bootstrap } from '@angular/platform-browser-dynamic'; | ||
2 | import { AppComponent } from './app/app.component'; | ||
3 | |||
4 | bootstrap(AppComponent); | ||