ChristopherPHolder / app-speed

🌟 Beyond First Impressions: Measure your apps performance on user interactions
2 stars 0 forks source link

Implementing SVGs #64

Closed ChristopherPHolder closed 7 months ago

ChristopherPHolder commented 8 months ago

Description

The application requires using SVGs and we want to handle that in a performant way.

Implementation

As a final solution we plan to use ngx-fast-svg, however there seems to be an use related to the lib that is causing it not to work properly in the repo. Therefore, for the moment we will implement SVG as templates and optimize them later.

ChristopherPHolder commented 7 months ago

For the moment we have decided to use angular material.