null
null
Angular is too early for humanity. Don't use it. Please. This is a working example. https://codesandbox.io/s/cocky-lumiere-n3bl7?file=/src/app/app.component.ts If the element `` is included in the DOM conditionally, `@ViewChild('mySvg') mySvg` can be...
It seems to be tricky because the `` element itself is just a plain text outside of Angular. I think you can get the `` element using `@ViewChild` and extract...
Sorry for not documenting it. Please handle the `"change"` event for that element. ```js document .querySelector("reinvented-color-wheel") .addEventListener("change", e => { // `detail` is the ReinventedColorWheel instance output.value = e.detail.hex; });...