Skip to content

docs: update what is angular page #62276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

devchas
Copy link
Contributor

@devchas devchas commented Jun 25, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This PR does not contain customer logos or testimonials, which we can add at a later date.

@pullapprove pullapprove bot requested review from josephperrott and kirjs June 25, 2025 22:39
@angular-robot angular-robot bot added the area: docs Related to the documentation label Jun 25, 2025
@ngbot ngbot bot added this to the Backlog milestone Jun 25, 2025
@devchas devchas requested a review from mgechev June 25, 2025 22:39
Copy link

github-actions bot commented Jun 25, 2025

Deployed adev-preview for 977d7f9 to: https://ng-dev-previews-fw--pr-angular-angular-62276-adev-prev-ro4p5zmv.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

// We can assume that all illustrations are svg files
// We need to read svg content, instead of renering svg with `img`,
// cause we would like to use CSS variables to support dark and light mode.
let illustration = '';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: these two would be cleaner as const ternaries

Comment on lines 19 to +24
}

:host.overview {
padding-top: 0;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
}
:host.overview {
padding-top: 0;
}
&.overview {
padding-top: 0;
}
}

Comment on lines +102 to +103
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for adding the deps ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adev: preview area: docs Related to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy