I was create my component(A). That is combine multiple html element. and I have 2 question.
I don't know how defined method(get, etc..) on my component. I used @Output, @ViewChild, etc.. but it is not working. and I don't wanna develope this way. I need other way.
How can I find my component(A) at home component?
and other question..
- how use component focus out event? what to use focus out keyword? (ngFocusOut)? (focusout)? (ngBlur)? (blur)? that is not working..
plz help me!!