在角度2.我想要捕捉2个组件之间的值。它为spinner服务我写ApiService.ts。它声明了方法get,post,..的常用函数。
在功能ngOnInit(){}中使用发射器后,效果非常好。
但我在函数apiGet(){}中写道。它对于方法get来说很常见。但是在其中使用发射器,它不起作用?有解决方案吗 这是图片apiSerice.ts enter image description here
这是图片public.component.ts enter image description here
Html public.component.ts:
<api (isLoading)='fIsLoading($event)'></api>
<router-outlet></router-outlet>