Questions tagged as 'angular'

0
answers

Error executing commands in angular / cli

I updated my angular project 4 to 5 and everything works fine. But when I execute some command to generate classes, components, services, etc, it throws me an error, example: ng generate class miClase "C:\Program Files\nodejs\node.exe" D:\An...
asked by 27.08.2018 / 16:01
0
answers

How can I implement a pipe in ionic?

Hello, I am new to the ionic world and every time I find new concepts and ways of doing things, the fact is that I have a list of objects that I bring from an API and I want to filter the results by word, basically what What I want is: <io...
asked by 28.08.2018 / 16:49
0
answers

How to migrate this javascript code to typescript

Help, the truth is that I'm doing a responsive sidebar and since I have this code that I got from the internet, however, I need to translate it to typescript so I can use it in a wide-angle project that I'm doing. No more the code $(d...
asked by 28.08.2018 / 21:50
1
answer

Angular 6. fxLayout colum does not work

I'm trying to make item1 occupy 50% of the height of the red container, and that item 2 occupy the other 50% of the remaining height of the red container, if this works, all the red background will be hidden, but it is not. <div style...
asked by 28.08.2018 / 21:13
0
answers

Bad redirecting of SpringBoot with Angular5

I have this route with Angular5 - > <a href="http://localhost:8090/ml/download/true/{{data.data}}"> @RequestMapping(method = RequestMethod.GET, path = "/{download}/{data}/{nameFile}", produces = MediaType.APPLICATION_JSON_VALUE)...
asked by 24.08.2018 / 14:24
0
answers

Errors by json not loaded when placing points in gmaps

I am new at angular and to practice I am placing markers read from a json on a map. I'm placing them like this, in the .html: <agm-marker *ngFor="let punto of farmacias.features, let i=index" (markerClick)="clickedMarker(i)" [latitude]...
asked by 29.08.2018 / 17:46
0
answers

How can I consume a WCF SOAP service from Angular 6?

I tried to do it with two libraries: ngx-soap and soap, so far I could not. This is a service that tries with the ngx-soap library. import { Injectable } from '@angular/core'; import { NgxSoapService, ISoapMethod, Client, ISoapMethodRespons...
asked by 23.08.2018 / 03:09
0
answers

I can not adjust the navbar with the sidebar

What happens is that the sidebar covers the navbar, when the screen is minimized it is possible to visualize that the navbar exists, but what I want is that the navbar is on the right side of the sidebary that when the screen is minimized it adj...
asked by 22.08.2018 / 17:53
1
answer

Api Rest, get method, how to pass array parameters

I have developed a restfull api in Node.js, the client is developed in angular, how can I send array parameters in a get, should it be sent by the header or by the parameters ?. I currently send it in the body of a post but I do not want to use...
asked by 29.08.2018 / 22:29
1
answer

Use two ngModel with the same name

hi I'm doing a form using angular which contains the following data <form > <input type="text" placeholder="Nombres: " [(ngModel)]="nombres" [ngModelOptions]="{standalone: true}" name="nombres"><br> <input type=...
asked by 20.08.2018 / 17:06