Questions tagged as 'angular'

0
answers

Call function for template

The validaResposta method is not working, I call it in function but it does not work. My Component: import { Component } from '@angular/core'; import { NavController, ToastController, Button } from 'ionic-angular'; import { FaseProvi...
asked by 23.05.2018 / 05:14
0
answers

What is the correct syntax for JSON.parse () in this case? I'm using TheMovie API for consumption on Ionic

ionViewDidLoad () {     //this.soundTwoNumbers (10.99);     this.movieProvider.getLatesMovies ().       data = >         const response = (date as any);         const object_back = JSON.parse (response._body);         this.list_list = obje...
asked by 14.05.2018 / 01:10
1
answer

Angular ng-repeat asynchronous

I'm using Angular 1.6.10 to show the data of an API, as the search of the data is asynchronous, I believe ng-repeat is executed before the data is loaded: angular .module('appDataPOA', []) .controller('controllerDataPOA', async funct...
asked by 19.05.2018 / 19:01
0
answers

2x, 4x angular report line break

I have a lot of data, and I wanted to go to pdf, but there is a lot of information and I need to break lines for the next pages, and it is necessary to fix the footer and header to repeat. Does anyone have any idea how to do this?     
asked by 11.05.2018 / 20:28
1
answer

Error DatePipe Angular 6

I just updated my application from Angle 5 to Angle 6. When I save a record in the Firebase database using mat-datepicker checking the database I noticed that it is saving the date correctly with timestamp . > Birth date: (July 12, 201...
asked by 18.05.2018 / 18:05
0
answers

Problem with header returned Angular and Ionic

I'm having a problem developing an app with Ionic, and when I request the token on the server it returns a header that has the following argument: Authorization →Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqYWpvc2VAZ21haWwuY29tIiwiZXhwIjoxNTI2MDg1...
asked by 12.05.2018 / 02:41
0
answers

method Object.values () does not work on data source Angular Material

I'm using [Angular Material][1] in a project and need to collect information from a json-server API. I created a property called clubes , it gets the values coming from ClubeService and returns me this way: 0: {.....
asked by 12.05.2018 / 03:39
0
answers

Bootstrap does not work on Angular V-6

I can not use Bootstrap on my page: I installed the 3% version with% on npm install --save bootstrap@3 I put the path: angular.json
asked by 17.05.2018 / 20:26
1
answer

Child component of another component does not load

I configured the routes, but the component does not render when the application initializes. I need the posts component to render within the blog component, and the blog already loads correctly. app.component.html: <app-n...
asked by 10.05.2018 / 04:40
1
answer

Join Angular Projects

I created several angular projects simulating the faces of a system, eg: stock project, financial project, etc. And now I came up with a question, I was going to do a single login system that would check who the user is and direct him to the pro...
asked by 10.05.2018 / 17:06