Eduardo
Eduardo
how are your component? it's with mutiple tag? or it's being dinamycally created?
i'm trying to create a chart carousel with multiple slides being dinamycally creted. I'm using `*ngFor` to create the `` tag inside the caroulsel and getting then in my component...
I solved my problem with the component returned by ViewChildren using {read: ViewContainerRef}. Now it's returning a ViewContainerRef for each one of QueryList children.
I search a bit about nvda, and i found this link for the developer guide of NVDA [https://www.nvaccess.org/files/nvda/documentation/developerGuide.html](https://www.nvaccess.org/files/nvda/documentation/developerGuide.html) also, i found a link for NVDA Community Add-ons website [https://addons.nvda-project.org/index.en.html](https://addons.nvda-project.org/index.en.html) they...