各位大大好
想請問一下
若有兩個componentA and componentB
componentB有個Input() function
請問componentB要如何去呼叫 componentA所傳過來的function
各位大大好
想請問一下
若有兩個componentA and componentB
componentB有個Input() function
請問componentB要如何去呼叫 componentA所傳過來的function
B的input function是A傳給他的嗎?是的話就可以,只要A有傳給他就可以呼叫。
只是要特別注意,如果函數有涉及this的話,記得函數的宣告要用箭頭函數賦值。
// componentA
funcToSend = () => {}