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 2061ce7 commit 23b33faCopy full SHA for 23b33fa
projects/ngx-diff2html/src/lib/ngx-diff2html.module.ts
@@ -4,9 +4,13 @@ import { NgxDiff2htmlComponent } from './ngx-diff2html.component';
4
5
6
@NgModule({
7
- declarations: [NgxDiff2htmlComponent],
+ declarations: [
8
+ NgxDiff2htmlComponent
9
+ ],
10
imports: [
11
],
- exports: [NgxDiff2htmlComponent]
12
+ exports: [
13
14
+ ]
15
})
16
export class NgxDiff2htmlModule { }
projects/ngx-diff2html/src/public-api.ts
@@ -5,3 +5,4 @@
export * from './lib/ngx-diff2html.service';
export * from './lib/ngx-diff2html.component';
export * from './lib/ngx-diff2html.module';
+export * from './lib/ngx-diff2html.model';
0 commit comments