Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with @angular/forms - Is the component compatible with Angular 17? #486

Open
Aileron79 opened this issue Dec 14, 2023 · 0 comments

Comments

@Aileron79
Copy link

I get some funny error messages when using it in my Angular 17 project:

image

In text:

./src/main.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Cannot resolve type entity i6.ReactiveFormsModule to symbol

Error: ../../../node_modules/ngx-bootstrap-multiselect/lib/ngx-bootstrap-multiselect.component.d.ts:2:92 - error TS2307: Cannot find module '@angular/forms' or its corresponding type declarations.

2 import { AbstractControl, ControlValueAccessor, FormBuilder, FormControl, Validator } from '@angular/forms';
~~~~~~~~~~~~~~~~

Error: ../../../node_modules/ngx-bootstrap-multiselect/lib/ngx-bootstrap-multiselect.module.d.ts:7:21 - error TS2307: Cannot find module '@angular/forms' or its corresponding type declarations.

7 import * as i6 from "@angular/forms";
~~~~~~~~~~~~~~~~

Johnson1s added a commit to Johnson1s/ngx-bootstrap-multiselect that referenced this issue Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant