Posts by israel • 23 points
6 posts
-
1
votes1
answer37
viewsQ: Formgroup.Valid starting as true IOINIC V3
I am trying to validate a form that only receives a parameter, in this form I have a search button that should only be enabled after typing at least 5 letters, but is going wrong, pq the button…
-
-1
votes1
answer55
viewsQ: Enable "search" button only after user type 5 letters - IONIC V3
I have a select that returns 73,000 records, so I’m filtering it, but I need this filter to have at least five letters when searching. Translating: I need that in real time the "search" button is…
-
0
votes1
answer177
viewsA: how to load the app.component.ts only after logging in
Just to put on record how I did to reolver .. I used Ionic Events, On my first screen that is loaded after login I put: ngOnInit():void{ this.events.publish(configHelper.Events.atualizacaoUserMenu,…
-
-2
votes1
answer177
viewsQ: how to load the app.component.ts only after logging in
I am creating a menu for my application Ionic 3, and I came across the following problem: In this menu I bring data from the user coming from the database, these data I load in the app.component.ts,…
-
0
votes0
answers56
viewsQ: Relationship with Mongodb
I am using populate to create relationship with mongoDB, in case I have clients and projects, both belonging to the logged-in user, and being the project belonging to a client, my doubt is that to…
-
0
votes4
answers1230
viewsQ: Put smooth transition with Javascript
I created an expandable div with Javascript, but I would like it to open more smoothly. How could I add a Transition to that? Follows the code: TS: toggleDiv(divid){…