Browse Source

Document updated

pull/15938/head
masumulu28 3 years ago
parent
commit
79662c203b
  1. 2
      docs/en/UI/Angular/Modifying-the-Menu.md

2
docs/en/UI/Angular/Modifying-the-Menu.md

@ -115,7 +115,7 @@ function configureRoutes(routes: RoutesService) {
```
To get route items as grouped we can use `groupedVisible` (or Observable one `groupedVisible$`) getter methods
- It will return `RouteGroup[]` if there is any group in route tree otherwise it'll return `undefined`
- It will return `RouteGroup<T>[]` if there is any group in route tree otherwise it'll return `undefined`
```js
import { ABP, RoutesService, RouteGroup } from "@abp/ng.core";

Loading…
Cancel
Save