2017-03-07 14:04:30 -05:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
|
2018-06-25 14:22:23 -04:00
|
|
|
/// <reference types="hammerjs" />
|
|
|
|
/// <reference types="jasmine" />
|
|
|
|
/// <reference types="jasminewd2" />
|
|
|
|
/// <reference types="node" />
|
|
|
|
/// <reference types="zone.js" />
|
2017-10-24 07:54:08 -04:00
|
|
|
/// <reference path="../tools/types-ext/jasminewd2.d.ts" />
|
2017-03-07 14:04:30 -05:00
|
|
|
/// <reference path="./es6-subset.d.ts" />
|
|
|
|
/// <reference path="./system.d.ts" />
|