Posts by anderson macedo • 52 points
5 posts
-
-1
votes1
answer516
viewsA: How to hide a component in Angular 7 by clicking a button inside a modal?
To solve this you will need to make an Eventemitter for the parent component, where the app-header and app-banner components are inserted. The Eventemitter manages to externalize, through Biding…
angularanswered anderson macedo 52 -
1
votes2
answers416
viewsA: How to make multiple http requests at angular?
I believe that the cause of the problem is because your method returns an observable, ie the processing is asynchronous. But its for will proceed to the next interaction even if the observable…
-
1
votes1
answer114
viewsQ: Use Firebase in SPA project
I need some help with good practice in using the Firebase on a project SPA, in my case the Angular. I’m taking a development course with Angular 4 and in the topic regarding the use of Firebase as…
-
0
votes2
answers223
viewsA: Modeling Database
But can’t you set the Form Id to default null? After the form is created, you make the link. I think if it really is a FK, it should be defined in the bank scheme for performance reasons and ensure…
-
1
votes4
answers168
viewsA: How to parse in Android Json
Dude, it starts with the indentation of your Json formatting. I think it makes it easier to read the structure of the object you will need { "rssEmpregados": { "pesquisa":"marcia",…