https://github.com/angular/angular
Raw File
Tip revision: 970d10c671b9f5a2361037c4382b98a19bf6d84e authored by Andrew Kushnir on 22 July 2020, 16:55:21 UTC
release: cut the v10.1.0-next.2 release
Tip revision: 970d10c
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" />
/// <reference path="./system.d.ts" />
back to top