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
For no reason a piece of code has been cut out of the video. I figured out on my own how it should be written in order to get the result
<inputtype="text" [(ngModel)]="inputValue"><button(click)="clickMe()">click</button><p>Your name is: {{inputValue}}</p><p*ngFor="let msg of msgList">{{ msg }}</p>
For no reason a piece of code has been cut out of the video. I figured out on my own how it should be written in order to get the result
The text was updated successfully, but these errors were encountered: