Questions tagged as 'angular'

0
answers

How to make a list with ASP.net C # Angular?

I'm doing this little example to show what I'm going to enter in the textbox. the entered object arrives at the controller and returns, when loading it to my table is where it does not come out view <!DOCTYPE html> <html>...
asked by 14.05.2018 / 18:45
0
answers

How to edit a form, with a typescript response?

I have the fake form (Because I'm missing the call from the api), and I would like to leave everything ready to be able to edit it with an entity. On the same page: when pressing a button. this.fakeResponse = { name: 'Juan', lastName: 'Ant...
asked by 14.05.2018 / 09:49
0
answers

JSON - Angular - How do I patch this JSON in my model?

I have doubts about how to consume JSON in Angular, since I can not use the JSON data well in my model. JSON example: link My model is as follows export class Artist { idArtist: string; strArtist: string; strStyle: string; strW...
asked by 11.05.2018 / 00:14
0
answers

I have a problem creating an Angular Project

I am using Windows 7 (32 Bits), I have installed Node.js, NPM and the Cli of Angular. at the moment of creating a project through the command ng new ProjectNameAngular starts all right, but after downloading all the content shows a number of err...
asked by 13.05.2018 / 21:09
0
answers

Problems with MeasureTool

I am using MeasureTool in the api of google maps with angular 2 ( MeasureTool ). The first time I measure it works well, but when I select 'Clear Measurement' and try to measure again it stops working without showing any error. What may be happe...
asked by 09.05.2018 / 18:10
1
answer

How to consume API Rest Django using angular?

I am new to python and I am starting to develop a web application with django, I would like to use angular in the frontend but I have not found a simple example where they explain how to integrate them correctly. Any recommendation would be v...
asked by 09.05.2018 / 00:35
1
answer

Can not read property 'name' of undefined

I'm creating an app on ionic It is an assistance app that has a service. And the html contains an ngfor and a {{note.name}} and when clicking on the names, I returned the error can not read property 'name' undefined Here I leave the code Home...
asked by 09.05.2018 / 03:11
0
answers

AgGrid Take an isolated result

I have a series of data that is organized in a table (agGrid), and when I see the detail of the father, I want his data to go out in a normal way instead of leaving in a daughter table. "<p></p>" My intention is to show it...
asked by 07.05.2018 / 17:27
0
answers

Error parsing JSON: Unexpected token in JSON at position

I have a problem with the development of an app, I saw something here like my case but they did not answer it. This is the error: SyntaxError: Unexpected token < in JSON at position 1 at JSON.parse (<anonymous>) at...
asked by 07.05.2018 / 18:22
0
answers

Error when selecting when consulting

I have a simple contact form, where I have the main table that is contact with (name, surname, identity_type, identity) and a type-identity table with the fields (id, description) Using Angular 4, I have an html with the form and I need you t...
asked by 06.05.2018 / 19:17