Posts by Pedro Cruz • 49 points
3 posts
-
0
votes2
answers723
viewsA: Implement function in child element
Dude I don’t understand much why of extending Cadastral Component, if there is something to be reused you should create a separate component and use it. Regarding the execution of a parent class…
-
0
votes3
answers908
viewsA: I have the following error in my Ionic project "Error: Uncaught (in Promise): Typeerror: Cannot read Property '0' of Undefined"
Dude, the error occurs in this statement this.userInfo = this.dataSet.userId[0].userData;, you have to check if the returned object is valid and if you are accessing it correctly.…
-
1
votes2
answers2556
viewsA: How to print the error message in Angular?
Dude you checked that condition if (typeof errorResponse === 'string') is true? You can copy the call code from the Errohandlerservice.Handle function
angularanswered Pedro Cruz 49