-
Notifications
You must be signed in to change notification settings - Fork 11.9k
fix(@schematics/angular): add missing icons in ng-new template #26259
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
Conversation
80ce09e to
d9f9dfe
Compare
|
Should we also update the favicon to be the new logo? |
twerske
left a comment
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.
Could we use @for() to make the pill list shorter? Maybe that's for v18 :)
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
Outdated
Show resolved
Hide resolved
1a5365d to
4bd0141
Compare
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
Outdated
Show resolved
Hide resolved
bf93e33 to
df75696
Compare
This commit adds a number of missing icons. Closes angular#26257
This commit replaces the Angular old logo with the new one.
5aa9e97 to
de0966f
Compare
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
Outdated
Show resolved
Hide resolved
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
Outdated
Show resolved
Hide resolved
This commit uses control flow to reduces code in the template
Only h1 is used in the initial template.
de0966f to
a7855e3
Compare
Just in case Inter Tight is not available.
|
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 commit adds a number of missing icons.
Closes #26257