Questions tagged as 'angular5'

2
answers

Problems with angular select 5

I have this page html <div class="row"> <div class="col s12 m6"> <div class="card"> <div class="card-content black-text"> <h6><strong>Server</strong></h6>...
asked by 07.05.2018 / 02:34
1
answer

Problems with dynamic selection in angular 5

I have this html code, which belongs to a dynamic select that I build as a result of an info. that comes to me from a rest api <div class="row"> <div class="col s12 m6"> <div class="card"> <div class=...
asked by 07.05.2018 / 16:22
1
answer

I close the node terminal by mistake in the angle service create

When I save something to the bd (MongoDB) from the app, I close the node server in the terminal, however it saves the data. I have in the file api_v1.js: const express = require('express'); const router = express.Router(); const Profesor =...
asked by 06.05.2018 / 01:56
0
answers

Angular 5 Resolve does not deliver the data before the window load

Currently I have developed a simple user interface to allow the user to select a value from a drop-down list to redirect it to different URLs. The problem that arises is that the asynchronous call always delivers the data after it has finished l...
asked by 10.05.2018 / 12:29
0
answers

ERROR in: Illegal state: Could not load the summary for directive RouterOutlet in path//node_modules/@angular/router/router.d.ts

When wanting to do an "ng build --prod", this error jumps: ERROR in: Illegal state: Could not load the summary for directive RouterOutlet in path//node_modules/@angular/router/router.d.ts From what I saw it related to @ angular-devkit / bu...
asked by 05.05.2018 / 10:17
0
answers

Angular 5: Configure Protractor to use Jasmine after having integrated Cucumber

How can Protractor and Cucumber be configured to work with Jasmine and Chai respectively? I have read that Cucumber and Jasmine are mutually exclusive. I currently have the following configuration in protractor.conf.ts // Protractor configur...
asked by 16.04.2018 / 22:05
0
answers

send information from nodejs to angular 5

I am using "node-dir" a module of nodejs to list the subdirectories and files of a folder, I would like to know how I can send this information to my component in angle 5. My node code is the following: const dir = require('node-dir'); dir.p...
asked by 13.04.2018 / 09:49
2
answers

How to solve the first element of a resulect list in a parent state in a child state?

Good day. I have a parent state in which I resolve a list, this is loaded by an http request. This parent state has a child who must solve the first element of the parent list. How could I solve this situation? Thank you in advanc...
asked by 25.04.2018 / 23:21
0
answers

http delete with angular composite key 5

The question is how do I delete a record that has a key composed with the http delete method? the code that I have so far is delete(categoria, i) { console.log(categoria); const cat = new CategoriaLugar(categoria.id_lugar, categoria.id...
asked by 07.04.2018 / 23:08
0
answers

Problems consuming api rest from angular

I have a api rest with a cors filter package com.constellation.market.config; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.Servlet...
asked by 29.03.2018 / 18:50