This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jun 16, 2022
-
-
Jessica Janiuk authored
-
- Jun 15, 2022
-
-
Paul Gschwendtner authored
If the snapshot publish job is manually being restarted, the tag in the snapshot repo might already exist and the job will fail. We can just forcibly re-create the tag (even if it will be at the same revision). We use force mode in a couple of other command as well, such as `git push` of the actual tag and snapshot revision/SHA. PR Close #46366
-
markostanimirovic authored
With this commit, dark scrollbars will be shown when angular.io is in dark mode. PR Close #46363
-
piyush132000 authored
I have removed unnecessary code from the components & i initialize the form in OnInit function (life cycle). I think initilization of forms and getting data from service must be done inside ngOnInit. PR Close #45527
-
Badawi7 authored
Fix the order of logs that represent the output of the multicasting example, as the correct behavior is that all observers are notified of the final value before any of them is notified about completion. PR Close #46127
-
Derek Cormier authored
Patches are required for tsec and rules_webtesting. The fix for rules_webtesting was merged to that repo (https://github.com/bazelbuild/rules_webtesting/commit/581b1557e382f93419da6a03b91a45c2ac9a9ec8) but it's unclear when a release will be cut. PR Close #46313
-
- Jun 14, 2022
-
-
Alex Rickabaugh authored
In Bazel worker-land, workers which use incremental compilation must still emit all declared outputs and cannot rely on these outputs persisting from previous builds. This commit adds a flag to `performCompilation` which can be used by the worker infrastructure to instruct the compiler to always emit all possible output files, regardless of any incremental build optimizations. PR Close #46355
-
vivekkoya authored
docs(core): fix broken link <BLANK LINE> Dead link is updated with new, working, and updated link. (#46359) PR Close #46359
-
Daniel Schmitz authored
Adding a book "Angular from Scratch" in the resources file PR Close #46352
-
Kristiyan Kostadinov authored
Changes the required version of Angular in `angular-in-memory-web-api` to version 14.0.0. Fixes #46332. PR Close #46344
-
Paul Draper authored
Fix forwardRef() usage for declarations for jit. Resolves #45741. PR Close #46334
-
- Jun 11, 2022
-
-
JoostK authored
An inline type-check block is required when a reference to a component class cannot be emitted from an ngtypecheck shim file, but the logic to detect this situation did not consider the configured `rootDir`. When a `rootDir` is configured the reference emitter does not allow generating an import outside this directory, which meant that a shim file wouldn't be able to reference the component class. Consequently, type-check block generation would fail with a fatal error that is unaccounted for, as gathering diagnostics should be non-fallible. This commit fixes the problem by leveraging the existing `canReferenceType` logic of the type-checking `Environment`, instead of the rudimentary check whether the class is exported as top-level symbol (`checkIfClassIsExported`). Instead, `canReferenceType` pre-flights the generation of an import using the `ReferenceEmitter` to tell exactly whether it will succeed or not; thus taking into account the `rootDirs` constraint as well. Fixes #44999 PR Close #46096
-
Kevin Davila authored
PR Close #46330
-
Tom Eustace authored
When a Content Security Policy is defined that uses trusted-types in an application that uses lazy chunk files, ng serve will be broken as angular#bundler entry needs to be added to Content Security Policy. Fixes #44647 PR Close #45450
-
alefra authored
Change header and path to match with file in the example folder PR Close #45828
-
alefra authored
Modify import after moving Component and Directives PR Close #45828
-
alefra authored
Move ZippyToggleDirective from app.component.ts PR Close #45828
-
alefra authored
Move all content to example-zippy.component.ts PR Close #45828
-
alefra authored
Move ZippyComponent and ZippyContentDirective to example-zippy.component.ts file to improve readability of the docs PR Close #45828
-
alefra authored
In the example, @ContentChild is used in app.component.ts but the component we want to project content into is example-zippy.component.ts. PR Close #45828
-
dario-piotrowicz authored
improve the accessibility of the aio-select component so that it is clear for screen reader users its functionality (currently it is presented as a simple button), following the WAI-ARIA authoring practices (see: https://www.w3.org/TR/wai-aria-practices/#combobox) A first attempt in improving the accessibility of the component has been tried in PR #45937 by replacing it with the material select component, such implementation has however been scrapped since the increase of payload sizes has proven prohibitively large (also note that given native select elements haven't been used given the lack of syling options for such elements) PR Close #46013
-
Renovate Bot authored
PR Close #46017
-
dario-piotrowicz authored
add proper aria-labels for the twitter and website link of contributors (which being icons they have no text) so that they can be correctly read by screenreaders also add aria-labels to the view-bio buttons for a better user experience PR Close #46324
-
- Jun 10, 2022
-
-
Andrew Scott authored
* beforePreactivation hook is unused * The only place that uses afterPreactivation does not use the arguments Not to say we won't want to provide hooks similar to this in the future, but the current state is over-engineered for what it's being used for. PR Close #46321
-
mgechev authored
Update the version for the Firefox and Chrome extension to enable us to publish the latest support of standalone components. PR Close #46289
-
Kristiyan Kostadinov authored
Saves us some bytes by not emitting `providers` in `defineInjector`. While the amount of bytes isn't huge, I think that this change is worthwhile, because `ng generate` currently generates `providers: []` with every `NgModule` which users can forget to remove. PR Close #46301
-
Renovate Bot authored
PR Close #46150
-
dario-piotrowicz authored
PR Close #46095
-
dario-piotrowicz authored
add information about standalone components, directives and pipes in the guide glossary PR Close #46095
-
Younes Jaaidi authored
Co-authored-by:
Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com> PR Close #46314
-
Younes Jaaidi authored
PR Close #46314
-
sten-bone authored
The hero ID "11" does not correspond to any hero from the example mock heroes list described at https://angular.io/tutorial/toh-pt2#create-mock-heroes. ID 12 seems to be the more fitting ID to get the hero with name "Dr. Nice". PR Close #46304
-
Kristiyan Kostadinov authored
`ngComponentOutlet` already handles null/undefined values, but the types don't reflect that. These changes update the types. Fixes #45716. PR Close #46280
-
- Jun 09, 2022
-
-
Totati authored
FormRecod usegaesNotes were like it accetps simple object like a FormBuilder. PR Close #46299
-
Alex Rickabaugh authored
@angular/bazel has been deprecated since v10, and is no longer supported. We don't need to mention fixes/features for Bazel in the release notes. PR Close #46310
-
Alex Rickabaugh authored
PR Close #46308
-
Adrien Crivelli authored
`QueryParamsHandling` has a third possibility which is the default behavior, and it was not documented until now. PR Close #46286
-
Alan Agius authored
This builder is not compatible with newer versions of the Angular CLI. See https://github.com/angular/angular-cli/issues/23255 for more context PR Close #46285
-
- Jun 08, 2022
-
-
Paul Gschwendtner authored
Updates dev-infra to the latest revision. This revision supports for custom release prechecks and performs the release build before the staging, verifying integrity later. This has various benefits for stability and making the less less relucant to build issues that mess up a previously-merged staging PR. PR Close #46291
-
Renovate Bot authored
PR Close #46279
-