Posts by Israel Goomes • 9 points
3 posts
-
-1
votes1
answer36
viewsQ: Changing the font-size of the field with value coming from the database
Good morning, I get from the database a vrFonte="x" with a value x, this value that comes to me will be the size of the input source, is it possible to make the field assume the size of this source…
-
-1
votes1
answer433
viewsQ: how to upload multiple photos to the Ionic app
Good evening, I am developing an application in which will be saved some photos, I can use the camera and everything works correctly, my doubt is: How to add more than one photo ? Follows my code:…
-
0
votes1
answer41
viewsQ: Error: . toLowerCase() is not Function No Pipe search Ionic3
Good afternoon, I created a pipe to search, but is giving the following error: My code: import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'search', }) export class SearchPipe…