https://github.com/angular/angular
Raw File
Tip revision: f114e402121d6dc486c6e4cba01179904ab89d84 authored by Chuck Jazdzewski on 22 December 2016, 00:48:14 UTC
docs(changelog): add changelog for 4.0.0-beta.1
Tip revision: f114e40
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