Skip to content

Conversation

@rinturaj
Copy link
Owner

[update] Version bumped to 2.0.0 .

feat(compat):
support Angular 13–17, add NgModule wrapper and refactor component

  • Relax peerDependencies to ">=13.0.0 <18"
  • Convert [NgxSimpleDatatablesComponent] to non-standalone for Angular <=13 compatibility
  • Add [NgxSimpleDatatablesModule] declaring/exports the component
  • Export the module from [src/public-api.ts]
  • Update example app to import [NgxSimpleDatatablesModule] instead of the component
  • Build verified for the library

BREAKING CHANGE: The component is no longer standalone. Consumers should import NgxSimpleDatatablesModule instead of importing the component directly.

…r component

- Relax peerDependencies to ">=13.0.0 <18"
- Convert [NgxSimpleDatatablesComponent] to non-standalone for Angular <=13 compatibility
- Add [NgxSimpleDatatablesModule] declaring/exports the component
- Export the module from [src/public-api.ts]
- Update example app to import [NgxSimpleDatatablesModule] instead of the component
- Build verified for the library

BREAKING CHANGE: The component is no longer standalone. Consumers should import [NgxSimpleDatatablesModule](NgModule) instead of importing the component directly.
@rinturaj rinturaj merged commit ad1486b into main Aug 30, 2025
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

Successfully merging this pull request may close these issues.

2 participants