mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates `packages/core:core` and `packages/core/src/...` to `ts_project` of `rules_js`. PR Close #61275
14 lines
522 B
TypeScript
14 lines
522 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC 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.dev/license
|
|
*/
|
|
|
|
// 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" />
|
|
|
|
export * from './public_api';
|