Questions tagged as 'angular'

0
answers

how to integrate icheck into angular 6

I am new at angular and I want to give a bit of style to the text boxes and radio buttons, using the icheck library but I have found a problem when trying to create the directive because if I use more than one text box in a form always the last...
asked by 27.06.2018 / 00:07
0
answers

Routing error using Angular - Spring Boot in Weblogic

I created a Spring Boot Rest project, which I consume from an angular application. I build the war with maven, I upload it to WebLogic and it works perfectly, always when the path configured in the weblogic.xml is "/", if I assign a name to the...
asked by 28.06.2018 / 22:37
0
answers

Error in Log in with Web View - Mercadopago

My intention is to perform a basic checkout from Nativescript - Angular. For this I decided to use a Web view in order to render the payment button. It works almost everything well, even the payment with cards but when I want to pay with the acc...
asked by 19.06.2018 / 01:46
0
answers

Angular and Geolocation

I'm with a geolocation project in which you work in layers ... these are my files .... I open the files with qgis that have the extension .shp to be able to see the contents which are coded ....... Now what I'm doing is converting those ta...
asked by 19.06.2018 / 17:24
1
answer

Help with reports

I need help, I want to create reports with angularjs, it is a topic that I am just learning and I do not find much help on the internet. I need to know how to capture data from a database and display it in graphics with angular.     
asked by 19.06.2018 / 18:31
0
answers

pass as a generic service to an abstract class in angular 2

I am starting at angular and I have encountered a problem when creating a base component. I would like the AbstracTableComponent class to take care of the basic CRUD operations, and be able to reuse it with other models, but for this I need to p...
asked by 15.06.2018 / 23:44
0
answers

Group data in the view

My question arises because I need to show the data of a query to my Database in a more aesthetic way, I explain: I have a table in which I store sports teams, but each team has a group, for example when playing a qualifying tournament by grou...
asked by 14.06.2018 / 02:25
0
answers

Multiple spin loader Angular 5

I have created a Spinner that is shown every time I make an http request, as I show in the image, the problem is that I want it to only show in the input in which I make the request and not in the others. I am using: <div class="input-g...
asked by 15.06.2018 / 06:05
0
answers

Problem when using angular routerLink 5

I have a problem that I still can not solve and I want to ask for your help. I am using angle 5 and it happens to me that when I use plugins or external libraries in the first load they work perfectly but when I navigate through [routerLink]...
asked by 14.06.2018 / 20:53
0
answers

Change an image with JS after it has been loaded with angular?

I'm trying to do a chrome "snippet" to change the images of a page created with angle. I am trying unsuccessfully with: this.src=origen+res[res.length-1]; this.setAttribute("ng-src",origen+res[res.length-1]) But by not acting on the "rea...
asked by 13.06.2018 / 16:48