docs(aio): remove invalid nav item (#23175)
The `custom-elements` guide page was renamed to `elements` in ff34d5ea7
.
That commit also added a new nav item for the renamed file, so this item is
no longer valid.
PR Close #23175
This commit is contained in:
parent
5b6e59cfb3
commit
6dd8f6efe4
|
@ -462,11 +462,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"url": "guide/custom-elements",
|
|
||||||
"title": "Custom Elements",
|
|
||||||
"tooltip": "Using Angular Components as Custom Elements."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Service Workers",
|
"title": "Service Workers",
|
||||||
"tooltip": "Angular service workers: Controlling caching of application resources.",
|
"tooltip": "Angular service workers: Controlling caching of application resources.",
|
||||||
|
|
Loading…
Reference in New Issue