https://github.com/angular/angular
Raw File
Tip revision: 1d761bd7c74ac2b7dfe5f7dba0ff16fd6170afe2 authored by Andrew Kushnir on 12 April 2023, 19:04:13 UTC
release: cut the v15.2.7 release
Tip revision: 1d761bd
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 modules/ source code

/// <reference types="hammerjs" />
/// <reference types="jasmine" />
/// <reference types="jasminewd2" />
/// <reference types="node" />
/// <reference types="zone.js" />
/// <reference lib="es2015" />
back to top