Questions tagged as 'angular6'

1
answer

Run angular function within jQuery

I'm doing an application in angular, I want to make that when the user's scroll is up automatically download more posts (that is done by pressing a button, but not automatically when your scroll is down). With jquery I make it execute something...
asked by 22.10.2018 / 22:07
0
answers

How can I change the name of my daughter routes in angular

I have the following problem, in my route component I have the following code import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { LoginComponent } from './login/login.component'; import...
asked by 20.10.2018 / 20:15
0
answers

How to use the Urlserialize

I create a class.ts with this code import {UrlSerializer, UrlTree, DefaultUrlSerializer} from '@angular/router'; export class CustomUrlSerializer implements UrlSerializer { parse(url: any): UrlTree { let dus = new DefaultUrlSerializer(...
asked by 20.10.2018 / 21:31
1
answer

How to differentiate elements when animating in Angular 6?

the question is like this: I have three images placed in the html part of the Angular component <img class="img" [@Esc]='escala' (mouseover)="escalar()" (mouseout)="desescalar()" src="./assets/1.jpg" > <img class="img" [@Esc]='escala'...
asked by 17.10.2018 / 23:36
0
answers

p-confirmDialog changes the layout when it appears

I'm using angle 6 and I have a p-confirmDialog, which when I press it changes the structure of my page, then I put the code of the dialog. <p-confirmDialog header="Confirmación Eliminar" key="confEliminarBici" [baseZIndex]="999" [autoZIndex...
asked by 08.10.2018 / 20:25
1
answer

Role permit when editing an entity in jhipster

Cordial Greeting I'm new to Jhipster and I'm creating a new role to give you permissions . The steps I am taking are the following: 1. I create the role and include it in master.xml then I give you mvn liquibase:updat...
asked by 27.09.2018 / 20:38
0
answers

Does not load the DatePicker calendar

The question is very simple. I have everything included correctly, but the date selector simply does not appear on my form. This is the date selector code <div class="form-group"> <label>Fecha de Nacimiento</labe...
asked by 29.09.2018 / 00:59
0
answers

Consume REST API with Angular6

I'm studying Angular6 and what I'm trying is to obtain data from a REST API and treat them on my website. It consists in receiving an array of a player with many different fields and one of those fields is an array called transactions, what I wo...
asked by 03.10.2018 / 18:01
0
answers

Angular 6 RxJs Imports

Does anyone know why I get the following error?    ERROR Error: Uncaught (in promise): TypeError: this.searchField.valueChanges.switchMap is not a function   TypeError: this.searchField.valueChanges.switchMap is not a function I already t...
asked by 22.09.2018 / 03:14
0
answers

Error compiling project in Angular

I'm using Angular (version 6) with TypeScript (version 1.6) and when I compile the code I get these errors: Date: 2018-09-13T19:39:25.926Z Hash: 0a25dba23a607e77d976 Time: 5711ms chunk {main} main.js, main.js.map (main) 1.91 kB [initial] [rend...
asked by 13.09.2018 / 22:00