Questions tagged as 'angular'

0
answers

problem in achieving an effect with javascript html and css

I have a problem in achieving the effect of this page: link The typewriter effect I already got with someone's help, but the problem that came up now is that I can not think of how to do the white shading effect that appears every time befo...
asked by 27.12.2018 / 03:36
0
answers

Angular - CSS breaks when you use animations

I created a fadeout animation to navigate between pages. Apparently everything works but a strange error occurs. When the page loads and the animation starts, the CSS "breaks" and adds a blank space to the right, leaving something like that....
asked by 17.12.2018 / 15:13
0
answers

Problem with the NPM installer

I am trying to install ionic 4 and all the necessary dependencies in -g mode but I am presented with the following problem. When I install everything I frame the following error: npm ERR! peer dep missing: rxjs@^6.0.0, required by @a...
asked by 20.12.2018 / 00:14
1
answer

Angular getting CORS No Access-Control-Allow Origin when references css file on a https server [duplicate]

I have an inconvenient create a rest api in Java Where I want to consume it in angular import { Injectable } from '@angular/core'; import { Http,Headers } from '@angular/http'; import { Observable, Subject } from 'rxjs'; i...
asked by 30.11.2018 / 04:26
1
answer

Error delete element from array typescript

Good I am trying to erase a element of the array that I have with the splice but it is petando me and I do not know why. is not an array of objects so I should leave borrarTurno(turno:string){ let index= 0; for (let turnoABor...
asked by 28.11.2018 / 23:17
1
answer

Problem with ngModel and input type = date

I have an angular an input like this: <input [ngModel]="pedido.fecha | date:'yyyy-MM-dd' : 'UTC'" placeholder="fecha" #fecha type="date"> when loading the page, the input is correctly filled with the date that comes from the object...
asked by 01.12.2018 / 04:44
0
answers

ng-repeat with dynamic variable

I have an application in angular where I need to register N boxes and inside each box N documents. Through the ng-repeat directive of angular and a javascript function I have managed to create the N boxes, but not with the documents because when...
asked by 28.11.2018 / 03:31
0
answers

ERROR in Can not read property 'loadChildren' of undefined

Good morning, does anyone know how to solve this problem that I have about angula routing? What I want to do is: As my object to create a new route in angular became something complex, I wanted to put it in an interface, then in the construct...
asked by 12.10.2018 / 15:23
0
answers

Angular Router projects and different servers

Here is my problem: I have two applications made with angle 4, each one on a different machine and server. The servers are apache2 in ubuntu. My problem is in a link between the two applications, which I pass a value, I get not found. The com...
asked by 16.10.2018 / 18:56
2
answers

Do not load view in Angular 6

Create two components inside Angular so I have two modules files the app.module file I call the pages.module file that has the rest of the modules. app.module.ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@a...
asked by 26.09.2018 / 21:48