Questions tagged as 'angular'

1
answer

Does Angular 2 replace jQuery and AJAX?

With the use of Angular 2, is it still necessary to use jQuery and AJAX or does Angular replace 100% of these 2 technologies?     
asked by 01.09.2017 / 15:37
3
answers

Angular + ASP.NET MVC: Makes sense?

I'm starting to study Angular2. As I'm working a lot with .NET I've decided to do a project with ASP.NET MVC 4 and Angular2. Reading the hello world of the Angular I noticed that the Angular has its own route mechanism, which would in a w...
asked by 10.02.2017 / 03:20
1
answer

Configure ng-bootstrap DatePicker for PT-Br

I'm using a Ng-Bootstrap DatePicker with Angular 2 and I want to put the date format (YYYY / MM / DD) into the format (DD / MM / YYYY) I also need to change the days and months of the calendar to Portuguese. Any ideas how to do this?...
asked by 27.10.2017 / 18:07
1
answer

Login to Angular2

I'm starting to learn angular2 and I'm having a few minor questions about how to login to an application. For example, in php I make a query with the variables I get by post I check if there are, if there is a s...
asked by 03.08.2016 / 17:02
1
answer

Angular Policy Differences

I'd like to know the difference between policy statements. For example: ng-for="" *ngFor="" (o que é esse asterisco?) ngFor="" [ngStyle] I have seen and used these forms, but I have not found the differences.     
asked by 21.02.2018 / 12:38
2
answers

What are the advantages of angled typing?

I would like to enjoy the maximum that Angular can offer. And one of the things I want to understand well is everything what tipagem of Angular helps me at the time of development. I saw that one of the advantages is th...
asked by 01.10.2017 / 17:45
2
answers

What is the command using * ngIf to do a larger and smaller check

I'm using ngIF just to change the color of the object, but I'm needing to create one that results. MediaTotal is less than 70 and greater than 50. What is the correct syntax for doing this: * ngIf="result.MediaTotal
asked by 30.10.2017 / 00:22
1
answer

Concept of Angular

Well, I started studying Angular (2 and 4) and I was a bit lost in a few moments, the component much quoted as something essential confused me a lot. After all what is the concept or what is a component?     
asked by 16.05.2017 / 04:21
1
answer

How to perform a parameter type href on an image using Ionic / Angular Js

I have this code snippet, which shows an image with a CSS above: <img class="imagemCapa" image-lazy-loader="lines" ng-src="{{item.cadastra_oferta_foto}}" /> <div class="promocao"><b>{{item.cadastra_oferta...
asked by 09.08.2017 / 19:24
1
answer

Where and how do I save the API's authentication token?

Hello, I'm having an angled application, which will consume a API . For this to happen, I must send POST to another API , which serves only to generate a token that I will pass on all other requests. My question is this...
asked by 03.05.2018 / 15:49