We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89d6f4 commit e42a941Copy full SHA for e42a941
addon/ng2/blueprints/ng2/files/__path__/test.ts
@@ -14,6 +14,14 @@ import 'zone.js/dist/sync-test';
14
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
15
declare var __karma__: any;
16
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
25
// Prevent Karma from running prematurely.
26
__karma__.loaded = function () {};
27
addon/ng2/blueprints/ng2/files/__path__/typings.d.ts
0 commit comments