From dc8bc31be517a53e8fbe7100cfe45cd73f596de0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Mar 2016 13:50:19 +0100 Subject: Angular application :first draft --- client/components/bootstrap.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 client/components/bootstrap.ts (limited to 'client/components/bootstrap.ts') diff --git a/client/components/bootstrap.ts b/client/components/bootstrap.ts deleted file mode 100644 index d0f524f4a..000000000 --- a/client/components/bootstrap.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { bootstrap } from 'angular2/platform/browser'; -import { AppComponent } from './app/app.component'; - -bootstrap(AppComponent); -- cgit v1.2.3