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
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: