Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/prettier/angular-html-parser

An HTML parser extracted from Angular with some modifications
https://github.com/prettier/angular-html-parser

refactor: relocate animation renderer class for private exports (#51910)

this is a pre-emptive move of the animation renderer to prepare for #50738 to land safely.

PR C...

ac1afd8649e48d68606f49d7f86a224c08e14d6b authored over 1 year ago by Jessica Janiuk <[email protected]>
fix(compiler): allocating unnecessary slots in conditional instruction (#51913)

Fixes that we were allocating slots for the expressions of `if`, `else if`, `switch` and `case` ...

31295a3cf907a61e7115d9039a83a232b263a676 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(core): add batching for defer blocks with `on idle` conditions (#51750)

This commit updates runtime logic of defer blocks to schedule a single `requestIdleCallback` for...

4b38e9a1abd28f601aa598563ed6fe055eb5c353 authored over 1 year ago by Andrew Kushnir <[email protected]>
refactor(router): Remove code duplication in matching logic (#51731)

This commit re-uses the match function rather than duplicating the matching and error handling

...

3ab923328c3301be57684c3d7d84f42083ea5ad5 authored over 1 year ago by Andrew Scott <[email protected]>
fix(router): Allow redirects after an absolute redirect (#51731)

The router currently restricts all further redirects after an absolute
redirect. Because there's...

ce1b915868e654cdb679e9381db9d3bd3d68d5c4 authored over 1 year ago by Andrew Scott <[email protected]>
refactor(compiler): Add source maps in template pipeline for expressions and additional ops (#51877)

Enable source maps in a variety of new cases, including most AST expressions, as well as several...

c3cb26527e3868fe120dc68a48d14d3cf1b56592 authored over 1 year ago by Dylan Hunn <[email protected]>
fix(compiler-cli): bypass static resolving of the component's changeDetection field in local compilation mode (#51848)

Currently the field changeDetection undergoes some static analysis to check if it is `ChangeDete...

377a7abfda60a6ddd55a41531e3653bcad78b0a2 authored over 1 year ago by Payam Valadkhan <[email protected]>
fix(compiler-cli): resolve component encapsulation enum in local compilation mode (#51848)

Currently the field encapsulation undergoes some static analysis to check if it is `ViewEncapsul...

f91f222b55f249089d267c72a9c0ab5b09d7c932 authored over 1 year ago by Payam Valadkhan <[email protected]>
fix(service-worker): throw a critical error when `handleFetch` fails (#51885)

On Safari, the cache might fail on methods like `match` with an `Internal error`. Critical error...

dcaad169ec8bf0a61d032ae1ae68fb90d1face09 authored over 1 year ago by Matthieu Riegler <[email protected]>
feat(core): implement new block syntax (#51891)

Switches the syntax for blocks from `{#block}{/block}` to `@block {}` based on the feedback from...

8be2c48b7cda5e99f3d1efa9f26eb2615fea6a8b authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
docs: update Angular CLI help [main] (#51896)

Updated Angular CLI help contents.

Closes #51890

PR Close #51896

5f6cc7cb684d8e29d1ebd036a0c4e8dc5b693e8e authored over 1 year ago by Angular Robot <[email protected]>
build: improve results logging in perf script (#51902)

Add git references when printing perf comparison results.

PR Close #51902

b771539eb3d7bc077e31fc61adcbdfe4ec883d65 authored over 1 year ago by Pawel Kozlowski <[email protected]>
ci: use pull request head sha instead of the sha provided in the github context (#51908)

Use the pull request head sha so that we don't test the code already committed.

PR Close #51908

18e34ad91f7b1613e8d3deee334caa8d04a7919b authored over 1 year ago by Joey Perrott <[email protected]>
test(core): disable flaky tests temporarily (#51895)

This commit disables a couple newly-added tests related to `on idle` trigger condition for @defe...

487b9e118a1ee4e1b6bcf1588b30f5e5a0ff97d8 authored over 1 year ago by Andrew Kushnir <[email protected]>
refactor(compiler): generate arrow functions for setClassMetadata calls (#51637)

Reworks the `setClassMetadata` calls to generate arrow functions instead of full anonymous funct...

d6bfebe2c8909d5a812358ba86e4c74cd56a8baf authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(core): add `on immediate` support for defer blocks (#51630)

This commit adds a logic to handle `on immediate` conditions both as a main condition, as well a...

baaaa6daf693a8dd24f93e027658b63cdbbb4ed6 authored over 1 year ago by Andrew Kushnir <[email protected]>
feat(core): support deferred viewport triggers (#51874)

Adds support for `on viewport` and `prefetch on viewport` triggers which will load the deferred ...

16f5fc40a49cee0d29711df1783f297ff30b5c6e authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
feat(core): support deferred hover triggers (#51874)

Adds support for `on hover` and `prefetch on hover` triggers. Some code had to be moved around s...

687b96186c7da731927e55e714061ea2de718505 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): implement final instruction generation for interaction triggers (#51830)

Updates the logic that generates the instructions for the `on interaction` and `prefetch on inte...

00e60136613b51552d85fbb2ecb3e18c6b6e1f55 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
feat(core): implement deferred block interaction triggers (#51830)

Adds the implementation for the `on interaction` and `prefetch on interaction` triggers.

PR Clo...

3cbb2a8ecf202c814c37ab241ce9f57fb574692e authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): extract deferred block trigger information (#51830)

Reworks the compiler to use the API introduced in #51816 to match triggers to the element nodes ...

7cce28ae9c699164965014900cfac4ef9261e581 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(animations): deprecation of `AnimationDriver.NOOP` (#51843)

The `NoopAnimationDriver` as static property of `AnimationDriver` prevents it from being removed...

0598613950c76f4a13601c6942e30ab4ce1e3b67 authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(animations): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

e5d327d0496d23578cf09b548f7c3a14774407fc authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(core): Private export of the `Writable` type (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

ca416b57a81ffb405110db6037a8248cc03548aa authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(platform-server): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

2df83e225376430e60200d0139b5cf764ec9f804 authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(router): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

f53857ef6a67aae314f91330d6d9ff246f39ed09 authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(core): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

6610c4fb109cc12fc6285d58873eec3703344fc3 authored over 1 year ago by Matthieu Riegler <[email protected]>
refactor(forms): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

e9b9fd45797268c78c731a7c1ecc61a500f4508f authored over 1 year ago by Matthieu Riegler <[email protected]>
docs: annotate `ComponentFixture.getDeferBlocks` as a developer preview API (#51855)

PR Close #51855

4599642a87f3209b16e3490f54bd9cc30a8f6f5e authored over 1 year ago by Andrew Kushnir <[email protected]>
fix(bazel): allow setting `_enabledBlockTypes` angular compiler option (#51862)

We control most flags via Starlark and therefore limit configuration
options via `tsconfig` to a...

cb545807bc62cd6c11e047383a843d5836d627ec authored over 1 year ago by Paul Gschwendtner <[email protected]>
feat(devtools): added instances count and total time in bar chart (#50866)

In Devtools bar chart we can see the total time for all the directive instances in one change de...

ee6c915c82b838ee1b3a1e979ab8dc70b3986485 authored over 1 year ago by Enea Jahollari <[email protected]>
refactor(core): enabled using deps tracker in JIT compilation (#51415)

This change simply flip the flag which enables using the deps tracker in JIT compilation (the lo...

077534ef0f3d6c68766cb30557e3839a72f7d2e6 authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): remove class type check when clearing cache in deps tracker (#51415)

Using verification helpers such as `isComponent` may trigger JIT compilation. Now in some tests ...

654d6ce2fa015063e67553d8968a939a290b4a81 authored over 1 year ago by Payam Valadkhan <[email protected]>
build: update cross-repo angular dependencies (#51783)

See associated pull request for more information.

PR Close #51783

013aec850cf3d20ff8a8f962e9d03d357e131074 authored over 1 year ago by Angular Robot <[email protected]>
perf(platform-browser): disable styles of removed components instead of removing (#51808)

This commit changes the behaviour of `REMOVE_STYLES_ON_COMPONENT_DESTROY`.

Now, `style` nodes a...

3c0577f99140b75688cb8ae969738325cc871548 authored over 1 year ago by Alan Agius <[email protected]>
feat(router): Add option to skip the first view transition (#51825)

This commit adds an option to the view transition feature to skip the first transition.
This opt...

86e91463afc1f3d3d71a669fb2919f2b8bc5a1ca authored over 1 year ago by Andrew Scott <[email protected]>
fix(router): Remove deprecated setupTestingRouter function (#51826)

The `setupTestingRouter` function is a factory function for creating a
new instance of the `Rout...

3c6258c85b37535c1178e84509b7c9ed3a1359e4 authored over 1 year ago by Andrew Scott <[email protected]>
fix(core): allow toSignal calls in reactive context (#51831)

This PR moves the Observable subscription of toSignal outside of the
reactive context. As the re...

dcf18dc74c260253bbf394626beb712a831824f3 authored over 1 year ago by Pawel Kozlowski <[email protected]>
refactor(core): cleanup prefetch triggers when resource loading starts (#51856)

This commit adds the necessary mechanisms to perform cleanup of prefetch triggers when resource ...

917203d9916096ea237f5a4329052f01e0a9dbf9 authored over 1 year ago by Andrew Kushnir <[email protected]>
release: cut the v17.0.0-next.5 release

0a4f18a419ba68a7c8a2d22da85a7f88bd217840 authored over 1 year ago by Pawel Kozlowski <[email protected]>
docs: release notes for the v16.2.6 release

bc296a17e5bc21f599d0932120ca658881bb7b10 authored over 1 year ago by Pawel Kozlowski <[email protected]>
feat(compiler): extract docs via exports (#51828)

So far this docs extraction has pulls API info from all exported symbols in the program. This co...

34495b35337892ab209d9955ff7fe2897a0c5d41 authored over 1 year ago by Jeremy Elbourn <[email protected]>
refactor(router): Refactor loadChildren callback execution and privately export for SSR (#51818)

This commit refactors the loadChildren callback execution of the router config loader
into a fun...

2c09d5144927ec41d95ef0b029976ed6e7c51914 authored over 1 year ago by Andrew Scott <[email protected]>
refactor(core): print the errors related to computing component dependencies to the console in local compilation mode (#51824)

Certain tools in g3 which dynamically bootstrap a component (e.g., custom routers) simply swallo...

e3532291c70b1b9f39b0120e02312a18b57daeb7 authored over 1 year ago by Payam Valadkhan <[email protected]>
fix(compiler-cli): fix NgModule injector def in local compilation mode when imports/exports are non-array expressions (#51819)

Current implementation assumes that NgModule imports/exports fields are always arrays and thus i...

19c3dc18d3c0cfd83efec2c8f81b40860d570346 authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): include injector info for standalone components in local compilation mode (#51819)

Standalone component need to include the imported NgModules as part of their dependencies in ord...

b44533ba39334514960a7a28bc96d3843edc8e15 authored over 1 year ago by Payam Valadkhan <[email protected]>
fix(compiler-cli): allow non-array imports for standalone component in local compilation mode (#51819)

Currently the compiler in local mode assumes that the standalone component imports are array exp...

5b66330329fd066a7c347f040a330b4c7f2a0a2b authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler): implement template type checking for tracking expressions (#51690)

Adds support for template type checking of the `track` expression of a `for` loop block. Trackin...

14d89d79badc6b9bc7be3621dce8f3c91af5ba6f authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): implement template type checking for loop blocks (#51690)

Adds support for template type checking inside `for` blocks. It is implemented by generating a J...

aaa597393da959e3d618627627c3b9df9b0cbf0d authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): implement template type checking for if blocks (#51690)

Adds support for template type checking inside `if` blocks. It is implemented by generating a JS...

d42e02333a6bb61953def195398fa77352ad9722 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): implement template type checking for switch blocks (#51690)

Adds support for template type checking inside `switch` blocks. It is implemented by generating ...

29ced9b066297b9d216186be64499db5c6595376 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
build: update dependency jasmine to v5 (#51820)

The patch is to fix upstream bug in `@bazel/jasmine`. See: bazelbuild/rules_nodejs#3691

PR Clos...

0ee0f780e4c19d43dde9bac0bb6468ea6431d24b authored over 1 year ago by Alan Agius <[email protected]>
docs: update to latest version of material (#51785)

Update to the latest version of material

PR Close #51785

ba64e9c2475e52e14cb950cfc2c26b4c2b4725ae authored over 1 year ago by Joey Perrott <[email protected]>
docs: remove ref to no longer existing `test.ts` (#51462)

The file was removed in Angular 15.0.0 https://github.com/angular/angular-cli/releases/tag/15.0....

1e6c05512bd1e05c976e87e9fe4a575f8112b3f4 authored over 1 year ago by David LJ <[email protected]>
refactor(router): Remove internal state tracking for browserUrlTree (#48065)

The browserUrlTree is only used to support the onSameUrlNavigation: 'ignore' logic. We can achie...

ad61bf6184d5d51a5d45dd03e1487485ccc9caaa authored over 1 year ago by Andrew Scott <[email protected]>
build: update dependency jasmine-core to v5 (#51794)

See associated pull request for more information.

PR Close #51794

396e064f807cfd4f7af984d9fa2e9f39037fc95e authored over 1 year ago by Angular Robot <[email protected]>
build: update dependency puppeteer-core to v21 (#51802)

See associated pull request for more information.

PR Close #51802

20cdb7730e7f1f287c12084b69f5a67879c8f6bb authored over 1 year ago by Angular Robot <[email protected]>
build: update actions/checkout action to v4 (#51793)

See associated pull request for more information.

PR Close #51793

8a2dc0f2e086503826927f3d2aa48ad15e9b3bdf authored over 1 year ago by Angular Robot <[email protected]>
build: update scorecard action dependencies (#51817)

See associated pull request for more information.

PR Close #51817

e5a0116575efba857833c8fdfbf6743d90d740d1 authored over 1 year ago by Angular Robot <[email protected]>
fix(router): use DOCUMENT token instead of document directly in view transitions (#51814)

document is not available in SSR so using it directly will lead to an error.

PR Close #51814

c03baed8547c2c1da576307c708d2682dfdf3742 authored over 1 year ago by Andrew Scott <[email protected]>
refactor(compiler): require a reference in interaction and hover triggers (#51816)

Updates the parsing for `interaction` and `hover` triggers to require a reference to an element....

988e6c3fab57523cb985c21edd3f05cfba1cafbf authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): update binder to account for new semantics (#51816)

When the `TargetBinder` was written, the only embedded-view-based nodes were templates, but now ...

8c10ba1a3827ac121f5afae8f7b5b36a8c5362a2 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): add utility to resolve the deferred block trigger element (#51816)

Adds a utility to the `BoundTarget` that helps with resolving which element a deferred block is ...

d5389089334d7815709701c28f5cdce9bfa2f8d2 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): Clean up a few messy content projection details (#51544)

Pull out exclusion of `select` attributes on content nodes into a phase, and clean up a couple o...

8438e3e9824350438745244baa7171c47dcefb61 authored over 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Enable some additional passing tests for template pipeline (#51544)

A couple more tests pertaining to animations became passing at some point recently, as well as a...

8b0340626e67697c41d41f29ebd3ed771271dc7b authored over 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support `ngProjectAs` attributes (#51544)

Content project allows the content to specify its own selector for matching against content proj...

40f2b2690ac48bf749b83a32cff8d2ca4cc0e956 authored over 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Add an explicit `controlFlow` property to template ops (#51544)

The new built-in control flow design includes calls to the `template` instruction with fewer arg...

3248ad1a1ac38c37b09256954973f18138561669 authored over 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Split up the const collection phase (#51544)

The const collection phase is getting too large. We simplify it by breaking out i18n const colle...

7f4f1da121010f1cb6956f10b34316c8d9e8d0f9 authored over 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support content projection in template pipeline (#51544)

Supporting content projection requires us to emit three new kinds of output:

1. An `ngContentSe...

05393cb54527295140ecf8dfcaa4092053e14563 authored over 1 year ago by Dylan Hunn <[email protected]>
feat(core): drop support for older TypeScript versions (#51792)

Drops support for versions of TypeScript older than 5.2

BREAKING CHANGE:
Versions of TypeScript...

e23aaa7d75efdd52be4dd7ca9267bc60d36059c2 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
build: disable TS version checks on AIO (#51792)

Disables the checks for the version of TS in AIO to unblock the TS deprecation.

PR Close #51792

e1b27b01a5e0b5a4e4fb2954dbbd9e1fac32f4f6 authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
docs: Migrate Service Worker to Standalone (#51687)

Although there are several pages, only `service-worker-getting-started.md` has an example.
That ...

9f3b549cf622fd71a5c19e82b166a26123905f89 authored over 1 year ago by Ward Bell <[email protected]>
fix(router): Remove malformedUriErrorHandler from `ExtraOptions` (#51745)

The `malformedUriErrorHandler` is used as a recovery mechanism for when the `UrlSerializer`
thro...

0b3e6a41d025997d2947125d875ac26ecd1b86d9 authored over 1 year ago by Andrew Scott <[email protected]>
refactor(core): fix NgModule compilation scope in deps tracker (#51791)

Currently deps tracker includes the exported scope of the exported NgModule only in the exported...

873e80b869f0f1817d8ccc5683297badfc5aaa6a authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): allow nested array for standalone component imports in local compilation mode (#51767)

This change flattens the imports info on standalone component decorators in runtime dev mode by ...

1d0fc42fc70fbd49de3699325de9e61bdb601b21 authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): flatten and resolve ng-module bootstrap info in local compilation mode (#51767)

This change contains runtime logic needed to flatten the NgModule bootstrap field in local compi...

3d06a8133c5c024b3f63b975c9cdbc7355c878c6 authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): allow nested array for ng-module scope info in local compilation mode (#51767)

This change flattens the imports/exports/declarations info on ngModule decorators in runtime dev...

3d2f9451c08c0cecbe1d846b6b56fed70ae544fc authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler-cli): move NgModule bootstrap definition to runtime in local compilation mode (#51767)

Today in local compilation mode the NgModule bootstrap definition is moved as it is into the run...

fbf3ac247bbbf98c73b6aa0dfa6e20774359031b authored over 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): ensure reactive node constants are considered pure (#51809)

Currently when ESBuild bundles an application importing from
`@angular/core`, the signals librar...

fb3e6d6015558eb261c814bf5a47f0b36b48b83b authored over 1 year ago by Paul Gschwendtner <[email protected]>
Revert "feat(common): make the warning for lazy-loaded lcp image an error (#51748)" (#51810)

This reverts commit fe2fd7e1a898a4525c219065a6d0908988dfd7e2.

PR Close #51810

8486fa15948f09231d588ded334cdcbe5df8567c authored over 1 year ago by Pawel Kozlowski <[email protected]>
feat(compiler): extract docs info for enums, pipes, and NgModules (#51733)

Based on top of #51717

This commit adds extraction for enums, pipes, and NgModules. It also add...

2e41488296879685b19dfba8d78037690347bda3 authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): extract doc info for JsDoc (#51733)

Based on top of #51713

This commit adds docs extraction for information provided in JsDoc comme...

e0b1bb33d77babe881f77f52cb1b71e345f5696b authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): extract docs for top level functions and consts (#51733)

Based on top of ##51700

Also updates extraction to ignore un-exported statements.

PR Close #51733

a24ae994a0470fdac09a69937fd0580cff6c6d68 authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): extract docs for accessors, rest params, and types (#51733)

Based on top of #51697

Adds extraction for accessors (getters/setters), rest params, and resolv...

b9c70158abecd81a5af512c8b4da685851cf159f authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): extract directive docs info (#51733)

Based on top of #51685

This expands on the extraction with information for directives, includin...

c7daf7ea1692391f7cac8f794ed777887a2764af authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): expand class api doc extraction (#51733)

Based on top of #51682

This expands on the skeleton previously added to extract docs info for c...

7f6d9a73ab8b658d0d8148080dfefb2550bee6b4 authored over 1 year ago by Jeremy Elbourn <[email protected]>
feat(compiler): initial skeleton for API doc extraction (#51733)

This commit adds a barebones skeleton for extracting information to be used for extracting info ...

7e82df45c5bb72ec3dafaa07dc1eaa5d463b006c authored over 1 year ago by Jeremy Elbourn <[email protected]>
release: cut the zone.js-0.14.0 release (#51774)

PR Close #51774

9bd1551c3f44953df07ce8ca6b587ad225d019d0 authored over 1 year ago by Alan Agius <[email protected]>
feat(core): add support for zone.js 0.14.0 (#51774)

This commit adds support for zone.js 0.14.0 and drops support for older versions

BREAKING CHANG...

81b67aa98767078aebae22150d3441372772c28f authored over 1 year ago by Alan Agius <[email protected]>
test(compiler): attempt to deflake windows tests (#51804)

Another try at deflaking the tests on Windows. I'm trying a couple of fixes here:
1. I noticed t...

75380bf2209ac5b9c7cb02d1be890631fbc2098e authored over 1 year ago by Kristiyan Kostadinov <[email protected]>
feat(common): make the warning for lazy-loaded lcp image an error (#51748)

upgrade the warning for lazy-loaded lcp images when using NgOptimizedImage to an error

BREAKING...

fe2fd7e1a898a4525c219065a6d0908988dfd7e2 authored over 1 year ago by Alex Castle <[email protected]>
refactor(core): support phases in afterRender and afterNextRender (#51559)

Support for scheduling after*Render callbacks into various phases to minimize reflows

PR Close ...

545db6d22de38ce8ca94fe8b41a34e824752c3d8 authored over 1 year ago by Gerald Monaco <[email protected]>
feat(language-service): Enable go to definition of styleUrl (#51746)

This commit enables 'go to definition' action for the new 'styleUrl' property

PR Close #51746

e2416a284ff086752c809689ef74588f02e5f0e4 authored over 1 year ago by Andrew Scott <[email protected]>
refactor: ensure top-level symbols are marked as side-effect free (#51776)

Terser does not treat `Symbol` as side-effect free- so if we end up with
a symbol export being l...

0c5b34b4465e16bf51fe34be042f3cb4a3c06782 authored over 1 year ago by Paul Gschwendtner <[email protected]>
refactor(core): make sure that destroyed watch nodes dont run again (#51757)

This commit moves the destroy logic from 'effect' in the lower-level
'watch' so this implementat...

a62e62c1c2500bd953da4a10356a8791a87a36df authored over 1 year ago by Pawel Kozlowski <[email protected]>
build: update actions/cache digest to 704facf (#51787)

See associated pull request for more information.

PR Close #51787

cb7acdf84d3a203562bf6dfe621c2e978839de8d authored over 1 year ago by Angular Robot <[email protected]>
refactor(core): forbid rendering orphan components in local compilation mode (#51726)

Certain code patterns and tools in Google (and possibly 3P world) lead to the situation that a c...

c6b9a3ea6cdc65e8001af6a86d7c89a6a7ded20c authored over 1 year ago by Payam Valadkhan <[email protected]>
fix(localize): ng-add schematics for application builder (#51777)

The schematics now supports the `application` builder, which is the new default builder in an ap...

5a20a44c64066e47894ca3cbe26327766ca89a42 authored over 1 year ago by cexbrayat <[email protected]>
build: update dependency conventional-changelog to v5 (#51606)

See associated pull request for more information.

PR Close #51606

88ac76fb3439f011167ed66cfd90ddc6ea866e89 authored over 1 year ago by Angular Robot <[email protected]>
build: update io_bazel_rules_sass digest to 63d77ff (#51243)

See associated pull request for more information.

PR Close #51243

d79db4a9e18805ee9dc3d8b824b0352cb44d8b95 authored over 1 year ago by Angular Robot <[email protected]>