angular/packages/core/index.ts
Paul Gschwendtner b71c35a6b5 refactor: update packages/core:{core,src} to ts_project (#61275)
Updates `packages/core:core` and `packages/core/src/...` to `ts_project`
of `rules_js`.

PR Close #61275
2025-05-14 12:01:51 +00:00

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';