Question : I am studying Angular to develop a web application, and I would like to know the best practices […]
Tag: angular
Angle Interceptor 5 does not fire
Question : Follow my code: app.module: import { APP_BASE_HREF } from ‘@angular/common’; import { BrowserModule } from ‘@angular/platform-browser’; import { […]
Angular 6 ngFor
Question : You can explain why the ngFor directive is triggering the “TriggerTest” function twice, and the array called “items” […]
Is it possible to get the user of the firebase through the UID?
Question : Doubt consists of the following problem: I’m having a project using firebase and ionic 3. I am using […]
How to disable XHR messages from loading in production
Question : I have a system developed in Angular language in version 4. The system that generates application build in […]
GroupBy in Javascript
Question : I’m getting the following result from a query: [ { “disciplina”: “Portugues”, “periodo”: “1º Bimestre”, “tipo”: “1ª avaliacao”, […]
Angular Policy Differences
Question : I’d like to know the difference between policy statements. For example: ng-for=”” *ngFor=”” (o que é esse asterisco?) […]
Download File via API + Lumen + Maatwebsite Excel
Question : I have an Angular application 5 that makes a request to the backend made in Lumen 5.6, in […]
Difference between start date and end date with moment js
Question : I need to tell you how much time I have for a certain timer, I have the date […]
What is the .component.spec file used for angular2
Question : I’m using the angular cli in my project, and when generating a component, it automatically creates a .component.spec.ts […]