SyntaxFix
Write A Post
Hire A Developer
Questions
In Angular you can define event listeners like in the example below:
event listeners
<!-- Here you can call public methods from parental component --> <input (change)="method_name()">