e-picsa / picsa-apps

Monorepo for building tools to support E-PICSA Apps
https://picsa.app
GNU General Public License v3.0
6 stars 2 forks source link

[Checklist #3] Options analysis component #106

Open chrismclarke opened 1 year ago

chrismclarke commented 1 year ago

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