https://github.com/angular/angular
Raw File
Tip revision: c57b491778fbe5dc14315bbcc3c3867227ae9894 authored by Jason Aden on 28 June 2018, 01:12:36 UTC
release: cut the v6.1.0-beta.3 release
Tip revision: c57b491
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