docs: restore link to lightweight token page in left nav (#37855)

After recent correction to left nav TOC, the link to this new page was temporarily removed. This restores it to next, because the page is not yet available in stable.

PR Close #37855
This commit is contained in:
Judy Bogart 2020-06-30 11:19:03 -07:00 committed by Alex Rickabaugh
parent 1d5ca55aab
commit 196bfa8fae
1 changed files with 5 additions and 0 deletions

View File

@ -631,6 +631,11 @@
"url": "guide/creating-libraries",
"title": "Creating Libraries",
"tooltip": "Extend Angular by creating, publishing, and using your own libraries."
},
{
"url": "guide/lightweight-injection-tokens",
"title": "Lightweight Injection Tokens for Libraries",
"tooltip": "Optimize client app size by designing library services with lightweight injection tokens."
}
]
},