2017-01-26 19:16:51 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-01-26 19:16:51 +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
|
2017-01-26 19:16:51 +00:00
|
|
|
*/
|
|
|
|
|
|
2025-05-12 12:21:05 +00:00
|
|
|
// Note: This is needed so that dependent compilations relying on inferred types properly
|
|
|
|
|
// emit module names instead of relative imports. Previously, Bazel auto-inserted this.
|
|
|
|
|
// TODO: Consider removing this and enforcing proper explicit types.
|
|
|
|
|
/// <amd-module name="@angular/core" />
|
2017-02-15 21:30:40 +00:00
|
|
|
|
|
|
|
|
export * from './public_api';
|