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(compiler): introduce block parsing in lexer (#50895)

⚠️Disclaimer⚠️ this PR implements syntax that is still in an open RFC. It will be adjusted once ...

29aaded0c3fbf669a95ea70928b4458579fbcc39 authored over 1 year ago
refactor(compiler): Generate `attribute` and `attributeInterpolate` instructions in template pipeline (#50818)

This commit adds the ability to generate attribute instructions as a result of property bindings...

875851776c2f1a688554e91b8f5352984a71d16b authored over 1 year ago
docs: updated the i tag with the em tag (#50923)

PR Close #50923

581c36e6954dcf0abf15b53960953da8daad2ff6 authored over 1 year ago
docs: remove mention of deprecated providedIn: module. (#50925)

Only 'any' and 'platform' are valid values.

PR Close #50925

daea7dcd545a281136c47c908d3df8c300326a98 authored over 1 year ago
docs: Improve documentation about Injection context / inject (#49782)

Injection context has gain public visibility with the exposure of `inject`. Lets provide some in...

394ca3b49a4a1fd8b13cdf26968653eea3256a22 authored over 1 year ago
docs: omit repetitions (#50629)

PR Close #50629

c4103cf394142edd0d1107f9c4d27b200632d545 authored over 1 year ago
refactor: improve type safety of interpolation AST (#50903)

Instead of using `any`, we should use the actual types that
are available from the parser.

PR C...

8a0c5c710a13367c20272ccd0da434832a3cdc86 authored over 1 year ago
fix(core): ensure that standalone components get correct injector instances (#50954)

Prior to this change, we've used `componentDef.id` as a key in a Map that acts as a cache to avo...

031b599a5528e1df5779695eb75b738a5a3076fe authored over 1 year ago
docs: add link to critters (#50958)

This commit add a link to critters which is used by the CLI to perform inlining of critical CSS....

5528b729799153da21015ea22e1a63ad1f06dade authored over 1 year ago
docs: release notes for the v16.1.4 release

2b0850331105f72d9128e63dfffbb1d8af883525 authored over 1 year ago
docs: update link to the TS config. (#50933)

This TS config doc is now at https://angular.io/guide/typescript-configuration

PR Close #50933

5d11844a7c31df56d2b97e3aa6cd1a70b5fccc70 authored over 1 year ago
docs: Router tutorial tour of heroes - doc bug fix suggestion #50794 (#50846)

:#

PR Close #50846

941659f5fdebffe31c062309271e136ce346cd4a authored over 1 year ago
docs: updated the b tag with the strong tag (#50921)

PR Close #50921

f9175dd3b3d46245580f06086c4092b3b2c2c893 authored over 1 year ago
build: update eslint dependencies to v5.61.0 (#50931)

See associated pull request for more information.

PR Close #50931

6538e67e3062c09d353ccbbd653580de7fe48255 authored over 1 year ago
docs(forms): FormBuilder is not associated with ReactiveFormsModule (#50941)

PR Close #50941

e77cb75c5410e7ab7bb5e70106376f71aaf11ca0 authored over 1 year ago
docs: corrected line 4 by adding 'to' (#50937)

PR Close #50937

e47dfa09e7fd69e2560813d4695d77f6664d8e9e authored over 1 year ago
docs(docs-infra): move the child closing </view> tag to the right position (#50898)

move the child component </view> tag just before the closing </app-child> and after the </app-in...

4f31952779eeeacc6d43ff9628cba1440c1760f0 authored over 1 year ago
docs(docs-infra): fix wrong mention of the parent component instead of child one (#50898)

replace the word Parent with Child in the code example since it's the child component that shoul...

1c30df2a5fb0f700fb82276e7f0b34ab09bfebf5 authored over 1 year ago
docs(docs-infra): add a missing @ to SkipSelf() (#50898)

PR Close #50898

125fe19086e3c845816d46c990899fd3edc1ebbe authored over 1 year ago
docs(docs-infra): add a missing dot (#50898)

PR Close #50898

0028b6d4d48901ee3fe2c51b2d564c1f666e8294 authored over 1 year ago
refactor(animations): Fix JSDoc comment (#50893)

JSDoc comments should start with 2 stars or the annotations would not be picked up by the AIO wo...

01e2bde0c08b9a5e52d2dd64f83fbcc1557879e1 authored over 1 year ago
refactor(platform-browser-dynamic): Fix JSDoc comment (#50893)

JSDoc comments should start with 2 stars or the annotations would not be picked up by the AIO wo...

925dad91a8aa5717cc64504e61a5786c1b581d4b authored over 1 year ago
docs: Use id instead of name for anchor targets (#50885)

This commit also fixes a minor layout issue.

fixes #50727

PR Close #50885

0bfd3f537c3ca5d051caf1641e356107ed4e576e authored over 1 year ago
build: update cross-repo angular dependencies (#50881)

See associated pull request for more information.

PR Close #50881

4782336fe4e309ef060c2e293aaceb01827681b8 authored over 1 year ago
build: update scorecard action dependencies (#50880)

See associated pull request for more information.

PR Close #50880

471cdff0824f6077fae0824125e58a30f09ef798 authored over 1 year ago
build: update all non-major dependencies (#50879)

See associated pull request for more information.

PR Close #50879

4dcce636655c220018fe1357cf54a1e0032074e7 authored over 1 year ago
test(compiler-cli): add compliance tests for NgModule only scenarios in local mode (#50577)

Reused the existing compliance tests for full compilation.

PR Close #50577

5724dbc82d843494aa9af216661b27a3cc1e0b6b authored over 1 year ago
refactor(compiler-cli): circuit out reference resolving in NgModule annotation handler in local compilation mode (#50577)

All attempts related to obtaining R3Reference for bootstrap, imports, exports and declarations a...

2034d8db27313bc83abed2386d9d4b98e5fac31a authored over 1 year ago
refactor(compiler-cli): add local option to compliance test infra (#50577)

The option 'local compile' is added for the test cases, and the locally compiled file for an inp...

c1d46b8c08cc1af9645bc5b459861614998b626a authored over 1 year ago
refactor(compiler): add a new interface for NgModule metadata to t rebase be used in local compilation mode (#50577)

The new interface is discrete-unioned with the existing interface to cover the cases for local a...

a15a56cb5d592bc79ba8fee3b2dc90495b0f1d64 authored over 1 year ago
fix(upgrade): allow for downgraded components to work with component-router (#50871)

In the past, we had an implementation of the "Angular 2" router that
also worked with AngularJS....

a19a87df6c30a60ca997083b979a8e1e185e5b43 authored over 1 year ago
refactor(compiler): save/restore view when listeners read references (#50834)

Previously, the template pipeline save/restore view logic only added the
save/restore operation ...

57c9399ca68b3c472454c824eda0d835e6c429f8 authored over 1 year ago
fix(core): use `setTimeout` when coalescing tasks in Node.js (#50820)

This commit updates the implementation of the `getNativeRequestAnimationFrame`
and checks whethe...

b66a16ec4cf42f47efeafa711ec301efeda272be authored over 1 year ago
ci: reduce benchmark compare permissions

Even though the action is already guarded to only run for
organization members that manually tri...

00f01497bc3f96e172a0d75776e3aeb676f6a114 authored over 1 year ago
refactor(compiler): Generate temporary variable assignments when function calls appear in a safe-access expression. (#50688)

The expression `a()?.b` should expand into `(tmp = a()) === null ? null : tmp.b`, in order to av...

29bf476bfe468696d3e90450d6792e938fa18434 authored over 1 year ago
build: lock file maintenance (#50877)

See associated pull request for more information.

PR Close #50877

a5bd5ddbaace240610f0fef537ca759ab7241e35 authored over 1 year ago
release: cut the v16.2.0-next.1 release

fc9da5ed8c03e0d063676ce47be67348f2094137 authored over 1 year ago
docs: release notes for the v16.1.3 release

d9d1b85c804b13668f87b994bd8a6f53b09fdd1f authored over 1 year ago
build: update eslint dependencies to v5.60.1 (#50859)

See associated pull request for more information.

PR Close #50859

fb0a842ace4deba42ba4a9a3812da1105fbe3ca3 authored over 1 year ago
docs: clarify lesson 3, step 1 (#50849)

Unlike other steps of the tutorial, Lesson 3, Step 1 of the tutorial does not specify that the u...

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

See associated pull request for more information.

PR Close #50826

77f0a2209a34b0c0fc7c5c2a75f74069ee5e5f70 authored over 1 year ago
build: update actions/checkout digest to c85c95e (#50640)

See associated pull request for more information.

PR Close #50640

7aa913e51244649e82e6dada25a09df66a5b4a80 authored over 1 year ago
docs: Add a doc for NG5014 (#50567)

Short explanation this help fix the `Root node not found` error

PR Close #50567

0522f1b35355d4772f70fa941c7c566d84236316 authored over 1 year ago
fix(platform-browser): wait until animation completion before destroying renderer (#50860)

Prior to this commit, the renderer destroy method was being called before the animation complete...

0380564f8562f5971cff671319439ad0f2b40a7e authored over 1 year ago
refactor(animations): remove redundant castings (#50860)

This commit removes unnecessary castings.

PR Close #50860

29f6912e95f7e901d02578357879b80b99157c39 authored over 1 year ago
build: do not attempt deflaking locally (#50852)

We've recently marked the ngtsc test as flaky for the Windows
job. We should not attempt running...

39935ee0057d6a99bec75179a9ec67c063025fa6 authored over 1 year ago
build: avoid shallow fetch for benchmark comparison (#50851)

Currently when `yarn benchmarks run-compare` is used, the local
repository could be converted to...

aaad27b8df39c0c136bb4cc43e70552bd9ed7b72 authored over 1 year ago
build: allow for compliance specs only using template pipeline (#50835)

When writing signal compliance tests, we need to limit these to only the
template pipeline.

PR ...

e699f1a75dddfa6b8706875eb62086b04cab2965 authored over 1 year ago
docs: Updating index.md to remove alert message which no longer applicable after version 15 (#50832)

amending commit message to fix lint

PR Close #50832

b09119b14bf95bd7eb335732a2a58312ce4daabe authored over 1 year ago
docs(common): remove `@developerPreview` from `NgOptimizedImage` related items (#50824)

NgOptimizedImage API is now stable, therefore remove `@developerPreview` from:
- `ImageConfig`;
...

d6b1fedb90cfdddfa107429f432db4c07acee106 authored over 1 year ago
docs: fix minor typo in tutorial (#50795)

PR Close #50795

b36ec7a4333e47555cc0f9b06e9853f4c2f08401 authored over 1 year ago
fix(benchpress): correctly report GC memory amounts (#50760)

This PR fixes GC memory numbers reported by benchpress,
where previously reported amount was alw...

dd850b2ab781f24065550f8a948ced498e0f1e99 authored over 1 year ago
refactor(compiler): add support for interpolation in style mappings (#50489)

Add support for interpolation in style map bindings in the template
pipeline

PR Close #50489

060830e9368cea3078c71855c6276aa909dbcae8 authored over 1 year ago
refactor(compiler): add support for interpolation in style properties (#50489)

Add support for interpolation in style property bindings in the template
pipeline

PR Close #50489

3c1feedff89dab98a07e4198cc3e466e1cf9e3da authored over 1 year ago
refactor(compiler): add support for empty bindings (#50489)

Add support for empty bindings in the template pipeline

PR Close #50489

3627e4c4e7d93b7b7a7b8880bc192046f1be5b17 authored over 1 year ago
refactor(compiler): add support style property units (#50489)

Add support for specifying units in style property bindings in the
template pipeline

PR Close #...

ebe10dd68f2a5c4e7278da60bfe9e58689a4dbbd authored over 1 year ago
refactor(compiler): add support for style map bindings (#50489)

Add support for style map bindings in the template pipeline

PR Close #50489

b289332f2cb2583cf1102403ed9af3186e3faf72 authored over 1 year ago
refactor(compiler): add support for style property bindings (#50489)

Add support for style property bindings in the template pipeline

PR Close #50489

1b038945eecd85e6629f5f868a188576ee483978 authored over 1 year ago
Revert "fix(platform-browser): wait until animation completion before destroying renderer (#50677)" (#50857)

This reverts commit 2b55103e94578ab1cb765147077e82e1228b0dbb.

PR Close #50857

452a3e9ca0a5fd61ada564d57c414b315310672c authored over 1 year ago
Revert "refactor(animations): remove redundant castings (#50677)" (#50857)

This reverts commit d22734766bc1b1bd18cf41c049de2b397abadc2e.

PR Close #50857

ed8b088de261405ed55d20f7feda06769db27ec0 authored over 1 year ago
fix(platform-browser): wait until animation completion before destroying renderer (#50677)

Prior to this commit, the renderer destroy method was being called before the animation complete...

2b55103e94578ab1cb765147077e82e1228b0dbb authored over 1 year ago
refactor(animations): remove redundant castings (#50677)

This commit removes unnecessary castings.

PR Close #50677

d22734766bc1b1bd18cf41c049de2b397abadc2e authored over 1 year ago
build: print benchmark results at the end of `yarn benchmarks run` invocation (#50816)

We already collect and report benchmark results for comparison runs, but
for normal benchmark ru...

bdd8813451f5b0e02b31681e7aa7edc077704f23 authored over 1 year ago
ci: re-enable RBE for http tests (#50741)

This commit enables RBE for common http tests which is now possible as the latest version of bui...

232a78630eeeead1e033be65e0ce115f6ec4d0b9 authored over 1 year ago
docs: invert logic for disabled in getting started docs (#50822)

invert disabled logic, so it is clear that the button is disabled when canClick is set to false,...

0ef49141eac7fcaffab73cb8ace7c6c1c57a96c9 authored over 1 year ago
docs: update bio for devversion (#50831)

Updates biography for Paul Gschwendtner. This will be the 1000th
commit in the `main` branch, as...

e93708b864e8e479c0c78bda9ff59045513ee209 authored over 1 year ago
docs: use the updated http guides and remove the monolithic docs page (#49456)

This PR connects the navigation with the HTTP guides that originate
from the monolithic document...

c5b5f5c7a2bed8ad8f716dfd61cf768424709ed2 authored over 1 year ago
docs: update invalid links to the new http guides (#49456)

We don't have `guide/http` anymore, so this PR updates the invalid links

PR Close #49456

9f2fb7c6dcebc0437b0e3ce97565a86502f0266c authored over 1 year ago
fix(elements): support input transform functions (#50713)

Fixes that `@angular/elements` didn't support input transform functions.

Fixes #50708.

PR Clos...

d64864e95e193e46180aeaf0d634152327650871 authored over 1 year ago
fix(core): expose input transform function on ComponentFactory and ComponentMirror (#50713)

Exposes the function used to transform an input on `ComponentFactory.inputs` and `ComponentMirro...

29340a06789652e359e61b32f1814dcd20d9bd26 authored over 1 year ago
docs: improved standalone and workspace config guide (#50672)

PR Close #50672

30154ae6dc620269b5b4916fb25a2db16b47b26a authored over 1 year ago
docs: fix typo in first-app-lesson-02 (#50817)

PR Close #50817

0b907018b87575d7b65909db4dde4acd2706e22c authored over 1 year ago
docs: update the html tags (#50808)

PR Close #50808

f285a228dba44838288dd7a055b17b85ec362ac6 authored over 1 year ago
docs(docs-infra): remove transitions on sidenav (#50803)

The style of the side can be breaking when height > 4000. Lets remove this transition to not dep...

e1bcbefa5fe4f06f1f1ab3be3c67965ee06fb737 authored over 1 year ago
build: update io_bazel_rules_sass digest to f89fc59 (#50802)

See associated pull request for more information.

PR Close #50802

d0cbbb168188369d646ab6c8b57d25040edf97ed authored over 1 year ago
docs: fix typos in signals guide (#50789)

PR Close #50789

a118e571b455b7952607352c3a1302a3159d3f44 authored over 1 year ago
docs: make review adjustments in the SSR guide (#50785)

PR Close #50785

a5006232460166d11f906dcdb8a64b0e99e2f96f authored over 1 year ago
docs: updating the contribution guidline docs with the secure tag (#50618)

PR Close #50618

1391a7e7e0ed85a37f7e01839c86d6aa0cadb5d8 authored over 1 year ago
refactor: removed the unused declaration in the import statement (#50616)

ngmodule and httpclient modeule is removed from the provider.ts file from the import statement

...

66824b77154fb0fd0a4d1ffc35976cb404ec3226 authored over 1 year ago
docs: fix typos

ba0ca42b8c62d64fe0f1e0528663fd5a64c49322 authored over 1 year ago
refactor(core): fix typo `Destory` -> `Destroy` (#50676)

Just a typo fix `Destory` -> `Destroy`

PR Close #50676

764c7fbd4eb3ef5925df8646a3801428364523b7 authored over 1 year ago
refactor(core): tweak runtime deps tracker to accommodate JIT requirements. (#50606)

The previous API design for the runtime deps tracker was done with only local compilation in min...

7d7fc48e58f51e574f3a5c1174cd7d95b515ddc8 authored over 1 year ago
refactor(core): add runtime deps tracker public interface with an empty implementation (#50606)

The types and interfaces re;ated to the runtime deps tracker are added. Also an empty implementa...

bff1010a6fdc7900c47d6eb4363ea342da51afa6 authored over 1 year ago
docs: review hydration guide (#50788)

PR Close #50788

459657746187ed00bca2b213c78cf8fdaabf0f19 authored over 1 year ago
test(core): remove microbenchmarks (#50786)

The existing microbenchmarks are not widely known
and are not used to drive design / coding deci...

60478d8420d88317c3f60a2306a6f5e60e3eec59 authored over 1 year ago
build: update io_bazel_rules_sass digest to e141d5a (#50784)

See associated pull request for more information.

PR Close #50784

e7b218c004813d3640e9c6bfa453324821db3756 authored over 1 year ago
docs: updating the docs with the http secure tag (#50696)

PR Close #50696

4568e933b1400eb922d7a88515c947eae090d270 authored over 1 year ago
build: update babel dependencies (#50509)

See associated pull request for more information.

PR Close #50509

bb617f580c6a9cdc3654dfe338f503114198788f authored over 1 year ago
refactor(platform-browser): remove #9100 todos. (#49406)

This commit assigns the correct type instead of `any`.

PR Close #49406

5986ff54ec4f7ee663658a81c2baf09bf7d296d0 authored over 1 year ago
release: cut the v16.2.0-next.0 release

5c3407507a24036f102bf00e2b02b4e33c6419db authored over 1 year ago
docs: release notes for the v16.1.2 release

a99b6ff141d32df9e4041d4aac9ef5af70273703 authored over 1 year ago
fix(http): use serializeBody to support JSON payload in FetchBackend (#50776)

`HttpRequest.serializeBody` was used in HttpXhrBackend. `fetch` also needs to serialize request b...

a126cbcf22d0341377e67bcabe01ad97d44bc8b7 authored over 1 year ago
refactor(compiler-cli): add internal compiler option to control class metadata emit (#50604)

An internal compiler option named `supportTestBed` is now available for use by the
Angular CLI. ...

47cc56858f89cc3c52405abcadd6c3094393073c authored over 1 year ago
refactor(compiler-cli): remove unused HandlerFlags enum (#50604)

The `HandlerFlags` enum is a leftover remnant of ngcc and is no longer used.

PR Close #50604

64745a89b28b68ec596acfc8db1e0c1e99a7b1aa authored over 1 year ago
ci: update codeowners for benchpress (#50769)

Pawel and myself have investigated benchpress for quite some
time now, and I believe we have the...

1221b371503532a6a7a2d2fc8ef190680c37203a authored over 1 year ago
build: speed up remote execution by allowing more concurrent jobs (#50734)

Bazel detects maximum number of jobs based on host resources.
Since we run remotely, we can incr...

4af49106aa2f588e7f6f15d6497c50e1f9b04352 authored over 1 year ago
refactor: fix lint warning in compiler code by adding explicit `override` (#50772)

We have a lint rule configured that enforces that any abstract member
implementation uses an exp...

f77bd0a2bd0650fe67cbe071ff56a7d2bf9dc1b9 authored over 1 year ago
build: update browserslist db for integration tests (#50772)

Since we updated the devkit dependencies, we need to update
the browserslist DB versions in inte...

78791cea4d899d7245a1d2f1dcddd6e8916a7d38 authored over 1 year ago
build: update angular dev-infra and chromium (#50772)

Updates Angular dev-infra and Chromium. Fixed up version of
https://github.com/angular/angular/p...

8cffdf36f7c82506a8b22a22c879436f1787fae9 authored over 1 year ago
build: remove AngularJS benchmarks (#50730)

This change removes benchmark scenarios written in AngularJS
as the framework reached EOL and th...

a88ae4150405ebbfb0de72dd26782877ece2620f authored over 1 year ago