elliotforbes / ng-diff-match-patch

MIT License
38 stars 15 forks source link

Angular18, 'DiffMatchPatchModule' does not appear to be an NgModule class.(-996002) #63

Open vthogunta opened 1 month ago

vthogunta commented 1 month ago

'DiffMatchPatchModule' does not appear to be an NgModule class.(-996002) diffMatchPatch.module.d.ts(2, 12): This likely means that the library (ng-diff-match-patch) which declares DiffMatchPatchModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

UnknownEnergy commented 1 week ago

I made a fork which works with Angular 18: https://github.com/UnknownEnergy/ng-diff-match-patch