-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I'm submitting a
Bug report
Current behavior
I am getting an error indicating that the EditableModule is not exported from @ngneat/edit-in-place. I am on @ngneat/edit-in-place version 1.9.0 and using Angular 17.
Expected behavior
As in the documentation https://www.npmjs.com/package/@ngneat/edit-in-place, I should be able to import the EditableModule from "@ngneat/edit-in-place"
Minimal reproduction of the problem with instructions
In Angular 17 app.component.ts, with @ngneat/edit-in-place version 1.9.0 installed:
import { EditableModule } from '@ngneat/edit-in-place';
Typescript error: Module '"@ngneat/edit-in-place"' has no exported member 'EditableModule'.ts(2305)
And ng serve fails
The library is installed and my app is otherwise working, as I have been able to import individual directives and the EditableComponent from @ngneat/edit-in-place
What is the motivation / use case for changing the behavior?
No response
Environment
No response