https://github.com/angular/angular
Raw File
Tip revision: 5775376bcf7e35017444e60cd7f9e4f5a1959572 authored by Matias Niemelä on 01 November 2017, 16:44:35 UTC
docs: add changelog for 5.0.0
Tip revision: 5775376
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