19 lines
		
	
	
		
			603 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			603 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * @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" />
 |