Posts by Victor Martins • 1 point
3 posts
-
0
votes2
answers1959
viewsA: how to wait for a finished method to execute the next in angular?
What you can do is use the subscribe, inside it you make the calls. subscribe will wait for the function to be executed and then execute what is inside it. Here is a link from an easy-to-understand…
-
-1
votes3
answers426
viewsA: Problems with Angular Material
Your error is occurring because the Matdialogmodule is in declarations and not in Imports, also no need to import the Dialogcomponent in your module and yes only in your component (.ts). Try to…
angularanswered Victor Martins 1 -
0
votes1
answer910
viewsA: npm ERR! code EJSONPARSE
You gave a npm cache clean and then gave a npm install again? I gave a brief analysis here on your package json., probably right there in scripts->start there’s a guy named package, I believe…