docs(zone.js): fix table formatting in markdown (#38723)
PR Close #38723
This commit is contained in:
parent
d9da7e5a18
commit
1d9873c44c
|
@ -61,6 +61,7 @@ Below is the full list of currently supported modules.
|
||||||
|crypto|NodeJS patch crypto function as macroTask|__Zone_disable_crypto = true|
|
|crypto|NodeJS patch crypto function as macroTask|__Zone_disable_crypto = true|
|
||||||
|
|
||||||
- Test Framework
|
- Test Framework
|
||||||
|
|
||||||
|Module Name|Behavior with zone.js patch|How to disable|
|
|Module Name|Behavior with zone.js patch|How to disable|
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
|Jasmine|Jasmine APIs patch|__Zone_disable_jasmine = true|
|
|Jasmine|Jasmine APIs patch|__Zone_disable_jasmine = true|
|
||||||
|
@ -147,4 +148,4 @@ the following APIs should be patched, otherwise Angular may not work as expected
|
||||||
2. timer
|
2. timer
|
||||||
3. on_property
|
3. on_property
|
||||||
4. EventTarget
|
4. EventTarget
|
||||||
5. XHR
|
5. XHR
|
||||||
|
|
Loading…
Reference in New Issue