ABenassi87 / ngx-text-diff

A Text Diff component for Angular

Home Page:https://ngx-text-diff.herokuapp.com/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found: Error: Can't resolve 'ngx-text-diff/lib/ngx-text-diff.model'

bharghava52 opened this issue · comments

I am getting this issue while loading
Error: ./src/app/modules/shared/shared-components/step-details/step-details.component.ts
Module not found: Error: Can't resolve 'ngx-text-diff/lib/ngx-text-diff.model' in '/home/codemantra/Documents/bhargh@va/learning/angular/bdd360_Full/stepdef/github/bdd360-springboot/UI/src/app/modules/shared/shared-components/step-details'

import { DiffContent, DiffResults } from 'ngx-text-diff/lib/ngx-text-diff.model';
in the component.
I am currently using
"@angular/common": "^11.2.6",
"@angular/forms": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/cdk": "^11.2.5",