Questions tagged as 'angular'

1
answer

Angular - Browser does not update after changes in code

I'm using Angular (version 4) and my code changes do not cause an automatic build of the application. The default is to make the changes in the code and already give the automatic build, as you get started from Angular itself. This is my a...
asked by 23.03.2018 / 03:39
1
answer

How to implement a bootstrap menu in an Angular project?

I put the following code and it did not work; <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="#">WebSiteName</a>...
asked by 23.03.2018 / 16:54
1
answer

How do I load a loader over the divs in angle2

I'm trying to implement a loader on an angled project while requesting the request. but I'm not able to position it in the center of the screen overlapping the other divs ... look how it is getting, only a tip of it appears in the image and abov...
asked by 01.04.2018 / 22:30
1
answer

Angular validate password field with FormGroup

I have the following code: TS Code: ... onRegisterForm: FormGroup; ngOnInit() { this.onRegisterForm = this._fb.group({ nome: ['', Validators.compose([ Validators.required ])], email: ['', Validators.co...
asked by 14.03.2018 / 16:37
1
answer

How to work with currentLength in Angular 4?

My goal is to have an implementation that the user start typing to be shown in real time a validation message the count of the characters being typed, being that I do not know how to do this, I know there is the currentLength I've created a...
asked by 15.03.2018 / 12:12
1
answer

Error creating animation between routes using Angular 5

I'm making an application that uses the most current Angular (v5) structure. I had already done the BrowserAnimationsModule implementation in previous versions and I had no problems but unfortunately I can not create this animation. My co...
asked by 31.03.2018 / 06:54
1
answer

Include angular sass 5

What better way to set SASS in angle 5, and there is some specific implementation to organize it into the project.     
asked by 02.03.2018 / 01:22
1
answer

How to pass items from an [object Object] to the parent json

Hello, the server is returning me the following json this.itens = { id: '', data: '', hora: '', cliente:{ nome: '', cpf: '' } } I need the client data not to be in a second json but in a field ex clienteNome: ''...
asked by 24.06.2018 / 23:55
1
answer

Nodejs ignore request POST made by Angular

Context: I'm using a virtual machine, ng serve is running on port 4200, and nodejs on port 8024, when I try to send data to the server nothing happens, the part of the angle is apparently error-free. When I use postman to send a...
asked by 24.06.2018 / 21:57
2
answers

Why is h1 tag not generating a new line?

$scope.html = [{ "name": "teste", "data": [{ "tag": { "name": "h1", "text": "Titulo 1", "colValue": "" } }, { "tag": { "na...
asked by 16.03.2018 / 19:40