In my app component, I am sending the following inputs to the html. How do I get all of them in html?
export class AppComponent {
nomeRedeSocial: string = "Minha Rede Social";
linhaDoTempo: string = "Linha do Tempo";
perfil: string = "Pe...
Good afternoon, I'm starting with Angular 2 and I'm having a problem removing the edges of the 8px body, I already tried to include it in the css margin: 0 body tag, but it did not work.
Could you help me?
Here is the body tag that is in m...
I have a field with value formatted with currency 'BRL': true: '2.0-0'. The value it brings me is this way: R $ 500,000,000. I would like to know how I can leave it as follows: 500,000,000.
I'm giving a practiced ionic 2, I'm building a basic app for this, with some interesting functions to study.
I want the user to select two "ion-options" from two different ion-selects, these results (in numbers) are summed and shown in the "i...
I have the following code and I want to use PNotify to give notifications when the user and / or password is incorrect or / and mandatory field is blank. How do I do? Remembering that I'm using ASP.NET MVC and have already referenced the PNotify...
In recent weeks I have been training a lot in angular 2. However, some doubts have arisen in the course of these studies and I would like the help of you for those who know how to heal such doubts. Come on:
Question # 1 - In my studies I have...
After giving Ng build -prod it generates files for distribution, my question is the following how can I do this to publish on a PHP server or any other normal one, because when I try to get the files generated by javascript into putting them in...
I'm trying to create a general method to insert a token into all my http requests. I do not understand much of angular 2 but I did it in the way below:
File generic-service.ts
import {Http, Headers} from '@angular/http';
import {...
Well guys, I'm developing an app with angular2 final version using routes.
I created some files and then came across a route problem.
My component Home is printed 2 times in the browser.
IntheFirebugConsole:
Follow the code...