https://github.com/angular/angular
Raw File
Tip revision: 4d18ba1af78dae2ba14f45ed092a4c55335edd9c authored by Dylan Hunn on 19 October 2022, 21:17:43 UTC
release: cut the v14.2.7 release
Tip revision: 4d18ba1
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