This commit is contained in:
lic 2017-10-23 11:02:25 +08:00
parent ea37645d08
commit 91134088a1

View file

@ -102,11 +102,6 @@ export class AppDiffComponent implements OnInit {
this.outputHtml = outputHtml; this.outputHtml = outputHtml;
this. this.
} }
export class Diff2HtmlOptionsImpl implements Diff2Html.Options {
constructor(public inputFormat: string) {
}
}
``` ```
in html file in html file
```html ```html