mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-03 07:23:57 +00:00
feature(angular2spa): Angular 2.0, Universal 2.0, TS 2.0
This commit is contained in:
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