-
When we upgraded to Angular 13, the package is now listed under Processing legacy "View Engine" libraries. Do you have any plans to upgrade it to Ivy?
-
This message is showed into angular shell, during the build
![image](https://user-images.githubusercontent.com/6096678/141265962-3d7e27d9-7466-481b-bdae-f52dbf2b98b5.png)
-
### Describe the bug
Angular app fails on start with error `Class constructor ErrorHandler cannot be invoked without 'new'`
### Steps to reproduce
1. Have in app.module setup like in document…
-
### Which @angular/* package(s) are the source of the bug?
forms
### Is this a regression?
No
### Description
Everything can found here :
https://stackblitz.com/edit/angular-ivy-pas…
-
### Code of conduct
- [X] I agree to follow this project's code of conduct.
### Description of issue
When attempting to import a component into my Angular project via `import { Switch } from '@spec…
-
Hii
i am trying to use this plugin with ivy. but it is giving me the following error. while installing in my application on angular 9 version.
This likely means that the library (ngx-monaco-ed…
-
This is happening with version 0.6.2, i'm using Angular 9
```
Error: Tried to write node_modules/angular2-query-builder/dist/angular2-query-builder/lib/query-builder/query-operator.directive.d.ts.…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [ x] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
Angular: 16
### Repro steps.
…
-
'DiffMatchPatchModule' does not appear to be an NgModule class.(-996002)
diffMatchPatch.module.d.ts(2, 12): This likely means that the library (ng-diff-match-patch) which declares DiffMatchPatchModul…
-
Hi,
I'm using Angular 9 with Ivy enabled and ngx-drag-to-select 4.0.0.
When I select 2 or more items (either dragging or ctrl + click) I cannot deselect them anymore.
However, if I disable Ivy…