Questions tagged as 'angular'

0
answers

ngAnimate does not work with columns in bootstrap

Good night, I have 2 columns with bootstrap and I would like them to get excited at the ng-repeat call I have a service that returns a json that does a ng-repeat Follow the html <div class="section"> <div ng-repeat="...
asked by 07.08.2018 / 03:51
1
answer

Angular: Error in system modules

Hello! My application stopped compiling, giving problems in general purpose modules. The crypto module was the first error that appeared, so I looked for a solution to this error. ThesolutionIfoundaltersthewebpack-configbrowser.jsfile.Thecry...
asked by 07.08.2018 / 02:49
2
answers

Insert a value into a variable in the form

I have a group and subgroup register. My idGroup is getting a value and I have to enter it in the form to go in the post. @Input() idGrupo: any; configurarFormulario() { this.formulario = this.formBuilder.group({ name: [null, Val...
asked by 07.08.2018 / 02:43
0
answers

How to implement the Marker Cluster plugin using Yagajs / leaflet

I want to implement the Marker Cluster plugin in my project which uses yagajs / Leaflet . In the Marker Cluster documentation, they say that I simply need to use the following code: var markers = new L.MarkerClusterGroup(); markers.addL...
asked by 06.08.2018 / 19:52
1
answer

Angular - Subgroup according to group id

I need the subgroup to be generated according to the group selected. I was able to go up to submit the id that was selected in the html, not able to pass this value to the getid. I'm using Angular 6 + primeNg component group grupo: G...
asked by 06.08.2018 / 20:04
0
answers

Local variables in Angular ngFor 2+

I would like to know if you have any way to set different values for local variables that are inside a ngFor. I tried something like: <ion-textarea #box{{informacoesperguntas.id}} (keyup.enter)="onEnter(box{{informacoesperguntas.id}}.va...
asked by 13.08.2018 / 21:54
1
answer

I can not see more than one p-dropdown primeng on the same page

Have a page that has 4 primeng p-dropdowns but they do not work, only one opens. Separately all work, but when you have only 1 on the page. <div class="container"> <form #f="ngForm" autocomplete="off" (ngSubmit)="salvar(f)" >...
asked by 06.08.2018 / 03:53
0
answers

Illegal Invocation when executing project on Ionic DevApp

My application works normally in the machine browser when I squeeze through the ionic serve -c, however, when I'm going to run through my mobile device in the Ionic DevApp app, I get the following message:    Runtime Error: Illegal Invocation...
asked by 06.08.2018 / 14:39
0
answers

Open Modal on a component within several other components. What is the best practice?

<app-loop4 [data4]="data4"></app-loop4> //O que há dentro do component: app-loop4 <div *ngFor="let d4 of data4"> <app-loop3 [d4]="d4"></app-loop3> </div> //O que há dentro do c...
asked by 06.08.2018 / 13:46
0
answers

Angular Integration 5/6 with Golden Layout

Someone has already integrated Angular with Golden Layout or some similar layout manager (which allows having the IDE effect, of clicking and dragging the containers of the components resizing the size). I need to build an application in this...
asked by 03.08.2018 / 19:34