From 1e08548aa0f9654ac3698962116282b268ae9b98 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Mon, 19 Sep 2016 10:33:02 +0100 Subject: [PATCH] Remove now-redundant 'typings' dir and custom-typings.d.ts --- templates/Angular2Spa/typings/custom-typings.d.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/Angular2Spa/typings/custom-typings.d.ts diff --git a/templates/Angular2Spa/typings/custom-typings.d.ts b/templates/Angular2Spa/typings/custom-typings.d.ts deleted file mode 100644 index 9d16760..0000000 --- a/templates/Angular2Spa/typings/custom-typings.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -// This file is a workaround for angular2-universal-preview version 0.84.2 relying on the declaration of -// Node's 'url' module. Ideally it would not declare dependencies on Node APIs except where it also supplies -// the definitions itself. - -declare module 'url' { - export interface Url {} -}