docs(zone.js): fix typos in NgZone guide code example (#36597)
Fixes #36594 PR Close #36597
This commit is contained in:
parent
ca677481a2
commit
5737e65700
@ -29,8 +29,8 @@ To clarify how changes are detected and values updated, consider the following c
|
||||
```javascript
|
||||
<html>
|
||||
<div id="dataDiv"></div>
|
||||
<button id="btn">updateData<btn>
|
||||
<canvas id="canvas"><canvas>
|
||||
<button id="btn">updateData</button>
|
||||
<canvas id="canvas"></canvas>
|
||||
<script>
|
||||
let value = 'initialValue';
|
||||
// initial rendering
|
||||
|
Loading…
x
Reference in New Issue
Block a user