From f4b86bd9d5eb638dd227469c09b2e783153ccf1b Mon Sep 17 00:00:00 2001 From: Sasidharan SD Date: Thu, 13 Jun 2024 00:32:27 +0530 Subject: [PATCH] docs: fix configure routes link (#56415) PR Close #56415 --- adev/src/content/guide/ngmodules/lazy-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/ngmodules/lazy-loading.md b/adev/src/content/guide/ngmodules/lazy-loading.md index 1cd88f6a460..39282f43b5e 100644 --- a/adev/src/content/guide/ngmodules/lazy-loading.md +++ b/adev/src/content/guide/ngmodules/lazy-loading.md @@ -52,7 +52,7 @@ Setting up a lazy-loaded feature module requires two main steps: ### Set up an application If you don't already have an application, follow the following steps to create one with the Angular CLI. -If you already have an application, skip to [Configure the routes](#config-routes). +If you already have an application, skip to [Configure the routes](#imports-and-route-configuration). Enter the following command where `customer-app` is the name of your app: