From 41a2aee38cf812510010da09de9bae53590ec119 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 16:23:10 +0200 Subject: Follow the angular styleguide for the directories structure --- client/angular/main.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 client/angular/main.ts (limited to 'client/angular/main.ts') diff --git a/client/angular/main.ts b/client/angular/main.ts deleted file mode 100644 index e35f7dbdf..000000000 --- a/client/angular/main.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { bootstrap } from '@angular/platform-browser-dynamic'; -import { AppComponent } from './app/app.component'; - -bootstrap(AppComponent); -- cgit v1.2.3