Posts by Eduardo • 121 points
6 posts
-
0
votes4
answers1532
viewsA: Angular 2 Binding in Component
Modify the first component to run the function every time you "receive" new data you can do so @Component({ template:'<div *ngFor="let dados of lista">{{dados.nome}}<br/></div>',…
-
1
votes1
answer94
views -
4
votes2
answers424
viewsQ: Mutiplos projects in MVC and Webapi
I’m looking for if there are any project models that involve multiple MVC and Webapi projects. In the solution I’m thinking about designing (if possible) a content management solution for multiple…
-
1
votes2
answers1227
viewsA: <div> that works like a <textarea> does not break line when it is sent
I don’t work with PHP and much less with wordpress, my area is ASP.NET and C#, but in your case I think I will know how to give you the solution. In any html text field (imput, textarea) when…
-
2
votes2
answers303
viewsA: Visual Studio - 64bit Software
You must define the platform in your application’s Build options. Right click on the project (not on Solution) and go into properties and change how the image below shows. The "Any CPF" in thesis is…
-
1
votes1
answer40
viewsA: ie7 x Chrome brightness
Yes it is normal, since each browser has its own way of rendering the page. There are browsers that have practically the same rendering base, as is the case of Chrome and firefox, but IE (internet…