You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Actually you may want to update the readme as well, as it has the EditModeDirective imported twice: import { EditableComponent, EditModeDirective, EditModeDirective } from '@ngneat/edit-in-place';
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
failsThe 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
The text was updated successfully, but these errors were encountered: