Roger Urscheler
Roger Urscheler
https://github.com/mawie81/electron-oauth2/issues/27
In my case I get 'will-navigate' and a 'did-get-redirect-request' which means ```onCallback``` is called a second time. Resolving a promise a second time does not harm, but the window is...
Quasar components such as q-date use the quasar.lang.date (language pack) to determine whether to use 24h format, or starting day of the week. It would be great if the calendar...
Added circuit.com to the site built with Angular. Note that the circuit.com portal site is not Angular, the actual application shown in the image is.
Angular 4 app. Using cordova.plugins.browsertab to open oauth login page. When oauth flow is complete and redirected to custom url, the MyApp constructor (and platform.ready) is called before handleOpenURL. ```...
Add support for @hideconstructor. Remove constructor when this JSDoc attribute is defined on a class.
Do you know why the same element cannot be included twice on the index.html page? E.g. ``` ``` The component is only shown once.