-
### What should be cleaned up or changed?
KubernetesDashboard uses angular v15.x, but angular/material v15.x.x breaks layout. So we uses angular/material v14.2.2 for now.
### Why is this needed?
To…
-
### Background & Context
We tried to update from v3.17 to v3.20 or v3.2.1, but the compile of our Angular app fails. Installing @types/trusted-types 2.0.7 does not change anything.
### Bug
Wh…
-
Hello,
I'm trying to switch over to VideoJS 8.3 at my Angular application, but sadly I cannot load the player anymore:
`import videojs from 'video.js'; `
-> This seems to be working.
This …
-
### With what library do you have an issue?
native-federation
### Reproduction of the bug/regression with instructions
After upgrading to Angular 19, application build did not pass.
`ng build `
…
-
### Checklist
- [X] I've already searched through [existing tickets](https://github.com/fullcalendar/fullcalendar/issues)
- [X] Other people will find this feature useful
### Is this feature for a s…
-
**Describe the bug**
While running tests for the versions listed below, the tests are failing with the error: `Cannot read properties of undefined (reading 'SUBSCRIPTION')`.
Fail location in:
- c…
-
##### **Overview of the feature request**
https://github.com/angular/angular/releases/tag/19.0.0
- standalone is the default.
Dependencies:
- [ ] [ng-bootstrap](https://github.com/ng-bootstrap…
-
When installing angular-eslint with the: ``` ng add @angular-eslint/schematics ``` it creates a eslint.config.js file.
The default config which uses the templateRecommended, templateAccessibility …
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
# 🐞 bug report
### Description
Since ``Angular 19``, components are standalone by default. However, the LS does not seems to take that into account. I've migrated my Angular app to Angular 19 so now…