Skip to content

Conversation

@clydin
Copy link
Member

@clydin clydin commented Nov 25, 2025

Updates the type import for @angular/compiler-cli from a default import (import type ng from ...) to a full namespace import (import type * as ng from ...) across the Angular build tooling.

This change ensures consistent and correct type resolution, aligning with modern TypeScript module standards and preventing potential import resolution issues.

Updates the type import for `@angular/compiler-cli` from a default import (`import type ng from ...`) to a full namespace import (`import type * as ng from ...`) across the Angular build tooling.

This change ensures consistent and correct type resolution, aligning with modern TypeScript module standards and preventing potential import resolution issues.
@clydin clydin added the target: patch This PR is targeted for the next patch release label Nov 25, 2025
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 25, 2025
@clydin clydin requested a review from alan-agius4 November 26, 2025 12:04
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 26, 2025
@clydin clydin merged commit 0fd1646 into angular:main Nov 26, 2025
65 of 66 checks passed
@clydin
Copy link
Member Author

clydin commented Nov 26, 2025

This PR was merged into the repository. The changes were merged into the following branches:

@clydin clydin deleted the build/type-imports branch November 26, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants