{% extends '../type-definition.template.html' %} {% block staticDeclarations %} // Angular depends transitively on these libraries. // If you don't have them installed you can run // $ tsd query es6-promise rx rx-lite --action install --save /// /// interface List extends Array {} interface Map {} interface StringMap extends Map {} interface Type {} declare module "angular2/angular2" { type SetterFn = typeof Function; type int = number; // See https://github.com/Microsoft/TypeScript/issues/1168 class BaseException /* extends Error */ { message: string; stack: string; toString(): string; } } {% endblock %}