<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

[![Stable Version](https://img.shields.io/npm/v/@o3r/routing?style=for-the-badge)](https://www.npmjs.com/package/@o3r/routing)
[![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/routing?color=green&style=for-the-badge)](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/).
