https://github.com/angular/angular
Raw File
Tip revision: 7231f5e26a9d319730373ed6ea871d7d7eb2dc6c authored by Tobias Bosch on 18 October 2017, 23:14:53 UTC
docs: add changelog for 4.4.6
Tip revision: 7231f5e
types.d.ts
// This file contains all ambient imports needed to compile the tools source code

/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
/// <reference path="../node_modules/@types/node/index.d.ts" />
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />
back to top