ngneat/edit-in-place

Updating from v1.6.1 to 1.9.0 can't import import {EditableModule} from "@ngneat/edit-in-place";

catapop84 opened this issue · 2 comments

I'm submitting a

Regression (a behavior that used to work and stopped working in a new release)

Current behavior

In 1.6.1 everything is working great.
in 1.9.0 import {EditableModule} from "@ngneat/edit-in-place"; throws error that it can't import the module TS2305: Module  "@ngneat/edit-in-place"  has no exported member  EditableModule

Expected behavior

No response

Minimal reproduction of the problem with instructions

No response

What is the motivation / use case for changing the behavior?

No response

Environment

No response

Hi @catapop84,

I have to update the documentation today.
As the project is now using the Standalone API and there is no additional code update on previous ng addcommand, the new way to add the library is an application will be by installing the dependency directly: npm install @ngneat/edit-in-place.

resolved.