Questions tagged as 'angular5'

0
answers

Property 'map' does not exist on type 'Object'. With Angular 5.0.3 - Ionic 3.19.1

I have an error that only happens when I execute the command "ionic serve", and in the browser it throws me the following message Typescript Error Property 'map' does not exist on type 'Object'. src / providers / contest / contest.ts...
asked by 20.02.2018 / 15:36
0
answers

Unexpected value 'HttpResponse' using NGX-ADMIN with authorization

I am new to angular5 and I am trying to use the authorization in NGX-ADMIN by following the doc of link but although, it does not mark me errors, when executing the ngx-admin, it remains hanging and in the console the following error comes out...
asked by 12.02.2018 / 15:53
1
answer

I want to use jquery in angle 5 but I get the following error How do I solve this?

I want to use jquery in a typescript file but when compiling I get the error in the attached image !! I open the browser console and there are no errors. I'm using visual studio code. Please help me     
asked by 19.02.2018 / 22:10
0
answers

because it does not show me the component called from the routing module by means of lazyload?

friends I want to load a component that is in a routing module apart from the main routing module but calling the component from the main module by means of lazy load, loadchildren. the truth that does not show me anything. Here I leave the app-...
asked by 06.02.2018 / 00:04
1
answer

ngModel does not work with datepicker. Angular

I am new at Angular and I have encountered this problem. NgModel does not work when I use the datepicker class in the input. Any solution? or what am I doing wrong? <div class="input-field col s12 m6 l6 xl6"> <input id="fecha_in...
asked by 14.02.2018 / 10:26
0
answers

Angular 5 deployed on server, error when refreshing the browser

Could someone tell me why, a project that I have deployed in a server of my own Angular 5, I get an error when refreshing the browser when I'm in a different path to the root ?, That is, in local I'm going all perfect, but when uploading it to t...
asked by 14.02.2018 / 03:22
2
answers

Angular 5 HttpParams I do not detect parameters

With the following code when sending a POST with HTTPClient of Angular 5 let params = new HttpParams({ // ==== NO FUNCIONA BIEN ¿? !! fromObject: { topic_id: topic_id.toString(), answer_id: answer_id.toString(),...
asked by 14.02.2018 / 15:35
0
answers

Double Routing | Angular 7

I'm doing an APP with administration panel but I would like the administration area to have its own system of routes that work from the / admin url and the web section has another route system, having a total of 2 routes systems. I do not kno...
asked by 31.12.2018 / 13:06