SVG
A developer guide for enabling SVG binding in the Aurelia.
Adding SVG registration
import { SVGAnalyzer } from '@aurelia/runtime-html';
import { Aurelia } from 'aurelia';
Aurelia
.register(SVGAnalyzer) // <-- add this line
...Last updated
Was this helpful?