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

chore(release): 5.2.0

ef17eaa01a9581b26ba48594af51b1ee409fc5a0 authored about 1 year ago by Sosuke Suzuki <[email protected]>
Add `type` field for `ExpansionCase` (#39)

8ffd2f55b4d116ad6e611c73efa1f94889ce5c67 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
chore(release): 5.1.0

6b1d34c4badf4fa99d67458f05645791289200ad authored about 1 year ago by Sosuke Suzuki <[email protected]>
feat: parse ICU expressions if also parsing block syntax (#38)

9fade4f9ba12867debd7af88943d45024e87d4be authored about 1 year ago by Matt Lewis <[email protected]>
Reduce diff between dev and main branch (#36)

e44e2c6c32b0e4273e394da339c9ac6010dc6e2f authored about 1 year ago by fisker Cheung <[email protected]>
chore(release): 5.0.2

a9fc3ab51bc27c96f61a14f0d6050968aecdf250 authored about 1 year ago by fisker <[email protected]>
Update dependencies

7a05069bd1c3ebb12ec3376100732fc718bc51c1 authored about 1 year ago by fisker <[email protected]>
Fix bad merge & fix build script

2c79c32546ed91e4c60521ed940472031c924f6e authored about 1 year ago by fisker <[email protected]>
Merge branch 'main' into dev

# Conflicts:
# .github/workflows/aio-preview-build.yml
# .github/workflows/aio-preview-deploy.ym...

e7cb7804d812497dde84c8f7ae2f423eeb491c93 authored about 1 year ago by fisker <[email protected]>
chore(release): 5.0.1

c954d1d5526e21d85f77b614fa0a612a05e2c1c7 authored about 1 year ago by Sosuke Suzuki <[email protected]>
Add `startSourceSpan` and `endSourceSpan` to `BlockParameter` (#35)

cd30b8926f65722afe1eb73a43a27233fd90566c authored about 1 year ago by SUZUKI Sosuke <[email protected]>
chore(release): 5.0.0 (#34)

a209e3f59ea0807e8017a1e18f74b9fb074b0350 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
chore(release): 5.0.0 (#34)

e13bcf2cbce14bb8cdb0f84ca4b60e466c057497 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
Update README and rename `tokenizeBlocks` to `tokenizeAngularBlocks` (#33)

ea9657fbb6c3f16f2b5e6e1fb10f3bf2ad4284d7 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
Add `tokenizeBlocks` option and `type` property to block nodes (#32)

dbc00e196213d0ec26bc2eadb46aa74056e13106 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
Merge upstream (#30)

9898d5ef4a2c66ae5d7af3b9ac085fe0425b6131 authored about 1 year ago by SUZUKI Sosuke <[email protected]>
fix(core): handle trackBy and aliased index in control flow migration (#52423)

Currently, the migration always use `$index` in the migrated trackBy function, whereas this vari...

6070c9ddcff88d4ad4bcf73a2dd1874920661d93 authored about 1 year ago by cexbrayat <[email protected]>
refactor(compiler): Split the i18n placeholder mega-phase (#52390)

The i18n placeholder resolution phase has accumulated too much logic,
making it difficult to und...

99805323bb875668b883438b346e5df7f6e35428 authored about 1 year ago by Miles Malerba <[email protected]>
test(compiler): Enable passing i18n tests (#52390)

Enables a handful of i18n tests that are currently skipped, but pass if
enabled. Some of them re...

e92d87ee086e155d7d358a398c3df9e98f7fa5e3 authored about 1 year ago by Miles Malerba <[email protected]>
refactor(localize): mark `TargetMessage` and `MessageId` as public. (#52418)

Both entries are exported in the `index.ts`

PR Close #52418

b0bc25dd3ff441da4d9563332c0a4a9ad20ee904 authored about 1 year ago by Matthieu Riegler <[email protected]>
docs: update SSR docs (#52408)

This commit updates the `ssr.md` file to restructure (and simplify) SSR docs.

PR Close #52408

07623caefe2ec71c63d5c427c00cda59322694f2 authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(migrations): Add optional path param for control flow migration (#52403)

This adds the option to pass in a path to the control flow migration in order to run the migrati...

d122fc4b1b81d70692a8d62d5bf8d1662fe1a2ca authored about 1 year ago by Jessica Janiuk <[email protected]>
fix(migrations): Ensure control flow migration ignores new block syntax (#52402)

This fix ensures that the control flow migration does not encounter any problems when new block ...

fa03f0a3c5e1e4562b53a3d86e98783ddd4f84cf authored about 1 year ago by Jessica Janiuk <[email protected]>
fix(migrations): Remove unhelpful parsing errors from the log (#52401)

When running the control flow migration, unhelpful ICU parsing errors were being logged and crea...

6c580348326ba80c11bce6bcc4de0b81a96e57c8 authored about 1 year ago by Jessica Janiuk <[email protected]>
docs: control flow API reference (#52397)

Adds API reference for the new built-in control flow.

PR Close #52397

6b3f0bd0ea08db91247d9510436c7edc5c472515 authored about 1 year ago by Pawel Kozlowski <[email protected]>
refactor(compiler): extract decorator API docs (#52389)

This commit adds decorators to the extracted API docs. It makes some
very hard-coded assumptions...

740d46f93baf656b9ce96840fa4edad498e96947 authored about 1 year ago by Jeremy Elbourn <[email protected]>
refactor(compiler): extract api docs for inherited members (#52389)

This commit expands docs extraction for classes and interfaces to include inherited members. Thi...

9291ffc418c687e66089a97af5eb477af9daef46 authored about 1 year ago by Jeremy Elbourn <[email protected]>
docs: Add defer guide (#52380)

This adds a user guide for how to use defer.

PR Close #52380

edea54714d6052ca610b15e59c5db305fa8a992c authored about 1 year ago by Jessica Janiuk <[email protected]>
docs(docs-infra): fix typo in tap into the observable tutorial example (#52359)

PR Close #52359

5e651aabe437f0539c5aeb81d8229e0911646507 authored about 1 year ago by Ivad <[email protected]>
docs: add warning for localhost proxy (#51948)

PR Close #51948

e06b73f74279d5c7f4190a2132a1fa99f74867b8 authored about 1 year ago by Evan Kleiner <[email protected]>
fix(core): replace assertion with more intentional error (#52234)

Issue #50320 shows that in some cases, updating a signal that's a dependency
of a template durin...

bdd61c768a28b56c68634b99c036986499829f45 authored about 1 year ago by Alex Rickabaugh <[email protected]>
build: update cross-repo angular dependencies (#52191)

See associated pull request for more information.

PR Close #52191

78888190630fc1a97edb379dc03c9235cf95d7bd authored about 1 year ago by Angular Robot <[email protected]>
docs: update SSR doc to reflect version 17 (#52398)

Changes to SSR doc

PR Close #52398

cb8a741f14edd2c800e59f6fa0956cf4aa1aabea authored about 1 year ago by Alan Agius <[email protected]>
fix(migrations): fix broken migration when no control flow is present (#52399)

This addresses a bug that caused the control flow migration to crash when no control flow was pr...

f1a020b511d14b59e20eef8c1bbb13ce97ba478d authored about 1 year ago by Jessica Janiuk <[email protected]>
docs: guide for the built-in control flow (#52369)

This change adds a dedicated developer guide for the
built-in control flow.

PR Close #52369

3433728a829c6f019c2a20501cc99dd91be30b26 authored about 1 year ago by Pawel Kozlowski <[email protected]>
refactor(common): avoid repetitive `globalThis` in global locales (#52394)

This changes reduced slightly the bundle size as `global` can be minified unlike direct usage of...

df86e37fb331b21fa00b077029fb3e4a9b88eb28 authored about 1 year ago by Alan Agius <[email protected]>
build: update zone.js version to 0.14.1 (#52385)

This commit updates the `package.json` of the zone.js package.

PR Close #52385

8599e1892ec99806a960a077971d52259b45839d authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor: fix a number of typos throughout the codebase (#52249)

Fix some typos such as `boostrap`, `propery` and more, both in
documentation and in code (commen...

fc9ba3978cc098b59c107371bbd5413044fbecda authored about 1 year ago by Andrea Canciani <[email protected]>
docs: fixed typos (#52297)

PR Close #52297

31c7bc1cf4fa7e9bad130ddcfbae54f10fef81ae authored about 1 year ago by Susheel Thapa <[email protected]>
docs: update to standalone and routing by default (#52293)

This commit covers several changes:
- routing enabled by default
- standalone by default

PR C...

3598d212a6587b6fdffa40d9adc2ee5b48ae8c3f authored about 1 year ago by Alan Agius <[email protected]>
docs: remove the dev preview warning from the signals guide (#52375)

Signals are out of dev preview now.

PR Close #52375

30ae5bebf9b9b9fc7e2346d8519b30ca1a6dbe1f authored about 1 year ago by Pawel Kozlowski <[email protected]>
ci: Add members to fw-migrations pullapprove group (#52378)

This adds jessicajaniuk and AndrewKushnir to the fw-migrations reviewers list.

PR Close #52378

2faba0e129a137f45320ec4d8faf380152f91acd authored about 1 year ago by Jessica Janiuk <[email protected]>
docs: Adjust defer api summary for prefetch clarity (#52379)

This updates language to clarify exactly how prefetch works in a defer block configuration.

PR ...

fc32b29f79b7a5875409b4752f65a68a24dad250 authored about 1 year ago by Jessica Janiuk <[email protected]>
release: cut the zone.js-0.14.1 release (#52374)

PR Close #52374

16bf04b1f4bba172504cbf07cf16a72789c90364 authored about 1 year ago by Alan Agius <[email protected]>
docs: release notes for the v17.0.0-rc.1 release

361fc4e3bad1a5e1ceaf870f285d6d20c417a958 authored about 1 year ago by Dylan Hunn <[email protected]>
docs: release notes for the v16.2.11 release

4ca2cea9e1636b0d8a778803b265c3fe0498db31 authored about 1 year ago by Dylan Hunn <[email protected]>
fix(router): `RouterTestingHarness` should throw if a component is expected but navigation fails (#52357)

The `RouterTestingHarness` should throw an error if the call to `navigateByUrl`
expects a compon...

0037c213a36c85182ee4301856d380ccb0a13b44 authored about 1 year ago by Andrew Scott <[email protected]>
fix(core): load global utils before creating platform injector in the standalone case (#52365)

This is needed so that the providers configured on platform creation are picked up by the inject...

8ee0f27c9ecda99dff2e0bfc5fbc9347e647219f authored about 1 year ago by AleksanderBodurri <[email protected]>
fix(core): get root and platform injector providers in special cases (#52365)

Previously, because the platform injector does not have a provider container, this API would fai...

d5dedf49fa4af607e0ca66054f263f614a0de45b authored about 1 year ago by AleksanderBodurri <[email protected]>
fix(core): emit provider configured event when a service is configured with `providedIn` (#52365)

Previously this case was missed by the default framework injector profiler. Now in ngDevMode thi...

31b887048a0c42e4fe1e0152489a824302e85a40 authored about 1 year ago by AleksanderBodurri <[email protected]>
docs: added missing 'next steps' sections (#52229)

PR Close #52229

4726203e0d0918532bd76bfacfd4720c1d2f54c0 authored about 1 year ago by Osama Heykal <[email protected]>
docs: Add @defer API reference documentation (#52336)

This adds the initial API reference documentation for the new defer blocks.

PR Close #52336

61fb6b8b4a7b8ef24c28fa2743f15140f671c2c9 authored about 1 year ago by Jessica Janiuk <[email protected]>
refactor: change public const enums to enums (#51670)

Angular recently gained a local compilation mode (see commit
345dd6d81acc6be15cb1b822afa39d6a854...

ebbc7a27e82dafaf9b13e136cbfe5a06afa51987 authored about 1 year ago by Jan Kuehle <[email protected]>
fix(migrations): Add support for nested structures inside a switch statement (#52358)

This updates the code to handle switches more elegantly in line with how the other blocks are ha...

9692aeb1a54303164bea2de9f4b16416eeccb330 authored about 1 year ago by Jessica Janiuk <[email protected]>
docs: the `Component` import is not being used (#52323)

PR Close #52323

56598a16a705fd0342ededeb7e79634fee6245e4 authored about 1 year ago by Alvaro Junqueira <[email protected]>
docs(docs-infra): fix codeblock snippet for APP_INITIALIZER (#52354)

fixes broken code snippet for standalone application using APP_INITIALIZER

PR Close #52354

11e0ef22685a53cab60e8196c9c5eca9892ee47c authored about 1 year ago by Naaajii <[email protected]>
docs(core): fix the language code (#52352)

PR Close #52352

fda7a84b261b12054fb4b402220668716cecfcc0 authored about 1 year ago by Matthieu Riegler <[email protected]>
docs: update the roadmap to reflect the progress as of v17 (#52356)

PR Close #52356

dea16201daad11e7a10ed2ec284d28e65011f25e authored about 1 year ago by mgechev <[email protected]>
fix(zone.js): use `globalThis` instead of `global` and `window` (#52367)

`globalThis` global property contains the global `this` value, which is usually akin to the glob...

def719e2cac50bbf1cda4a2c4bf96de2d4ba4bfd authored about 1 year ago by Alan Agius <[email protected]>
refactor(common): modernize code in locale file (#52368)

Use `globalThis` global property contains the global this value, which is usually akin to the gl...

d775fa1c2400a539c210720687a8d196b4352510 authored about 1 year ago by Alan Agius <[email protected]>
refactor(core): modernize `$localize` checks (#52368)

Use nullish coalescing.

PR Close #52368

7b3d26933efaf5901e143aacf441f6c4cc341d30 authored about 1 year ago by Alan Agius <[email protected]>
fix(core): Ensure backwards-referenced transplanted views are refreshed (#51854)

This commit runs change detection in a loop while there are still dirty
views to be refreshed in...

76152a5fc66e16342045cfd038b53913c32b38da authored about 1 year ago by Andrew Scott <[email protected]>
fix(migrations): handle nested classes in control flow migration (#52309)

Fixes that the control flow migration was only processing top-level classes. Nested classes coul...

c993e9a40ee92a568b2e314773c5df02ebb2147a authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(migrations): handle nested classes in block entities migration (#52309)

Fixes that the block entities migration was only processing top-level classes. Nested classes co...

9e76468905202a5a76c8b7304b6d42f31e722e39 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
perf(http): reduce data transfer when using HTTP caching (#52347)

This commit reduces the property size in the http transfer cache to reduce the page payload.

Be...

c5e30f1d79f3ebd85cb8061452a897313208bbca authored about 1 year ago by Alan Agius <[email protected]>
build: lock file maintenance (#52353)

See associated pull request for more information.

PR Close #52353

5436890d4c2a9cb4ab6ad56b9df9d701887eccd6 authored about 1 year ago by Joey Perrott <[email protected]>
fix(migrations): Fixes the root level template offset in control flow migration (#52355)

When migrating an ng-template later on in a file, the migrationResult was not being reset to zer...

90eb879779c2d271fd505b4c10868b85c869a882 authored about 1 year ago by Jessica Janiuk <[email protected]>
refactor(compiler): Don't double-create pipes in switch cases (#52289)

Previously, we would emit *two* pipe creation instructions for each pipe in a switch case. This ...

d82d58621ecc3ec4dfc40bccdb9daa7e646788e2 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support content projection source maps (#52289)

The `projection` op should map onto the entire corresponding `ng-content`.

PR Close #52289

17be1a8aca2b3e0cac67a853727a446207238549 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Order elements before other phases (#52289)

Previously, we ran the ordering phase near the end of the compilation. However, this meant that ...

d55ff744e3a8b43f2027de3ae64d7b6fb05faacb authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Update pipe test golden for alternative create order (#52289)

We roughly attempt to match TemplateDefinitionBuilder's pipe creation order, by placing pipe cre...

3343ceb82df2eb1097bdfdb318ffa581fccbe20c authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Improve the ordering of update ops (#52289)

The correct order of attributes and properties is:

1. Interpolated properties
2. Interpolated a...

9f839272bd6f2b913cadb592613bc1c765416327 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Imitate TemplateDefinitionBuilder's variable offset assignment order (#52289)

Many instructions consume variable slots, which are used to persist data between update runs. Fo...

b814b97d8efc5d263328bea9e817b683fc982a5a authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Fix a special case involving var counting for singleton `propertyInterpolate` (#52289)

Singleton property interpolation instructions consume only one variable, but are still emitted a...

0491fba52325f28b845a511affd1eaa928c8631e authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): The projection instruction takes an array literal (#52289)

We were incorrectly emiting a extracted constant pool index for the final argument of the projec...

f6cc09b0f47ae5a7024e34ea99842822bafc3fbf authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Use already available context in closures, instead of saving it (#52289)

Previously, inside an event listener, template pipeline would always save the context from resto...

044df0c1a8c03fd390a58415235a6bf727c4ef66 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Empty context variable reads are `$implicit` (#52289)

Previously, the template pipeline did not handle "empty" reads gracefully: it would emit syntact...

f5dffe1c5bb28504dc506fb0288e4506d66b587a authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Enable already-passing tests (#52289)

Some tests are already passing, but were not enabled at the time they were previously fixed.

PR...

efe170fb2a6c4eb510e5871646257448ee8c553b authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Update golden for pipe binding collapsing (#52289)

We currently allow elements to be collapsed around pipe creation instructions. TemplateDefinitio...

5d527e8c6bf60a17f71b83b5c8afcdd342011ba5 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(platform-server): replace `global` usages with `globalThis` (#52342)

This commit updates a number of `global` usages to `globalThis` to better support other platform...

dcc4a8061521fa8c4455d678bb08d3b0518907a0 authored about 1 year ago by Alan Agius <[email protected]>
refactor(platform-server): remove dependency between `@angular/platform-server` and `@angular/platform-server/init` (#52342)

Previously, the cross entry-point dependency was created to share the `setDomTypes` function. Th...

6b112cc621ae2b2ddd77b0e705d2c4739d40d9f7 authored about 1 year ago by Alan Agius <[email protected]>
docs(common): add preconnect generation to NgOptimizedImage docs (#52248)

add a note on automated preconnect generation to the NgOptimizedImage docs' preconnect section, ...

e33a0ff3dd0178d963730a0c1d59acb7a5fcdd06 authored about 1 year ago by Alex Castle <[email protected]>
refactor(core): ignore `after` and `minimum` when transition between states in tests (#52314)

This commit updates the logic to ignore `after` and `minimum` conditions when `DeferBlockFixture...

bdc4266d2d8cf48912430fe87404e4d656a18f78 authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(core): report `@defer` errors using `ErrorHandler` (#52320)

This commit updates the code to report errors via `ErrorHandler` instance.
For dependency loadin...

e2fc506a899cb128b8969a33edfad52c8dc83849 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: remove test.ts file in aio (#52327)

Same as 7ba5dc87ed, but for aio
This file is not necessary since CLI v15+

PR Close #52327

82cd7d6db22ef4e080a4059527502ed135cb032f authored about 1 year ago by cexbrayat <[email protected]>
refactor(migrations): Fixes offset calculations for nesting (#52332)

This updates offset to handle pre and post offset properly for nested situations, rather than re...

504c88272b43181f1d93d2a616a66a38883780f2 authored about 1 year ago by Jessica Janiuk <[email protected]>
test(core): fix test observing broken OnPush checkNoChanges (#52337)

The test is actually observing that OnPush results in a view not being checked
when checkNoChang...

d716d1fbf89658e7e0a32fd85e11b260e4b83aaf authored about 1 year ago by Andrew Scott <[email protected]>
docs: fix typo (#52339)

PR Close #52339

d74dc9676e0c2dfbec7a26c64e971e471cc7b147 authored about 1 year ago by Doug Parker <[email protected]>
fix(compiler): account for type-only imports in defer blocks (#52343)

Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to ...

b6b5adca384ec95cc06e3c665dd512714c852781 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
docs: update Angular CLI help [main] (#52330)

Updated Angular CLI help contents.

Closes #52281

PR Close #52330

47ab069070c043c54c46f8ef9b37b14a25857939 authored about 1 year ago by Angular Robot <[email protected]>
refactor(compiler): Support track functions and context variables in `@for` loops for template pipeline (#52001)

The template pipeline can now generate track functions, and extract them into the constant pool ...

30e81d446966796f5f940d3c0c151062bf055698 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support `@for` blocks in template pipeline (#52001)

Add support for `repeaterCreate` and `repeater` instructions. Correctly count decls and vars, an...

c8a5a4f85225bac14d9f8a664df94d67d291cf49 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Create an `alias` concept on views (#52001)

View compilations previously had context variables, which were variables available in the view t...

605a50654e93d5dbc1d3dc135254e1d741651a98 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Create an `AlwaysInline` variable mode (#52001)

The template pipeline now supports lexical variables that are always inlined into their call sit...

c92d34e1fdd3e643c1f0f83724c63a0f22f7b5ae authored about 1 year ago by Dylan Hunn <[email protected]>
docs: add event banner (#52334)

PR Close #52334

5b7b541ce96d6082f8edb2031707c78e034ab37b authored about 1 year ago by Emma Twersky <[email protected]>
refactor(core): use performance API for afterRender feature logging (#52235)

Add a standard performance marker that can be viewed in Chrome Dev Tools and other tooling. See ...

67b97206b5af1347402f958e006e350a4f25e9fe authored about 1 year ago by Gerald Monaco <[email protected]>
docs: update app-shell docs to reflect v17 (#52294)

Update app-shell docs to reflect v17 changes

PR Close #52294

a20febebb15a5f92d9380ba235a3520f8a924de1 authored about 1 year ago by Alan Agius <[email protected]>
refactor(core): Remove duplicate null check in helper function (#52312)

This commit is a small refactor to remove the top-level null check on the
variable that's alread...

13a5752ef13c256053a7290f1a21d2a6538a4b61 authored about 1 year ago by Andrew Scott <[email protected]>
fix(platform-server): resolve relative requests URL (#52326)

Prior to this commit relative HTTP requests were not being resolved to absolute even thought the...

405ec8c796a571a9fe0ed1258171856faae2eedb authored about 1 year ago by Alan Agius <[email protected]>
fix(language-service): Autocomplete block keywords in more cases (#52198)

Previously, autocompletions were not available in two main cases. We correct them.

1. Autocompl...

e6affeff6127e1ef8ff41f7a23051fd2ea7a8d8d authored about 1 year ago by Dylan Hunn <[email protected]>