I use the tab project described here: tabs Project
Everything else except my problem works fine. The only thing that does not work for me is currently being applied *ngForwhen creating tabs.
I know that checking phase 2 with angular detects changes, and right, tabs can be added during phase 2 checking.
What I want to do is try and still make it work, itโs very important for me to use it *ngForin the selector tabs.
Plunker code is provided to demonstrate the crash and what I'm trying to achieve.
Plunger code
Itโs important to say that I looked at
and I understand that this is only in debug mode and what the respondent said, although that was a year ago.
Additionally
Unlike Plunker, which can run code with errors in the console (which explains the problem), I canโt even switch tabs in my project, but this is normal behavior, I donโt want bad code.
Unfortunately, I canโt share my real code because it is mainly for my work, but I can provide more data if necessary, although it is based on almost 100% of Plunker and the project that I presented at the beginning of the problem. .
source
share