https://github.com/angular/angular
Raw File
Tip revision: 3a43cdefe8838825b9dc603ead1008fdbdf46415 authored by Misko Hevery on 11 June 2020, 22:49:34 UTC
release: cut the v10.0.0-rc.5 release
Tip revision: 3a43cde
types.d.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

// This file contains all ambient imports needed to compile the tools source code

/// <reference types="jasmine" />
/// <reference types="node" />
/// <reference types="zone.js" />
back to top