Questions tagged as 'angularjs'

0
answers

angular cli update CRASH

I have updated from version 1.3 of angular cli to 1.6.X and when doing npm install I get a constant error of webpack-subresource-integrity with webpack, updated webpack to version 3.X (I installed it globally and locally ) and the same error kee...
asked by 14.12.2017 / 16:00
0
answers

How to pass the variable _id to the path of the url to consume an update service?

I have a problem trying to update a record to my database from a web page, I'm using mongodb and a microservice in Nodejs, the problem is that on the web page when sending the _id for the form it does not reach the path of the url so you can not...
asked by 10.11.2017 / 09:36
1
answer

Http request inside a loop Angular2 Typescript

I'm doing some exercises with Angular2 +, I do not have much experience with this version so I do not know how to achieve the idea that I have. I want to invoke a service that returns the 10 most popular songs of the moment, when that answer...
asked by 05.11.2017 / 03:14
2
answers

Angular share Information

Good morning, I have the following code Angular var aplicacion = angular.module('app',[]) aplicacion.factory('datosCompartidos', function (){ var datosCompartidos = {} datosCompartidos.contador = 0 datosCompartidos.getContador = func...
asked by 28.10.2017 / 16:50
0
answers

How to capture a video screen with angularjs?

I have to create a function that captures the application screen in video, research and find this plugin: link If someone has used it, they could share the way to install it or if they know of another plugin that fulfills this function o...
asked by 21.11.2017 / 15:42
1
answer

How to select an element of the DOM with ionic 2?

I am developing an application with ionic and I need to capture an information that exists in an external web page, I have tried to embed the web with a <iframe> tag and I try to select the html element that contains the data...
asked by 26.10.2017 / 17:58
2
answers

ANGULAR CLI ERROR

I have a problem installing angular-cli on a docker. I'm running the command npm install -g @angular/cli@latest and it shows me the error attached    /root/.nvm/versions/node/v8.6.0/bin/ng - >   /root/.nvm/versions/node/v8.6.0/lib/...
asked by 02.10.2017 / 06:46
0
answers

How to create a directive with angularjs

I am testing interact.js v1.2.9 which is useful for drag and drop. I want to create a directive of AngularJS v1.6.4 to communicate with my controller and modify the scope, when I take my code to practice the objects that I am creating have probl...
asked by 12.11.2017 / 22:53
1
answer

Can Bootstrap 4 and Angular Material Design 2 be used in the same Angular project 4.?

My question is that if in the same project Angular 4 you can use Bootstrap 4 along with Angular Material Design 2 without this causing any malfunction of any of the 2 framework. Since bootstrap has many utilities that...
asked by 06.10.2017 / 21:26
0
answers

Routes with angle [closed]

I have a problem with a created route. You will see what happens when you click on a button see more with which a parameter passes a id , which is used to tell the route you have to find a publication all right up there. The problem arises wh...
asked by 04.10.2017 / 21:16