-
**Describe the bug**
**This bug only happens when setting the path in tsconfig.json to the source files of the library instead the dist file**
To make an Angular library works smoothly with the …
-
I'm looking for a simple way to `initializeApp` later inside of the `app.component.ts` NOT in my `app.config.ts`. I need to do this because of my current app implementation and requirements...
Curr…
-
### Description of the bug
Testing standalone components with nested components that use the new viewChild signal feature is currently not possible if the nested component should be mocked.
I'm …
-
**Describe the bug**
In the dspace-angular codebase, some older components have a hardcoded pagination parameter of:
```
elementsPerPage: 9999
```
or
```
pageSize: 9999
```
or
```
element…
-
### Which @angular/* package(s) are the source of the bug?
platform-browser
### Is this a regression?
No
### Description
when hydration is enabled and a component uses `ngTemplateOutlet` to rende…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Actual Behavior
Some components toggle the h…
-
### Describe the bug
We are having 2 big issues with the dropdown component that started with version 16.x.
In version 15.x, you could expand a dropdown and type a single character and the dropdow…
-
![image](https://user-images.githubusercontent.com/93314191/178149080-e394ef8e-5294-4766-831b-0a8af8dba0a1.png)
These are the two libraries used -
import * as SurveyKo from "survey-knockout";
imp…
-
### Is this a regression?
Yes
### Description
I began migrating my application to standalone components and I've run into issues overriding various imports.
I have an example with overridi…
-
**Is your feature request related to a problem? Please describe**
The calendar library currently offers three versatile views: Month, Week, and Day. These views are excellent for most schedulin…