@o3r/routing
Version:
This module helps you to configure an Otter application's routing (POST parameter management, preloading strategy, guard recommendation).
30 lines (20 loc) • 1.04 kB
Markdown
<h1 align="center">Otter routing</h1>
<p align="center">
<img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main/assets/logo/otter.png" alt="Super cute Otter!" width="40%"/>
</p>
This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/otter/tree/main/docs/core/MODULE.md).
<br />
<br />
## Description
[](https://www.npmjs.com/package/@o3r/routing)
[](https://www.npmjs.com/package/@o3r/routing)
This module helps you to configure an Otter application's routing
(POST parameter management, preloading strategy, guard recommendation).
## How to install
```shell
ng add @o3r/routing
```
> [!WARNING]
> This module requires [@o3r/core](https://www.npmjs.com/package/@o3r/core) to be installed.
## Description
Find more information in the [documentation](https://github.com/AmadeusITGroup/otter/tree/main/docs/routing/).