briebug / ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State
https://briebug.gitbook.io/ngrx-auto-entity/
Other
66 stars 12 forks source link

Update to Angular 17 #254

Closed strattonwhisler closed 1 month ago

strattonwhisler commented 1 month ago

Summary:

Updates dependencies for Angular v17.

Changes npm script link to simultaneously link auto-entity and auto-entity-service. Individual linking was leading to one project or the other being linked back to the source directory instead of the dist directory. This lead to module not found errors when running tests.

Moves/Merges index.ts into public_api.ts in auto-entity.

strattonwhisler commented 1 month ago

Closing for testing