fix(Global && src/facade && Protractor): Allows List to be imported.
Allows the List type to be imported from 'angular2/src/facade/collection'
This commit is contained in:
2
modules/angular2/globals.d.ts
vendored
2
modules/angular2/globals.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
/// <reference path="typings/zone/zone.d.ts"/>
|
||||
|
||||
/// <reference path="traceur-runtime.d.ts" />
|
||||
declare var assert: any;
|
||||
declare type int = number;
|
||||
|
||||
|
Reference in New Issue
Block a user