2016-06-23 16:47:54 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 16:47:54 +00:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2016-06-23 16:47:54 +00:00
|
|
|
*/
|
|
|
|
|
|
2025-05-12 12:21:05 +00:00
|
|
|
// TODO(devversion): Remove this file during `rules_js` migration.
|
|
|
|
|
|
2018-06-25 18:22:23 +00:00
|
|
|
// This file contains all ambient imports needed to compile the packages/ source code
|
2016-05-20 23:06:52 +00:00
|
|
|
|
2018-06-25 18:22:23 +00:00
|
|
|
/// <reference types="hammerjs" />
|
2019-02-06 18:02:51 +00:00
|
|
|
/// <reference lib="es2015" />
|
2017-09-27 02:41:08 +00:00
|
|
|
/// <reference path="./goog.d.ts" />
|
2017-10-24 11:54:08 +00:00
|
|
|
/// <reference path="./system.d.ts" />
|
2017-12-17 23:10:54 +00:00
|
|
|
|
2018-08-14 23:18:26 +00:00
|
|
|
// Do not included "node" and "jasmine" types here as we don't
|
|
|
|
|
// want these ambient types to be included everywhere.
|
|
|
|
|
// Tests will bring in ambient node & jasmine types with
|
|
|
|
|
// /packages/tsconfig-test.json when `testonly = True` is set
|
|
|
|
|
// and packages such as platform-server that need these types should
|
|
|
|
|
// use `/// <reference types="x">` in their main entry points
|