diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
commit | 6f4e252246c715a1dafc1e236c8074b08cdd12a3 (patch) | |
tree | afa187e6b1c192e315156499f01f1d7e040977e0 /client/app/main.ts | |
parent | b9a3e09ad5a7673f64556d1dba122ed4c4fac980 (diff) | |
download | PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.gz PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.zst PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.zip |
Prepare Angular routes
Diffstat (limited to 'client/app/main.ts')
-rw-r--r-- | client/app/main.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/app/main.ts b/client/app/main.ts new file mode 100644 index 000000000..034c15573 --- /dev/null +++ b/client/app/main.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | import {bootstrap} from 'angular2/platform/browser' | ||
2 | import {AppComponent} from './app.component' | ||
3 | |||
4 | bootstrap(AppComponent); | ||