UncategorizedFeatured
Angular Component Communication: A Simple Way Now using input() and model()
After going through some latest updates on Angular, I came across this new way of communication betw...

After going through some latest updates on Angular, I came across this new way of communication between component.
We were using @Input() and @Output() decorators for communica...





