Ronnie Henriksen Laugen
Ronnie Henriksen Laugen
I'm currently using api-mock for a project, and I've found a lot of stuff I absolutely love about it. However, I recently implemented a PUT operation where I want it...
**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...
**Describe the bug** When trying to lazy load a component using NgxChartModule, the below error is thrown and tooltips are not working > ERROR NullInjectorError: R3InjectorError(AppModule)[InjectionService -> InjectionService -> InjectionService]:...
I'm trying to create a select drop down that populates based off of an http request. Relevant code is `public clients: any[] = [];` ``` ngOnInit() { this._clientListService.getClients() .subscribe(res =>...
**Describe the solution you'd like** I would love to have a demonstration of best practice ™️ on how to implement virtual scrolling in the React table, as we often have...
The easee integration is being changed from services to action commands; I got this error message when I tried clicking the Start button in your card. 
(Quick note: I'm not 100% if this is the right repo for this, as I'm not 100% sure if the error is here or with the language server (or something...
Today the Chip element can only be either active, error or "neutral", which is a bit limiting. I would like to have "all" the interactive colors as variants, e.g: ```tsx...
### Provide a general summary of the feature here Our users are from multiple countries around the world but when they are travelling and work on different locations, there are...
### Provide your feedback here. By default, react-aria's [useDefaultLocale](https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/i18n/src/useDefaultLocale.ts) falls back to using the language from the browser. This leads to a discrepancy between a native` ` and what we...