jerocon

Results 4 comments of jerocon

Hi, is there any way to get the values ​​that have been entered in the 'editForm' from the Angular component?

Thanks for the quick reply!! We need to get the values ​​in the ngOnInit() event but the values ​​are not available at that time. We have also seen that multiple...

When we access the component edition, the ngOnInit event is called again (this is normal) The problem is when the Form Builder is first accessed, the two instances of the...

Hi again!! I will try to explain an example in the case of multiple calls to the OnInit event of a customComponent. The example is with the OnInit event but...