From 9374dd4d03064b2e8c4c731a278260cada5f0f47 Mon Sep 17 00:00:00 2001 From: Sinan997 Date: Tue, 8 Aug 2023 10:39:05 +0300 Subject: [PATCH] update --- docs/en/UI/Angular/Sorting-Navigation-Elements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/Sorting-Navigation-Elements.md b/docs/en/UI/Angular/Sorting-Navigation-Elements.md index 96a0ccbdb5..e43de96993 100644 --- a/docs/en/UI/Angular/Sorting-Navigation-Elements.md +++ b/docs/en/UI/Angular/Sorting-Navigation-Elements.md @@ -1,8 +1,8 @@ - # Sorting Navigation Elements +This documentation is describing how navigation elements sorted and how you can change this default behaviour. When you want to add `Navigation Element` you can use `RoutesService`. For more info [click here](https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-add-a-navigation-element). -However, in this documentation, we will talk more about how to sort navigation items via the `Routes Service` `order` attribute. +However, in this documentation, we will talk more about how to sort navigation elements via the `Routes Service` `order` attribute. ### Order Property