ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
576 stars 83 forks source link

feat: remove deprecated computedFrom and computedAsync #343

Closed eneajaho closed 4 months ago

eneajaho commented 4 months ago

BREAKING CHANGE: computedFrom and computedAsync are removed, ng update ngxtension should update all usages to use derivedFrom and derivedAsync

sysmat commented 4 months ago

is there a migration script for this?

sysmat commented 4 months ago

npx ng update ngxtension@latest

this do nothing, computedAsync is just marked as depricated

sysmat commented 4 months ago

I see, the problem was I updated ncu -u before running ng update ngxtension@latest