Crocsx (Federico)
Crocsx (Federico)
I believe there is no way to updated the setting once initialized, so this should be the only change required
The attribute `role="combox"` should be set on element when > A composite widget containing a single-line textbox and another element such as listbox or grid, that can dynamically pop up...
In Angular 10, when compiling the project those warning appears : ``` WARNING in C:\Users\****\Documents\Repository\****\node_modules\angular-cesium\__ivy_ngcc__\fesm2015\angular-cesium.js depends on 'geodesy'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see:...
It should be good to upgrade the package so that it use cesium default typing and not angular-cesium special typing for Cartesia3/Cartesian3... also, removing cesium from the window scope `"./node_modules/cesium/Build/Cesium/Cesium.js"`...
Hello, I am trying to use Origin for positioning my `ac-html` ``` HELLO ``` https://stackblitz.com/edit/angular-cesium-demo-arrays-9rzukw the problem is, no matter what you provide to ``` verticalOrigin: Cesium.VerticalOrigin.BOTTOM, horizontalOrigin: Cesium.HorizontalOrigin.CENTER, ```...
Add actionCodeSettings to email verification https://github.com/CSFrequency/react-firebase-hooks/issues/318
Similar to this PR https://github.com/CSFrequency/react-firebase-hooks/pull/217 It looks like ``` const [sendEmailVerification, sending, error] = useSendEmailVerification(auth); ``` Do not allow to pass a `actionCodeSettings` which is kind of annoying when we...