Kevin Boosten
Kevin Boosten
Auth0 and Azure B2C do support this flow. But at the moment I need it for a client that has its own identity provider. They use the password grant for...
@nguyentk90 I guess you are manually tracking screens in your app. By default Firebase will track screens automatically, but does it even make sense in an Ionic + Capacitor because...
Pasting, like credentials, doesn't work either.
Hi @joshdholtz `--bundle` is no valid argument as @andrey3diq mentioned. So the command you are using is the right one. Here you see the Ionic v3 docs regarding Cordova builds:...
Check the announcement from @cgross 👍: There is a new generator for Angular 1.5, Webpack, npm, SASS, and ES6. Check it out here: https://github.com/cgross/generator-cg-angular15
`# Workaround to use older build-tools on Github virtual-environments # See: https://stackoverflow.com/a/68488745/2087831 - run: $ANDROID_SDK_ROOT/tools/bin/sdkmanager --uninstall 'build-tools;31.0.0' name: Remove build-tools version 31 ` this works in the Fastlane + Github...
I had the same issues with some missing html templates when using ngTable with Webpack 2.2. Importing the ngTable module from the /bundles directory seems to be working properly. But...
@mishacucicea @Danieler npm install should work again without issues, please verify by installing angular-bootstrap-multiselect via the master branch: ` "dependencies": { "angular-bootstrap-multiselect": "git+https://github.com/bentorfs/angular-bootstrap-multiselect.git#master" }`
https://github.com/esvit/ng-table/issues/917 worked "fine" for me.
Hi @eknowles, I already started on enabling ui-router support a couple of months ago. Maybe we can continue on my fork to complete it together (https://github.com/Boosten/generator-cg-angular15)