Skip to content

Commit 7a970b0

Browse files
committed
removed unwanted typings
1 parent 48f0838 commit 7a970b0

File tree

4 files changed

+0
-678
lines changed

4 files changed

+0
-678
lines changed

client/app/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* Avoid: 'error TS2304: Cannot find name <type>' during compilation */
2-
///<reference path="../typings/globals/es6-shim/index.d.ts"/>
3-
41
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
52
import { AppModule } from './app.module';
63
platformBrowserDynamic().bootstrapModule(AppModule);

0 commit comments

Comments
 (0)