mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-05 16:34:49 +00:00
ng2 2.0, Universal 2.0, TS 2.0, Preboot 4.*
This commit is contained in:
committed by
SteveSandersonMS
parent
b71d139eb5
commit
ce0d2089d2
7
templates/Angular2Spa/typings/custom-typings.d.ts
vendored
Normal file
7
templates/Angular2Spa/typings/custom-typings.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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 {}
|
||||
}
|
||||
Reference in New Issue
Block a user