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

ci: fix escaping for determing current stable version (#51496)

Fix the escaping for the sed command determining the stable version

PR Close #51496

c3349fb2a1b66c29107c8344991716f4e461e95a authored over 1 year ago
docs(docs-infra): set meta description per page (#51487)

aio currently uses the same `<meta name="Description">` content for every page. It seems like th...

6d29ab7818887783ad1583dadb9d8aff7b7f1612 authored over 1 year ago
build: add AIO_PAYLOAD_TOKEN env variable (#51489)

add environement variable for deployment

PR Close #51489

26ad6d50cc789886d7986e5486c3cdea8eecc821 authored over 1 year ago
build: provide CI_BUILD_URL env variable (#51488)

Provide the link to the job workflow on github actions

PR Close #51488

6ca8219007f5fe7ce83efd72fadf935705801088 authored over 1 year ago
refactor(compiler): introduce AST for outputting arrow functions (#51436)

Extends the compiler to add support for generating arrow functions in the output AST. This will ...

fa72384ec5e604e218f1df715af44c7ec618b65a authored over 1 year ago
ci: properly provide environment variables for aio deployment (#51484)

Provide environment variables

PR Close #51484

5cea2b52f6ad0cb4a13fc6529ec50bd58f55ef7a authored over 1 year ago
build: include bazel build file in aio playground code (#51485)

Include the bazel build file in the aio playground code so it contains the same bazel
targets as...

fd4e8b18bd0ecacba2577bf08476069fbd555d51 authored over 1 year ago
docs(docs-infra): Update text mdn to MDN (#51470)

PR Close #51470

574a759842dd3cd7460c1cc490d03b9154f6f452 authored over 1 year ago
release: cut the v17.0.0-next.1 release

1a8aa9ddfa899ef95a8b3445b76d27406c7f26e7 authored over 1 year ago
docs: release notes for the v16.2.2 release

189bb74205429e756498ea3afc0035470ae4438a authored over 1 year ago
ci: correctly check aio job results (#51464)

Correctly check the aio job result to determine if we should deploy.

PR Close #51464

c9ce89ee5c1fe67c93a4a5c3fbd655fe2672b274 authored over 1 year ago
refactor(compiler): don't allow as expressions in else if blocks (#51398)

Based on some discussions, these changes remove the ability to have an `as` expression on an `el...

eb1faa8f87edc6ddd9dd855752a3b2b8a626b09b authored over 1 year ago
refactor(compiler): parse let parameters in for loop (#51398)

Adds the logic to parse `let` parameters of a `for` loop block which was missed in #51299.

PR C...

36663e6ef6d7f9b7e64cd3c81e1dd2b2cbaf7723 authored over 1 year ago
refactor(compiler): parse for loop track as an expression (#51398)

Adds some logic to store the `track` parameter of a `for` loop block as an expression AST instea...

9f6b565abd9430aff0d5c725576dd7424cb18992 authored over 1 year ago
docs: add MSYS2 to DEVELOPER.md (#51459)

PR Close #51459

362e069364221267efb62dbb3468d14013cb39d6 authored over 1 year ago
refactor(router): Have router subscribe to transition events to update state (#48427)

Rather than the navigation transitions managing Router state, this
commit updates the Router to ...

2aae92b05f51442b8cc4bae10dd85210d7a1ca1b authored over 1 year ago
docs: remove update reference (#51449)

Remove reference that `--routing` was added in 8.1

PR Close #51449

bd150a2550f3289d8e8fae9a0cc88f5c625dc372 authored over 1 year ago
docs: migrate rxjs-interop guide to standalone (#51447)

PR Close #51447

d2346a601d16763b6eb6290f8b4bb0b1382a78f2 authored over 1 year ago
docs: fix typos in inputs-outputs guide (#51428)

PR Close #51428

9977727f736f1fb0c12be9bf435b34cb2b8bbb52 authored over 1 year ago
docs: add lang attribute in html files (#51269)

PR Close #51269

119eaa56515ea9dc8ed72656869dd9298724adfe authored over 1 year ago
docs: review Angular elements guide (#50043)

PR Close #50043

b7d25bbf47d4cdc411ce4c7a483e797c7319b2ab authored over 1 year ago
docs: add link to developer survey 2023 (#51444)

PR Close #51444

803fc7f0f711e4135b6b349b19a4fa0ffc804687 authored over 1 year ago
fix(router): Ensure `canceledNavigationResolution: 'computed'` works on first page (#51441)

Setting the page ID is currently broken for the first page because the
helper method's second pa...

96d94ad13072032326446e8a20658c9f38fd1b8e authored over 1 year ago
docs(animations): update animation docs to be standalone first (#51390)

Update the animation example files to be standalone and use boostrap application, update the doc...

38671f7c1425c701f9eca946663f8f2481856734 authored over 1 year ago
docs(service-worker): Miss a comma in sample (#3) (#51336)

PR Close #51336

3a686478acb716bb3f792f0b29b4f5f0e46f92a3 authored over 1 year ago
fix(core): guard the jasmine hooks (#51394)

This commit fixes a regression introduced in #50063

Fixes #51382

PR Close #51394

a9b3c006f8593e0187298df21418644070312a40 authored over 1 year ago
ci: remove myself from pullapprove unavailability list (#51437)

Removes myself from the pullapprove unavailability list.

PR Close #51437

53434864cb34b9aefa10aa0eb47d7784f235849f authored over 1 year ago
docs(docs-infra): fix margin on contribute page heading (#51393)

fix margin on h2 tag of contribute page being overwritten

closes #51391

PR Close #51393

f724b8dd6bb2f9b6d7a2119a56f0a5bed8b46809 authored over 1 year ago
refactor(compiler): generate switch block instructions (#51380)

Adds the logic to generate the instructions for `switch` instructions. For the following block:
...

0c4c773fca2e950983e1b2bdff27914512e13d96 authored over 1 year ago
refactor(compiler): generate if block instructions (#51380)

Adds the logic to generate the instructions for `if` blocks. There are two primary use cases we ...

9cc0cbed0ce0d01ce569a1963902e288e23aaccd authored over 1 year ago
test(core): remove manually-written control flow instructions (#51380)

Updates the control flow tests to use the compiler instead of manually-written instructions. Als...

9152de138727b25f5e194991cab5b658473a8582 authored over 1 year ago
fix(compiler-cli): enforce a minimum version to be used when a library uses input transform (#51413)

Angular 16.1 introduced the input transform feature, requiring the partial compilation output to...

5bd9fbd2c3ab4467074fac5e4d689b3c85bf08cd authored over 1 year ago
refactor(platform-browser-dynamic): remove reexport of `MetadataOverrider` (#51412)

this commit removes an unnecessary re-export

PR Close #51412

4663a33a0de6ef29a309e66a83e01f9d0ad94b7b authored over 1 year ago
docs: fix links in `UpgradeAdapter` (#51395)

PR Close #51395

de3be98417b210eea84feb9e2361042ca840560b authored over 1 year ago
feat(core): support TypeScript 5.2 (#51334)

Updates the project to support TypeScript 5.2.

PR Close #51334

9cc52b9b85ffa5cb65c6886e81b5bff10dde8d52 authored over 1 year ago
refactor(compiler-cli): better error messages when external strings used for template and styles in local compilation mode (#51338)

In local compilation mode it is not possible to use an imported string for component's template ...

0b901a814bbac82ea12b6ff612d4fd5c1e403ea9 authored over 1 year ago
refactor(core): kill circular deps by moving scope runtime functions to a new scope.ts file (#51377)

This refactoring is needed for next commit not to produce circular deps as we start using the `d...

8b431a0164e69e2c5911d8dee43a2c2a7cbdc852 authored over 1 year ago
refactor(core): implement runtime logic to compute component dependencies in local compilation mode (#51377)

The runtime `ɵɵsetNgModuleScope` is modified to accept raw scope info as passed to it in local c...

8798abb744ffac34dc4a68d5b2c15befdc26f816 authored over 1 year ago
refactor(core): more accurate types for standalone component imports in deps tracker (#51377)

The standalone components import as passed to the deps tracker will be the raw import, i.e., it ...

e69e41ecf837bdb9fda7ad9c2926453f355dff12 authored over 1 year ago
refactor(core): allow empty raw import info for standalone components in the runtime deps tracker (#51377)

The current logic requires that standalone component always provide an array of raw imports. But...

56e0b8526a5f3aa11e1030b5222b4b1ca98dd541 authored over 1 year ago
docs: add instruction how to run aio locally (#51402)

This test is part of CI and is needed in addition to tests in packages.

PR Close #51402

273d8e93adde9c143d3fa767714757479d907757 authored over 1 year ago
refactor(compiler-cli): drop `tsickle` code paths (#50602)

`tsickle` is not used in any code paths in 3P and we can remove
this complexity. The `tsickle` n...

552ea77854d4f4d8e388a65ef7da05bb50ec9fca authored over 1 year ago
fix(common): Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

Allow safeUrl and add transformer to immediately convert ngSrc to string

PR Close #51351

d910bf8a843c07a096969d5e47b49f60981b00e9 authored over 1 year ago
docs: fix see also links. (#51379)

These were all the @see with no links.

PR Close #51379

e6503930f199886df143cdad8efc23f58711cbef authored over 1 year ago
docs(docs-infra): fix `docs-watch` script (#51316)

With this commit we can use `yarn docs-watch` again
Fixes #51308

PR Close #51316

5fb5f087e3567ed171caaf329d1c860e28d3fd9a authored over 1 year ago
release: cut the v17.0.0-next.0 release

77504f18afd4ff0bacf35599ab4f85892cc92048 authored over 1 year ago
docs: release notes for the v16.2.1 release

72beab0f67d7f73c6ddd3b84a633c2bacff97fb5 authored over 1 year ago
refactor(core): Ensure hydration cleanup runs in the Angular zone (#51321)

Hydration cleanup needs to run in the Angular zone so that change detection will run.

PR Close ...

6145cc1c0a54eaaf58539585130cd8dffa6ef892 authored over 1 year ago
docs(router): Clarify how to clear secondary routes (#51376)

The example for clearing secondary outlets currently only works because
the named outlet appears...

6791f413084aa67381457b259d43fa997a0f571b authored over 1 year ago
refactor(core): update TestBed to handle async component metadata (#51182)

This commit updates TestBed to wait for async component metadata resolution before compiling com...

bcc3c43fca4adf3e105febe7dc08d81aad68af75 authored over 1 year ago
refactor(compiler): apply component metadata asynchronously when defer blocks are present (#51182)

This commit updates compiler logic to generate the `setClassMetadataAsync` calls for components ...

c41a1950fdd22424468934e89c98089851613875 authored over 1 year ago
docs: add new UI library resource from the Tailwind CSS ecosystem (#50976)

PR Close #50976

75561c96d0dfa4289f05465adbf95fd6b059f3e7 authored over 1 year ago
docs(common): revert format date_pipe (#51359)

PR Close #51359

328b3613b8f86ef911858f2c978ad53349d813da authored over 1 year ago
docs(common): add new date format example to documentation (#51359)

PR Close #51359

200a264fab093e8ca48878c8a95fd882670e8823 authored over 1 year ago
refactor(compiler): handle deferred when trigger with a pipe (#51368)

Fixes that we weren't processing `when` conditions correctly which led to a compilation error wh...

422d0d5ca3d4680fa621362378fad8a47b91129b authored over 1 year ago
docs: Add usage information to `HttpInterceptorFn` (#51236)

Simple doc addendum

PR Close #51236

17c6ad77755cb56faada5fbcd989fc05452046f6 authored over 1 year ago
docs: Improve host binding docs (#51326)

This commit adds the mention of the support of styles/classes/attributes in host bindings.

fixe...

83b708203ee4585f14edfbf9f852935e6b2a1b4f authored over 1 year ago
docs: add the doc type attribute (#51332)

PR Close #51332

21743513855bc65ef0d9fde5d818434d9fc0756d authored over 1 year ago
docs: Add precisions about static/dynamic queries. (#51146)

The table is mostly copied from guide/migration-dynamic-flag.

Fixes #51142

PR Close #51146

3348f8820b03cb08bba6d64254d6a3f1f4294d33 authored over 1 year ago
docs(docs-infra): fix minor typo in standalone-migration.md (#51370)

PR Close #51370

d4ca651602467d8602df849002a2f2b350cd5c3e authored over 1 year ago
refactor: add `readonly` to public `InjectionToken` types (#51125)

We enabled a lint rule internally to require that multi-provided
`InjectionToken`s have a `reado...

be3edad60e323da7235c98079e3fcf003419e838 authored over 1 year ago
feat(core): conditional built-in control flow (#51346)

Initial PoC of the built-in control flow support. The goal is to
unblock compiler work.

PR Clos...

93675dc797cb9f897c19fe298455dec52b900113 authored over 1 year ago
docs: Fix Promise.then wrong parameter (#51322)

Removed the second wrong parameter from the `Promise.then()` method in the doc.
PR Close #51322

6a60a29ff25c40ff54ead4d40116d7a58ba21435 authored over 1 year ago
build: update pullapprove (#51360)

update pullapprove to remove self from unavailable list

PR Close #51360

ccf32f62d9b61c72ab49eac89d807c0f6270b0dc authored over 1 year ago
docs: Add Missing SSR integrity marker error doc page (#51340)

This commit adds an error doc page for error 507 : Missing SSR content integrity marker.

PR Clo...

3b1c1b91a2c1d8104ed5deb650e680ae237c97d8 authored over 1 year ago
docs: Add CDN Optimization section to hydration guide (#51355)

This adds a section to cover the case of CDNs that have optimizations that will break both Angul...

5a2b7683bcb0cb84a3d84a43626dbf78fb06b15a authored over 1 year ago
Revert "refactor(core): kill circular deps by moving scope runtime functions to a new scope.ts file (#51309)" (#51358)

This reverts commit 45105555da564b93b26c9d7fcab0539c1eb57e1c.

PR Close #51358

b0ea81d562c6831e93bda49082dc48fec8f4910a authored over 1 year ago
Revert "refactor(core): implement runtime logic to compute component dependencies in local compilation mode (#51309)" (#51358)

This reverts commit f7cfc3b8fa2c2b2ef0bc2d4086edce70a17944bf.

PR Close #51358

ee73d180fdaa439fa7346b436f8d5b8d8af2ad83 authored over 1 year ago
Revert "refactor(core): enabled using deps tracker in JIT compilation (#51293)" (#51358)

This reverts commit bc55d82eb90bdd2dfd95d961d6eaa6ef3dc162a0.

PR Close #51358

b1f0fc9129669b5208a9dbe4fd3a5fda2d6be9a4 authored over 1 year ago
Revert "refactor(core): remove class type check when clearing cache in deps tracker (#51293)" (#51358)

This reverts commit a9f609e75cc745a66e21723c7f02d3c10955d375.

PR Close #51358

ebd217d393ecaa1e7f07d11a5f9fd5c6ad72f2f8 authored over 1 year ago
Revert "refactor(core): allow empty raw import info for standalone components in the runtime deps tracker (#51309)" (#51358)

This reverts commit 8156128863a9865988245db44b9655c0b9f2c518.

PR Close #51358

b297ea7966509c011687d01d3174209224a6f542 authored over 1 year ago
Revert "refactor(core): more accurate types for standalone component imports in deps tracker (#51309)" (#51358)

This reverts commit e7ea016e00cc1c10b6530f06ff66a53bb20fa25d.

PR Close #51358

32d30f26a7ea9f4ab1085407d17ebe922cf19515 authored over 1 year ago
refactor(core): allow empty raw import info for standalone components in the runtime deps tracker (#51309)

The current logic requires that standalone component always provide an array of raw imports. But...

8156128863a9865988245db44b9655c0b9f2c518 authored over 1 year ago
refactor(core): implement runtime logic to compute component dependencies in local compilation mode (#51309)

The runtime `ɵɵsetNgModuleScope` is modified to accept raw scope info as passed to it in local c...

f7cfc3b8fa2c2b2ef0bc2d4086edce70a17944bf authored over 1 year ago
refactor(core): more accurate types for standalone component imports in deps tracker (#51309)

The standalone components import as passed to the deps tracker will be the raw import, i.e., it ...

e7ea016e00cc1c10b6530f06ff66a53bb20fa25d authored over 1 year ago
refactor(core): kill circular deps by moving scope runtime functions to a new scope.ts file (#51309)

This refactoring is needed for next commit not to produce circular deps as we start using the `d...

45105555da564b93b26c9d7fcab0539c1eb57e1c authored over 1 year ago
refactor(core): enabled using deps tracker in JIT compilation (#51293)

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

bc55d82eb90bdd2dfd95d961d6eaa6ef3dc162a0 authored over 1 year ago
refactor(core): remove class type check when clearing cache in deps tracker (#51293)

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

a9f609e75cc745a66e21723c7f02d3c10955d375 authored over 1 year ago
docs(docs-infra): Fix minor typos in dependency-injection-context.md (#51324)

PR Close #51324

0bb4361dac08826abdf97ef412bc0bf499d362fe authored over 1 year ago
docs(core): Fix minor typo in comment of injector_compatibility.ts (#51324)

PR Close #51324

f14d0d783702e10eef1485782ad477026383d7a4 authored over 1 year ago
ci: migrate aio jobs to GHA (#51071)

Migrate aio presubmit and deploy jobs to use Github Actions

PR Close #51071

12dbe1a6cf92b006aa1c6164c525646380bf37af authored over 1 year ago
docs: update @self() decorator explanation (#51342)

PR Close #51342

8693627076ece46af75b5fae1bdc13646b12cb5d authored over 1 year ago
refactor(compiler): introduce defer trigger instructions (#51315)

Adds the logic for generating the instructions for the various deferred triggers.

PR Close #51315

5212b47bbf9f3da890176512296a49c1b98263c8 authored over 1 year ago
refactor(compiler): introduce defer block instructions (#51315)

Adds the logic for generating `{#defer}`, `{:placeholder}`, `{:loading}` and `{:error}` block in...

79f9d49fad1be6faac7af909c6d828f27d4d5723 authored over 1 year ago
refactor(compiler): add method for generating template instructions (#51315)

Moves the logic for creating a `ɵɵtemplate` instruction into a separate method so that it can be...

151b04f683f813f336dc49009f42240928baad66 authored over 1 year ago
docs: update Angular CLI help [main] (#51325)

Updated Angular CLI help contents.

PR Close #51325

f3f97f0fb517b6818aea40304482d93e26d2b400 authored over 1 year ago
release: switch the next branch to v17.0.0-next.0

f67812c220e174f12d0892551615abbd37621978 authored over 1 year ago
docs(docs-infra): Hide decorator option row if empty. (#51327)

In case where the decorator option has no description nor usageNotes, we can hide that row.

PR ...

b2661fe2a0efc8ad301126c9fb0c65054804d043 authored over 1 year ago
build: update all non-major dependencies (#51161)

See associated pull request for more information.

PR Close #51161

464b458ef8c907d4ab717b31e9576a444f4f3e75 authored over 1 year ago
refactor(compiler): implement conditional block AST (#51299)

Adds the AST for `if`, `else if` and `else` blocks.

PR Close #51299

36b180ade4fa9735d03b522ebb9b3894729001a5 authored over 1 year ago
refactor(compiler): implement for block AST (#51299)

Adds the AST for `for` and `empty` blocks.

PR Close #51299

4424920f0b9e1d3f10e01ddb07489201de1dd210 authored over 1 year ago
refactor(compiler): implement switch block AST (#51299)

Adds the AST for `switch`, `case` and `default` blocks.

PR Close #51299

31c6c5e944d636b48e7ca9d5500371dedd83c1c6 authored over 1 year ago
fix(router): Apply named outlets to children empty paths not appearing in the URL (#51292)

Empty path routes are effectively 'passthrough' routes that do not
appear in the URL. When these...

4e22a39e7748f77d3016654faf99d44792cf235b authored over 1 year ago
ci: migrate framework tests to GHA (#51101)

Migrate framework presubmit test job to use Github Actions

PR Close #51101

b07266d6a96c6b4944851d11cd12440ab2b4ea4f authored over 1 year ago
docs: add legend tag to fieldset (#51259)

PR Close #51259

1a56763b85cb1dd8a21856aa4904057d2e67cabd authored over 1 year ago
docs: Correct statement about app.module.ts generation with --standalone flag (#51307)

The documentation incorrectly stated that the app.module.ts file is generated
when the --standal...

79b3327228b9145a40e6fb4c7bde1c82dd7ad2dc authored over 1 year ago
docs: release notes for the v16.2.0 release

53687efa421b682657a8c1e9bc850586538e1dec authored over 1 year ago
docs: release notes for the v16.1.9 release

05f639ff237ae184f5c4202004873bf0e6665dc0 authored over 1 year ago
refactor: add `dgp1130` to DevTools PullApprove config (#51301)

DevTools falls under Angular Tooling and I'll probably be reviewing future PRs for the extension...

dca6d6e0b870269c673fc4b98657f4e6699bda84 authored over 1 year ago
docs: Add after*Render to Component Lifecycle guide (#51291)

PR Close #51291

f92f69fa68fd28d83016c45b67aad00dd4710d4a authored over 1 year ago