Questions tagged as 'angular'

0
answers

Is it worth studying versions prior to 6 of the Angular? [closed]

I tried searching the internet and the forum itself, but I did not find anything very clear and straightforward for my question so I thought it was good to ask around here because it might be the question of some. Recently I started to delve...
asked by 07.06.2018 / 14:10
0
answers

Get value from a select angle

Good morning! I need to get a value from a select to get pass the value to the other, however I am new to angular and html ... Select code: <div class="col-md-3"> <select class="form-control" > <option selected&...
asked by 07.06.2018 / 14:03
1
answer

Several non-angular dependent requests

Hello, I'm doing an angular process, in the 'ngOnInit ()' method, where I need to perform 3 HTTP methods, which are asynchronous. one depends on the other's response. for example: 1st call: get a token 2nd call: it will only happen after t...
asked by 12.06.2018 / 16:07
1
answer

Collection "@ angular / material" can not be resolved

I'm starting with angular and I ended up with a very strange error when trying to execute the command: ng generate @angular/material:material-nav --name nav-menu It apprehends me the following satck: Collection "@angular/material" cannot...
asked by 27.06.2018 / 19:19
0
answers

Update the angular cli within the project

Good afternoon, guys. I'm trying to update the Angular cli in a project. 1. I updated the Angular globally "npm install -g @ angular / cli" updated to Angular 6.0.8. 2. I tried to update the angle of the project. At the root of the project gave...
asked by 27.06.2018 / 21:29
1
answer

Non-angular deployment with IIS server

Hello, I posted an angled application on an IIS server, and when I try to access the URL defined on the server I get the following error: Error Displayed: "Can not match any routes. URL Segment: 'TestDrive'" I do not know what to d...
asked by 15.06.2018 / 17:06
0
answers

Angualar JS translate and dynamic elements?

I'm using AngularJS to create a multi-lingual site, but I'm having problems with dynamically created elements. var app = angular.module('myApp', ['pascalprecht.translate']); app.config(function($translateProvider) { $translateProvider.tra...
asked by 14.06.2018 / 16:23
0
answers

Load component dynamically with angle 6

I need to load components dynamically, I am using jsPanel to create a window and would like to pass which module will be created inside this window. It is possible to do this, below code snippet, openWindow is called from a button, my-component...
asked by 20.05.2018 / 15:26
0
answers

Error passing json value from web api to ngfor

This is the error you are making when making the api call. Do you think this is something at the end of the api or receiving it on my other project?    ERROR Error: Can not find a supporting object '[object Object]'   of type 'object'. NgFor...
asked by 05.06.2018 / 13:48
1
answer

Redirect before logging in - Angular

I have a login screen, with the total "/ authentication / login". How to do angular when the user enters the system, it goes straight to this route? After logging in if he entered this route, it always validates and if the user has logged...
asked by 16.05.2018 / 15:38