正在等待的安吉斯事件
原文:await Angular s EventEmitter
原文:await Angular s EventEmitter
Is it possible to await till Angular EventEmitter emits, like it s possible to await ajax call (Angular 5 synchronous HTTP call)? What I want to do is: Having a Child component @Component({ ...