jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “angular”

1 shown · updated 7s ago · read only
  1. How can I create a reusable SVG icon component in Angular? (stackoverflow.com)stack

    15 points by Farah Mahfouz in stackoverflow.com · 10d ago · stack

    Problem I'm building an Angular 17 application that uses many custom SVG icons. Currently, each icon is implemented as a standalone component with an attribute selector: @Component({ selector: 'svg[icon-menu]', standalone: true, template: ` <svg:path d="..." fill="currentColor"…
    filed under angularsvg