Questions tagged as 'angular'

0
answers

Remove Object from this Angular5

I pick up a list of People that is an Array in JSON and I put it in a this which in turn I keep it in a that it is accessible. The problem is that when I pass the that to another class I can not access the Array of people I saved. import {...
asked by 10.04.2018 / 17:51
1
answer

How can I change the icon, the calendar and the selector?

Please how can I change the icons in these 2 tools? P-calendar, Datepicker <label fxFlex="20" class="date-picker_format"> <p-calendar [(ngModel)]="value" [showIcon]="true"></p-calendar> </label&g...
asked by 09.04.2018 / 18:16
0
answers

Help With database in Angular 4

I am developing a web app in angular, I already did the ApiRest and I tried it with Postman and good in theory (I'm not sure) all the code in angular is fine since it does not throw any errors, but the data I add from the form is not saved in th...
asked by 08.04.2018 / 23:38
1
answer

Wait Time localstorage

I am working on an app in ionic 3 and when doing the login you must load several variables in the localStorage to use in the home, the problem I have is that after passing the login it enters the home quickly and does not load anything because t...
asked by 12.04.2018 / 20:39
1
answer

How can I change the icon, the calendar and the selector?

Please how can I change the icons in these 2 tools? P-calendar, Datepicker <label fxFlex="20" class="date-picker_format"> <p-calendar [(ngModel)]="value" [showIcon]="true"></p-calendar> </label&g...
asked by 09.04.2018 / 18:16
2
answers

How to set variable AngularJS with a variable C # in the view

Neither of these forms works for me and try <input type="text" ng-model="model1" value="@Model.valor2"> Neither <input type="text" ng-model="model1" ng-value="@Model.valor2">     
asked by 10.04.2018 / 17:50
2
answers

How to solve the first element of a resulect list in a parent state in a child state?

Good day. I have a parent state in which I resolve a list, this is loaded by an http request. This parent state has a child who must solve the first element of the parent list. How could I solve this situation? Thank you in advanc...
asked by 25.04.2018 / 23:21
0
answers

Angular 5 - Load ng bootstrap after receiving an api

I am consuming an api that generates a complete structure of html, the problem is that after the html arrives, no ngbootstrap script works like datepicker, checkbox-customs, dropdown, etc. The same thing happens with any type of library and they...
asked by 25.04.2018 / 20:14
0
answers

AgGrid: Take out 2 different Services in a Master / Detail

I am showing in an AgGrid the data of a project.json and the rows are seen correctly. Showing your Master / detail Same .json does it right ( Without doing an http.get) The problem comes when I want to show the Master / Detail of a .Jso...
asked by 02.05.2018 / 17:47
0
answers

How to use MBDootstrap Angular Scroll animation?

State doing practices with MDBootstrap for angular . (Installed since npm ). In their documentation they have tutorials on how to use css animations. Try the animations and all good, the problem is when I try to i...
asked by 02.05.2018 / 17:37