From 18c48ce20a8204b5ac2908820323494b7657772b Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 21 May 2025 09:56:06 +0530 Subject: [PATCH] Update create-a-routing-sample.md --- ej2-angular/grid/how-to/create-a-routing-sample.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-angular/grid/how-to/create-a-routing-sample.md b/ej2-angular/grid/how-to/create-a-routing-sample.md index e49044de8d..9680a0ebb3 100644 --- a/ej2-angular/grid/how-to/create-a-routing-sample.md +++ b/ej2-angular/grid/how-to/create-a-routing-sample.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -## How to use angular routing +# How to use angular routing Angular routing is a feature of the Angular framework which facilitates the control of navigation within a single-page application (SPA). It provides a mechanism for managing navigation between different components or views within an application.