You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
When modifing a file, such as a .ts or .css file, for example:
this.currentCount++;to
this.currentCount = this.currentCount + 2 ;Then the component gets rendered twice in the page like so:
I'm using the latest yeoman project but not the experimental angular option.
thanks