roldengarm
roldengarm
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X ] feature request ``` ### OS...
**Describe the bug** On the vertical bar chart, when the barPadding is set to 0, it becomes obvious that the bars don't exactly align at the bottom. **To Reproduce** See:...
# Bug Report #### What is the expected behavior? fxLayoutAlign and media queries work regardless of production or development build mode, immediately without resizing the window. #### What is the...
**Is your feature request related to a problem? Please describe.** We have a C# API, and end-to-end tests in a test project that do e2e tests against a running API...
I've configured the recommended content-security-policy, and then I'm getting this error: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.   Our CSP is configured...
This is my service: ```` @CookieStorage({key: 'iso-language'}) private _isoLanguage: string; public getIsoLanguage() { return this._isoLanguage; } public setIsoLanguage(language: string) { this._isoLanguage = language; } ```` When I run setIsoLanguage('test') it...
> Transactable SaaS apps are only purchasable using a work or school account. If you want to sell your app to Microsoft account-based users, you should consider implementing your own...
_The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply_ ### Issue I'm trying to update the...
## Details **Recipe Page**: [bootstrap](https://storybook.js.org/recipe/bootstrap) **Recipe Template**: [bootstrap](https://github.com/storybookjs/frontpage/blob/main/src/content/recipes/bootstrap.md) **Browser**: ## What is wrong When I add `import 'bootstrap/dist/css/bootstrap.min.css';` to preview.ts, I get below error: ``` preview compiled with 1 error...
### Current Behavior I'm trying to convert from a standalone repo to a mono repo using [this](https://nx.dev/recipes/tips-n-tricks/standalone-to-integrated) documentation, but it's failing both using the nx command as well as the...