Posts by Saulo Grego • 11 points
2 posts
-
1
votes0
answers472
viewsQ: Angular 7 - catchError is not intercepting exceptions
The catchError operator is not intercepting back-end errors. For example, in the back end I do an email check and return an exception if the email already exists, as below: public Usuario…
angularasked Saulo Grego 11 -
0
votes0
answers423
viewsQ: Angular 6 - Load Reactive Form after Http request
I’m having trouble displaying a client list obtained by a request GET in a component select. Like the GET is asynchronous, the form is being built before the request is finished and hence the select…