diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-08 08:27:13 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-08 08:37:15 +0100 |
commit | bd324a669218f9ed302f7f54b36ee535d25c9733 (patch) | |
tree | aebade345a240333c6f7e8e162881548c6c56dec /client/components/bootstrap.ts | |
parent | 3d446a26ada901331faaaf3be9083dfe6773b50a (diff) | |
download | PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.tar.gz PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.tar.zst PeerTube-bd324a669218f9ed302f7f54b36ee535d25c9733.zip |
Prepare client app
Diffstat (limited to 'client/components/bootstrap.ts')
-rw-r--r-- | client/components/bootstrap.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/bootstrap.ts b/client/components/bootstrap.ts new file mode 100644 index 000000000..d0f524f4a --- /dev/null +++ b/client/components/bootstrap.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | import { bootstrap } from 'angular2/platform/browser'; | ||
2 | import { AppComponent } from './app/app.component'; | ||
3 | |||
4 | bootstrap(AppComponent); | ||