From 230809efa1e7e81ce60cd65f8b398f01a27d525b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 May 2016 14:18:37 +0200 Subject: Update to Angular RC 1 --- client/typings/typings.d.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/typings/typings.d.ts (limited to 'client/typings') diff --git a/client/typings/typings.d.ts b/client/typings/typings.d.ts new file mode 100644 index 000000000..579c9a586 --- /dev/null +++ b/client/typings/typings.d.ts @@ -0,0 +1,13 @@ +/** + * Declares the 'commonjs' format module object that identifies the "module id" for the current module. + * Set a component's `moduleId` metadata property to `module.id` for module-relative urls + * when the generated module format is 'commonjs'. + */ +declare var module: {id: string}; + +/** + * Declares the 'system' format string that identifies the "module id" for the current module. + * Set a component's `moduleId` metadata property to `__moduleName` for module-relative urls + * when the generated module format is 'system'. + */ +declare var __moduleName: string; -- cgit v1.2.3