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:
Pete Bacon Darwin 2018-04-04 21:09:15 +01:00 committed by Alex Rickabaugh
parent 5b6e59cfb3
commit 6dd8f6efe4
1 changed files with 0 additions and 5 deletions

View File

@ -462,11 +462,6 @@
}
]
},
{
"url": "guide/custom-elements",
"title": "Custom Elements",
"tooltip": "Using Angular Components as Custom Elements."
},
{
"title": "Service Workers",
"tooltip": "Angular service workers: Controlling caching of application resources.",