Velin Kerkov
Velin Kerkov
Hello, Great library, easy to use and import. My only problem is the rotation of the Menu icon ... is there a way to either stop it or make it...
Hello, How to include this module not in the AppRoot module but as part of a SharedModule ( feature module ) which is then loaded in the AppRoot module. Here...
Hello, I would like to create the same graph as the one in this fiddle: http://jsfiddle.net/mp3por/LhLbu5j6/ However using the same configuration object in my angular code does not produce the...
Hello, Thank you for creating this awesome library. I am writing a SailsJS application which uses `passport` and `oauth2orize` to handle API authentication. In my app I would like to...
exposing details to onRegionChangeComplete
You are passing a wrong parameter to onRegionChangeComplete from the MapView. It has to be const details = { isGesture }; but you are passing an array of markers. Please...
How to set the autocomplete initial value. UseCase - I use the autocomplete component when a user wants to select his address. Once I know his address he can always...
As per documentation of [runtime.sendMessage](https://developer.chrome.com/docs/extensions/reference/api/runtime#method-sendMessage) and [tabs.sendMessage](https://developer.chrome.com/docs/extensions/reference/api/tabs#method-sendMessage) the methods have a 4th parameter `callback`. At the moment this parameter is missing from the types and typescript complains.
I have just copy-pasted the [official chrome extension samples](https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/functional-samples/sample.tabcapture-recorder/offscreen.js) into a typescript project and typescript complains eventhough the code works correctly. tsconfig `{ "compilerOptions": { "strict": true, "target": "es6", "moduleResolution":...
### Build tool Rollup ### Where do you see the problem? - [X] In the browser - [ ] In the terminal ### Describe the bug When I open the...