https://github.com/angular/angular
Raw File
Tip revision: 815d1ffa19d7605e36300fa6733d8ea036f8f503 authored by Misko Hevery on 06 September 2018, 03:49:37 UTC
release: cut the v6.1.7 release
Tip revision: 815d1ff
types.d.ts
/**
 * @license
 * Copyright Google Inc. 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 path="../tools/types-ext/jasminewd2.d.ts" />
/// <reference path="./es6-subset.d.ts" />
/// <reference path="./system.d.ts" />
back to top