yarn @angular/compiler-cli 19.0.0-next.10
v19.0.0-next.10

17 hours ago

19.0.0-next.10 (2024-10-16)

compiler

Commit Description
feat - 0c9d721ac1 add support for the typeof keyword in template expressions. (#58183)
fix - a3cb530d84 handle typeof expressions in serializer (#58217)
fix - ba4340875a ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Description
feat - 231e6ff6ca generate the HMR replacement module (#58205)
fix - fb44323c51 incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Description
feat - 6b8c494d05 flipping the default value for standalone to true (#58169)
feat - 3f1e7ab6ae promote outputFromObservable & outputToObservable to stable. (#58214)
feat - 97c44a1d6c Promote takeUntilDestroyed to stable. (#58200)
feat - 819ff034ce treat directives, pipes, components as by default (#58229)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

Don't miss a new compiler-cli release

NewReleases is sending notifications on new releases.