Questions tagged as 'angular'

1
answer

Problems installing Angular and Ionic Windows, Fsevents

Some days ago I tried to solve and I can not find a specific answer, try installing the angular and ionic in my linux ubuntu, then in my windows with the command: npm install -g angularcli and I get the error: npm WARN optional SKIP...
asked by 05.06.2018 / 17:19
0
answers

how to get the value of selectpicker using angle 5?

hello I have a form with fields <form [formGroup]="addform" (ngSubmit)="RegistrarArticulo()" class="form-horizontal addform"> <div class="form-group"> <div class="col-sm-7 col-xs-12"> <label>Marca</label&...
asked by 31.05.2018 / 17:55
0
answers

Get value of a select with angular and reactive forms?

I have this select but I am not able to get the selected value: <div class="form-group"> <div class="col-sm-7 col-xs-12"> <label>Modelo</label>...
asked by 30.05.2018 / 21:13
3
answers

Problem CORS with angular and glassfish

I have several days with a problem of CORS , I have my back in an api Rest in Glassfish (JavaEE), and the Angular app consumes that api, evidently they are in different servers so it is necessary the Access-Control-Allow-Origin statement in t...
asked by 30.05.2018 / 23:55
0
answers

How do I separate the login from the dashboard and change the components only in the dashboard in angular 5

Guys, someone could explain to me how I can separate the login from the dashboard and change the views on the dashboard every time the route changes and not the router-outlet where you change from dashboard to login. That is, as an internal r...
asked by 01.06.2018 / 17:15
0
answers

Why not update the Ionic 3 Tabs news

I'm having a big problem, is that when I try to update from my api the notes that I upload in wordpress are updated also in the application created in ionic, I have been told in forums that is why I use tabs, but I do not see the logic that is n...
asked by 01.06.2018 / 13:53
1
answer

error TS2539: Can not assign to 'Particle' because it is not variable. Angular

import {Component} from '@angular/core'; @Component({ selector: 'my-app', template: ' <h1>{{titulo}}</h1> <h2>Detalles del {{particle.type}} {{particle.name}}.</h2> <p>Masa: {{particle.mass}}</p>...
asked by 28.05.2018 / 19:34
0
answers

How to configure the Angular Automatic Test with Karma Jasmine and Webpack

I wanted to know how I can configure the tests of an app developed with Angular. Because it does not use angular-cli, but the configuration of the app is done completely through webpack, where it has configured the routes management with the ang...
asked by 29.05.2018 / 02:32
0
answers

Ionic does not update the home.html view in phones but in console

I'm having a problem when I update the entries in wordpress and in my app it does not update them, but I see that the results of a method called gerRecentPosts, which should replace the current entries, for new ones, but in console, but in the h...
asked by 28.05.2018 / 23:41
0
answers

Fill texbox based on another textbox in angular

How can I fill several textboxes with data from another textbox, using angular? When entering information in a textbox, others fill in automatically using the same data This is what I used but it is html, and it only works in a textbox, I wou...
asked by 24.05.2018 / 16:53