Questions tagged as 'angular5'

0
answers

JQuery plugin does not work on my computer but on other

I have a project created with Angular + JHipster. I needed to insert a slider called Owl Carousel, but it did not work. Suddenly, I realized that I was receiving the following error in the component.ts file of the module where I want to use i...
asked by 24.06.2018 / 09:40
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
1
answer

How to replicate jQuery actions in Angular 5

I have a form in html ( Angular ) and according to an event I must execute a function that recovers the value of one input and prints it in another, I did it in jQuery without problems in this way: $('#selector').on('change', function(){...
asked by 20.06.2018 / 02:09
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

Why Does It Work Only With Console?

I am developing this page, but only when I open the console does the video play if I close the console it does not play anymore (when opening the console I keep the same screen size that I have in case someone asked) import { Co...
asked by 21.06.2018 / 19:57
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

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
1
answer

Error in firebase has not exported member 'auth'

When trying to connect a firebase database with angularjs I get this error ERROR in node_modules/angularfire2/firebase.app.module.d.ts(2,10): error TS2305: Module '"F:/inventario/node_modules/firebase/app/index"' has no exported member 'app'....
asked by 24.05.2018 / 17:28