docs: fix linter errors for ajs-quick-reference page.#47635
Conversation
This addresses a part of the issue #47179
|
@regulas1 This change looks good, but looks like you'll need to rebase. CI is failing to run due to being behind. |
bob-watson
left a comment
There was a problem hiding this comment.
Thanks for tackling this--especially for your first PR!
This is a particularly challenging topic because it contains terms from AngularJS as well as Angular. As such, trying to make the linter happy is difficult. Nevertheless, you were able to get rid of quite a few errors!
I left a few comments and suggestions below.
Also, don't forget to update the @reviewed date!
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
|
Thanks for the update! Also, after you make that change, could you squash the commits into a single commit? With that, we'll be able to merge this. Thanks, again for your contribution! |
|
@regulas1 Looks like you've merged main into your branch instead of rebasing and squashing. It seems to be causing issues with CI and conflicts. Can you fix that? |
Yes I will fix that. Apologies. |
bob-watson
left a comment
There was a problem hiding this comment.
LGTM.
Please squash the commits into a single commit with a commit messages that starts with docs:
Thanks!
This addresses a part of the issue #47179 Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> Update aio/content/guide/ajs-quick-reference.md Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com>
Previously we built DevTools for all browsers with version 2 of the manifest file format. This commit includes a number of refactors and API additions that will enable us to build DevTools with version 3 of the manifest file format. The manifest v3 build of Angular DevTools has been tested on Chrome, Edge, and Safari. Notably, the Firefox version of Angular DevTools remains as a manifest v2 build. Firefox does not yet support manifest v3 in it's latest stable release. When Firefox makes this transition, a follow up PR will update the Firefox manifest file to version 3. Because Firefox still needs v2, we need to keep some old v2 APIs around in our background page (service worker in v3) that will execute conditionally based on if the extension was built for v2 or v3. This is determined with the chrome.runtime.getManifest().manifest_version API. PR Close #47575
See associated pull request for more information. PR Close #47711
See associated pull request for more information. PR Close #47551
See associated pull request for more information. PR Close #47376
Add a new boolean attribute to NgOptimizedImage called `fill` which does the following: * Removes the requirement for height and width * Adds inline styling to cause the image to fill its containing element * Adds a default `sizes` value of `100vw` which will cause the image to have a responsive srcset automatically generated PR Close #47738
With this change we add a missing period to the error message. PR Close #47744
Update labels as part of standardization PR Close #47747
Update to the latest version of the feature triage action
Updates all of the comp: * labels to area: * instead PR Close #47750
Update to the latest version of the action
This update describes the content authoring and revision process in sufficient detail for technical and non-technical contributors to the angular.io documentation. PR Close #47381
Separated HTML elements with judicious use of space. It not only makes it easier to read the HTML; it also makes it consistent with the formatting of https://github.com/angular/angular/edit/main/aio/content/examples/what-is-angular/src/app/hello-world-bindings/hello-world-ngif.component.html. PR Close #47331
1�71/angular into DocumentationUpdate47179
|
@regulas1 You will have to rebase and fix your commit history on this PR. You've merged changes from upstream/main rather than rebasing, and that's brought in a ton of extra commits. Please either rebase and squash or close and recreate a new clean PR. |
|
Sorry about that trying to fix it, Ill create a new PR |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This addresses a part of the issue
#47179
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information