From 196bfa8fae6b7da9df2601a400164e35e45cefd6 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 30 Jun 2020 11:19:03 -0700 Subject: [PATCH] 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 --- aio/content/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index cc80b5cd4d..5c40dc968f 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -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." } ] },