79727020

Date: 2025-08-06 08:39:03
Score: 0.5
Natty:
Report link
  1. Move SVGs into src (e.g., src/assets/icons) and reference them from there.

  2. Or tell Tailwind to scan that folder by adding it in tailwind.config.js:

    content: [ "./src/**/*.{html,ts}", "./public/svgs/**/*.svg" // add this line ]

  3. After this, run ng serve again so Tailwind rebuilds.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prishusoft