mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: fix the file naming for the NG05000 error (#55519)
PR Close #55519
This commit is contained in:
committed by
Andrew Kushnir
parent
5a52facef7
commit
ae7af8d23b
@@ -1269,9 +1269,9 @@ const REFERENCE_SUB_NAVIGATION_DATA: NavigationItem[] = [
|
||||
contentPath: 'reference/errors/NG3003',
|
||||
},
|
||||
{
|
||||
label: 'NG5000: Hydration with unsupported Zone.js instance.',
|
||||
path: 'errors/NG5000',
|
||||
contentPath: 'reference/errors/NG5000',
|
||||
label: 'NG05000: Hydration with unsupported Zone.js instance.',
|
||||
path: 'errors/NG05000',
|
||||
contentPath: 'reference/errors/NG05000',
|
||||
},
|
||||
{
|
||||
label: 'NG6100: NgModule.id Set to module.id anti-pattern',
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
| `NG01203` | [Missing value accessor](errors/NG01203) |
|
||||
| `NG02200` | [Missing Iterable Differ](errors/NG02200) |
|
||||
| `NG02800` | [JSONP support in HttpClient configuration](errors/NG02800) |
|
||||
| `NG5000` | [Hydration with unsupported Zone.js instance.](errors/NG5000) |
|
||||
| `NG05000` | [Hydration with unsupported Zone.js instance.](errors/NG5000) |
|
||||
| `NG05104` | [Root element was not found.](errors/NG05104) |
|
||||
|
||||
## Compiler errors
|
||||
|
||||
Reference in New Issue
Block a user