From 27dd3448807a27e299b17458146c240f3e51f524 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 21 May 2025 10:05:26 +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.