You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Icons will require import of the MatIconModule. which should allow inclusion of any standard material icons. You should be able to test this with an example, e.g. <mat-icon>home</mat-icon>
In order to use custom icons you will need to add svg files into the assets folder, and register them in the same way as apps\picsa-tools\budget-tool\src\app\app.component.ts. Icons can then be imported with syntax `
More info in docs https://material.angular.io/components/icon/overview
The text was updated successfully, but these errors were encountered:
Next Priorities
Feedback TODO
Updates 2023-09
2023-03 UoR feedback
Feedback Completed
Additional context
Icons will require import of the
MatIconModule
. which should allow inclusion of any standard material icons. You should be able to test this with an example, e.g.<mat-icon>home</mat-icon>
In order to use custom icons you will need to add svg files into the assets folder, and register them in the same way as
apps\picsa-tools\budget-tool\src\app\app.component.ts
. Icons can then be imported with syntax `More info in docs https://material.angular.io/components/icon/overview
The text was updated successfully, but these errors were encountered: