We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2158a85 commit e64aa5fCopy full SHA for e64aa5f
projects/demo/src/app/app.component.ts
@@ -1,5 +1,5 @@
1
import { Component } from '@angular/core';
2
-import { DiffStyle, DiffFormat } from 'ngx-diff2html/ngx-diff2html';
+import { DiffStyle, DiffFormat } from 'ngx-diff2html';
3
4
@Component({
5
selector: 'app-root',
projects/demo/src/app/app.module.ts
@@ -11,7 +11,7 @@ import en from '@angular/common/locales/en';
11
registerLocaleData(en);
12
13
import { AppComponent } from './app.component';
14
-import { NgxDiff2htmlModule } from 'projects/ngx-diff2html/src/public-api';
+import { NgxDiff2htmlModule } from 'ngx-diff2html';
15
16
@NgModule({
17
declarations: [
0 commit comments