Posts by FelipeDwD • 33 points
5 posts
-
-2
votes1
answer58
views -
0
votes2
answers518
viewsQ: Angular: Value-to-variable assignment
I have a method that calls a service from an API and stores its result in a variable, but this result is not being assigned the variable I need. atribuirImagem(): void {…
-
0
votes1
answer56
viewsQ: SQL Server: Access tables in [Cg]
I have a set of tables of "like" Cg in a database, but I can’t access it, it has two types of sets Cg and Dbo, i can access only the tables that are in dbo. Example: Tables inaccessible guy: Cg That…
-
1
votes1
answer250
viewsA: Angular: ngModel is not being recognized
I managed to solve, the problem was an attribute of the tag input template, was missing the attribute name. So I made the following change only in the tag s input: `<input type="email"…
-
0
votes1
answer250
viewsQ: Angular: ngModel is not being recognized
I’m using ngModel to insert value into variable through input, but the same is not being recognized, if I do with isolated values it returns nothing, if I try with object it returns Undefined Html…