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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes

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.