Questions tagged as 'angular'

0
answers

How to create routes in an ionic application using google maps?

I'm developing an ionic application that has the following functionality ... Take the user's current location and the location of an item in the list (Let's say it's a mall) and create a route between the user and the mall. I have no idea how...
asked by 31.05.2018 / 06:05
2
answers

How to pass values created by ngFor as function parameter Ionic 3 + Angular + Firebase?

It's my first time asking in the forum so if I'm doing something wrong please correct me. I have the following excerpt from my HTML page: Request: <ion-list *ngFor = "let p of produtos | async"> <ion-input type = "text" [...
asked by 31.05.2018 / 08:21
1
answer

Problem implementing Angular editing

Look at the image below; Clickingeditinadditiontobeingdirectedtotheeditpagewastoloadtheform,howevertheformisnotloading,andseehowitis. Itwastostaylikethis; Idonotknowwhat'sgoingwrong,Ineedhelp.Thisisthemethodintheclassofservices.editEvento(to...
asked by 04.06.2018 / 18:12
1
answer

Localhost

I can not link Angular in my project. This is my Structure: IdownloadedtheAngularviaBowerandtolinkitIusedthefollowingScriptinmyViewssrc="../../../ bower_components / angular / angular.min.js" script > But when I'm going to do a simp...
asked by 05.06.2018 / 18:09
0
answers

Error importing css class using Angular

But with a problem with that, I created an angled project and imported the html and css of a page I already had. A warning appears and the classes have this problem do not use the class. If they can help, thank you. Follow the problem print...
asked by 05.06.2018 / 16:57
0
answers

Error: Uncaught TypeError: Object (...) is not a function

I'm developing an application using Cordova + Ionic + Angular, however I have the following problem. Suddenly I started giving the following error in Chrome:   Uncaught TypeError: Object (...) is not a function       at Object. (ngx-echarts.j...
asked by 28.05.2018 / 14:51
0
answers

Show table only if angular elements 2+

I have the following table: <table class="table table-bordered"> <thead> <tr> <td>Nome</td> <td>Email</td> <td>Data</td> <td>Status</td>...
asked by 25.05.2018 / 19:43
0
answers

Error 404 angular page

angular project error 404 When you refresh the page it does not find the files. error: failed to load resource: the server responded with a status of 404 scripts.d0a977ac216f5f3f1a16.js runtime.6afe30102d8fe7337431.js main.0e2f817b6b1f4...
asked by 30.05.2018 / 20:41
1
answer

Create Dynamic HTML Elements in Angular 2

Good morning! I'm new to Angular 2 and I'm setting up a personal improvement project for a blog. This "p" tag gets my text <!-- Post Content --> <p id="post-aux">{{post.Texto}}</p> I get the content of the te...
asked by 25.05.2018 / 14:02
1
answer

Click outside Angular 6

I updated my Angle from 4 to 6, and consequently I had a problem with my click outside policy, it stopped working on all the components. My policy: import { Directive, Output, EventEmitter, ElementRef, HostListener } from '@angular/core';...
asked by 25.05.2018 / 14:36