-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
base: main
Are you sure you want to change the base?
Conversation
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 = ''; |
There was a problem hiding this comment.
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
} | ||
|
||
:host.overview { | ||
padding-top: 0; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
} | |
:host.overview { | |
padding-top: 0; | |
} | |
&.overview { | |
padding-top: 0; | |
} | |
} |
"ajv": "^8.17.1", | ||
"ajv-draft-04": "^1.0.0", |
There was a problem hiding this comment.
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 ?
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
This PR does not contain customer logos or testimonials, which we can add at a later date.