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
node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(20,9): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(21,9): error TS1086: An accessor cannot be declared in an ambient context.
I was hoping ngx-text-diff would work with Angular >= 6.
The text was updated successfully, but these errors were encountered:
@lichtin 0.6.0 was released to support Angular 9 upgrade if you are still using Angular 6/7, then it would be better to stay at version 0.5.0.
And yes, the 'peerDependencies' should be updated to reflect the same, I have opened an issue for it #49.
I don't see this as a solution imho.
ngx-text-diff should support Angular 6 and higher, there's no reason to restrict support to Angular 9 only.
ngx-text-diff does not require any particular features specific to Angular 9.
I was hoping ngx-text-diff would work with Angular >= 6.
The text was updated successfully, but these errors were encountered: