Skip to content

Commit e42a941

Browse files
committed
Remove typings.d.ts angular#1604
1 parent e89d6f4 commit e42a941

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

addon/ng2/blueprints/ng2/files/__path__/test.ts

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ import 'zone.js/dist/sync-test';
1414
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
1515
declare var __karma__: any;
1616

17+
// Typings reference file, see links for more information
18+
// https://github.com/typings/typings
19+
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
20+
21+
declare var System: any;
22+
declare var module: { id: string };
23+
declare var require: any;
24+
1725
// Prevent Karma from running prematurely.
1826
__karma__.loaded = function () {};
1927

addon/ng2/blueprints/ng2/files/__path__/typings.d.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)