How to pass observable value to @Input() Angular 4

Assume DynamicFormService.getAnswers(‘CAR00PR’) is asynchronous(probably it is), using async Pipe to pass asynchronous result is on the right way, but you cannot expect to get the asynchronous result right now when DynamicFormComponent is created(at ngOnInit) because of Asynchonous. The result isn’t ready yet when running your below line of code. this.form = this.qcs.toFormGroup(this.answers); There are several … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)