Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to resolve the angular ngAfterViewInit issue.
In the 20.2 version, the radio button instance contains isRendered variable, and it will update the true/false correctly.
But in the 20.3 version, the isRendered variable did not update properly and this variable comes from the base file.
Cause for this issue: We have used the delay in ngAfterViewInit method to render the child template elements for the karma unit test.
sample links:
https://stackblitz.com/edit/angular-ivy-cw4xkh
https://stackblitz.com/edit/angular-ivy-hcruwz
Replication steps:
Run the attached sample.
isRendered value displayed on the screen as false.
Expected - isRendered value true.