Charles

Results 44 issues of Charles

All documentation tutorials will now use the recently released version 18 of Angular. Additionaly, the tutorials have been migrated to use the new `@angular/build` package which does not contain the...

action: merge
target: patch
area: docs
adev: preview

The integration tests currently have remained on yarn v1. The infrastructure for the integration tests would need more complex changes to support the update. To minimize the areas of code...

area: build & ci

The Vite-based development server now provides support for serving individual component stylesheets both with and without emulated view encapsulation. This capability is not yet used by the Angular runtime code....

target: major
detected: feature
area: @angular/build

An additional `loader` import attribute value specialized for image files (`loader: "image-file"`) is now available. This loader type is intended for use with the AOT compiler's optimized image instruction. It...

The `serve` command will now use a default project target and builder name if the target entry is not explicitly defined. This allows the removal of additional configuration from an...

area: @angular-devkit/build-angular
area: @angular/cli
target: minor
area: @angular/build

Previously, the component handler was processing and resolving stylesheets referenced via `styleUrl`/`styleUrls` multiple times when generating the compiler metadata for components. The style resource information collection for such styles has...

area: performance
action: review
target: major

### 🔎 Search Terms importHelpers, module, preserve ### 🕗 Version & Regression Information Fails with `TS2354` in versions 5.4.x. Generates invalid code in >= 5.5 including nightly. ### ⏯ Playground...

The AOT compiler now has the capability to handle component stylesheet files as external runtime files. External runtime files are stylesheets that are not embedded within the component code at...

target: major
area: compiler

The shared style host now has the capability to add component styles as link elements with external style references. This is currently unused within the runtime but is an enabling...

action: merge
area: core
target: major