-
### Requirements before reporting
- [X] No duplicated [issue](https://github.com/scania-digital-design-system/tegel/issues) reported.
- [X] I have checked the latest version if the bug exist there. S…
-
This is an incorrect type definition for TranslationStrings
https://github.com/carbon-design-system/carbon-components-angular/blob/7967695ff011a0e42761f4fcf766820bdd2e1bef/src/i18n/i18n.service.ts#L…
-
### Describe the bug
With Angular 18.2.8 and primeNG 17.18.11, if I have a `p-dropdown` using `virtualScroll` in a `Dialog` component which also includes a `TabMenu`, the scroll bar does not work pro…
-
#### Is this a bug, enhancement, or feature request?
Bug
#### Describe your proposal.
Expanding a row should not misalign the below rows.
#### Can you handle that on the application side
…
-
## 📇 User story
As a developer that uses Angular, I want to ensure that GCDS components work with Angular, so that I am confident that the product will work for my project.
As a GCDS developer, I …
-
The v18 did bring a big breaking change not mentioned in the changelog and a change not reflected in the documentation.
https://angular-split.github.io/documentation#:~:text=this.ngZone.run(()%20%3…
-
### Describe the bug
I have my access_token stored as a cookie in my angular v18 SSR app.
ngx-cookie-service-ssr logs correctly the cookies on the browser but an empty object on the server.
…
-
### Describe the bug
When using an accordion component with a loop to generate tabs, clicking on the first tab triggers OnInit multiple times (equal to the length of the array) and renders all tabs…
-
### Describe the bug
```
@if (true) {
example
}
```
Using conditional output anywhere in the template will result in the error below.
This was in…
-
### Describe the bug
Given a component as such:
```html
{{ counter }}
```
With the following onClick handler:
```ts
counter = 0;
onClick() {
this.counter++;
}
```
### Environment
…