In @angular/core, we have @Output and EventEmitter which allow us to emit event from one component to another. To create custom event, we need to create an ...
確定! 回上一頁