| 
									
										
										
										
											2016-06-23 09:47:54 -07: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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-20 16:06:52 -07:00
										 |  |  | // This file contains all ambient imports needed to compile the modules/ source code
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />
 | 
					
						
							| 
									
										
										
										
											2016-05-25 15:37:40 -07:00
										 |  |  | /// <reference path="../node_modules/@types/hammerjs/index.d.ts" />
 | 
					
						
							|  |  |  | /// <reference path="../node_modules/@types/jasmine/index.d.ts" />
 | 
					
						
							|  |  |  | /// <reference path="../node_modules/@types/node/index.d.ts" />
 | 
					
						
							|  |  |  | /// <reference path="../node_modules/@types/selenium-webdriver/index.d.ts" />
 | 
					
						
							| 
									
										
										
										
											2016-06-24 15:37:46 -07:00
										 |  |  | /// <reference path="./es6-subset.d.ts" />
 | 
					
						
							| 
									
										
										
										
											2016-08-11 19:37:01 -07:00
										 |  |  | /// <reference path="./system.d.ts" />
 | 
					
						
							| 
									
										
										
										
											2017-09-26 19:41:08 -07:00
										 |  |  | /// <reference path="./goog.d.ts" />
 | 
					
						
							| 
									
										
										
										
											2017-12-17 15:10:54 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | declare let isNode: boolean; | 
					
						
							| 
									
										
										
										
											2018-04-14 11:52:53 -07:00
										 |  |  | declare let isBrowser: boolean; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare namespace jasmine { | 
					
						
							|  |  |  |   interface Matchers { | 
					
						
							|  |  |  |     toHaveProperties(obj: any): boolean; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |