David Czeck
David Czeck
Thanks. I've never attempted to use the component in the way that you're using it with `document.createElement`. If you want to provide code for a full reproducer, I can take...
This feature requested in #113, but it never got merged into main and there are conflicts. Do you have cycles to resolve the conflicts? Also, what do you think would...
Rather than using this angular-svg-icon, the [svg as an Angular template](https://angular.io/guide/svg-in-templates) may be a better approach for what you're trying to achieve. Generally modern Angular apps don't mix the type...
Could you provide a sample SVG to replicate this and what do you have defined as the `svg-icon` class? Thanks.
I'm not able to reproduce this: I see the `d` in the example.svg toggle between white and black on iOS browsers. Is this the expected behavior? I do not have...
@setianke - You are welcome and thank you for diving deep into this. Any ideas on how you'd change the view encapsulation. My first thought is that it might introduce...
@Adam-Michalski - Could you provide a small example of the typescript and html code to reproduce this?
Try setting `"skipLibCheck": true` in `tsconfig.json`. ```js "compilerOptions": { "skipLibCheck": true } ```
You'll need to customize the component. See #76 for details..
Add the default items to the destination array.