Skip to content

Commit 7f96890

Browse files
authored
Update README.md
1 parent 63044cc commit 7f96890

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Make sure import the CSS and JS classes in your angular.json file
1414

1515
## HTML FILE
1616

17-
<div #spreadsheet></div>
18-
17+
<pre>
18+
&#60;div #spreadsheet>&#60;/div>
19+
</pre>
1920

2021
## Typescript file
2122

23+
<pre>
2224
import { Component, OnInit, ViewChild, ElementRef, AfterViewInit } from '@angular/core';
2325
import * as jexcel from 'jexcel';
2426
@Component({
@@ -52,4 +54,5 @@ export class JexcelSpreadsheetComponent implements OnInit, AfterViewInit{
5254
minDimensions: [10, 10]
5355
});
5456
}
55-
}
57+
}
58+
</pre>

0 commit comments

Comments
 (0)