pookdeveloper
pookdeveloper
Same problem here login not finish 
I have solved it by doing the normal login with a cypress command. I leave an example: the important thing is to use cy.origin My env: ```` env: { URL:...
The project is closed?
please add option to remove always
+1 i need multiple variants of date formats
i need a function to open panel manually, thanks
Same problem here
I have this solution for wait asyncValidatos: ``` typescript const asyncValidationObservables = this.formUtilsService.validateRecursiveForm(this.form); this.formUtilsService.getObservableValidations(asyncValidationObservables).subscribe((results) => { if (this.form.valid) { // do something } }); validateRecursiveForm(abstractControl: FormControl | FormGroup | FormArray...
Yes i have it. I follow this instruccions https://auth0.com/docs/quickstart/native/ionic2 Yo can check my example here: https://drive.google.com/file/d/0B-dPjNL8f-MsQ0phenB2NUxBMGc/view?usp=sharing Thanks!!
Thankssss its work!