Posts by Bruno Sousa • 110 points
6 posts
-
0
votes1
answer715
viewsA: Centralize Icons in mobile - Css + Html
Centralize mode 1: (each in its line) footer{ bottom:0 ; position: initial; padding: 10px 0; height: 78px; right:0; left:0; text-align:center; } footer li {text-align:center;} ----------…
-
0
votes1
answer61
viewsQ: Export Angular input value
Good night, you guys. In Angular 6, I have the following code: import { Component, OnInit } from '@angular/core' import { FormGroup, FormBuilder } from '@angular/forms'; @Component({ selector:…
-
0
votes4
answers741
viewsA: how to calculate the amount of days with date input?
// Creditos: https://stackoverflow.com/questions/2627473/how-to-calculate-the-number-of-days-between-two-dates var umDia = 24*60*60*1000; // horas*minutos*segundos*milisegundos var dataEntrada = new…
-
3
votes2
answers83
viewsA: Httpclient at Angular 4
After a little more research and carefully handles the A4 documentation, solved with: (...) import { END_API } from '../app.api' import 'rxjs/add/operator/map' @Injectable() export class…
angularanswered Bruno Sousa 110 -
2
votes2
answers83
viewsQ: Httpclient at Angular 4
Guys, I need help with Angular 4... I need to consume an api (json-server)... for testing, I put the content of Json directly in the code, as below... but now I need to replace it with the address…
angularasked Bruno Sousa 110 -
4
votes1
answer355
viewsQ: Create angular design without using angular-cli
Good night, my dear. Can someone give me instructions (or links to articles) on how to create a project at angular 4 from scratch, without using angular-cli? I am a language beginner and need to…
angularasked Bruno Sousa 110