ngx-material-navigation 20.0.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/fesm2022/ngx-material-navigation.mjs +300 -130
- package/fesm2022/ngx-material-navigation.mjs.map +1 -1
- package/index.d.ts +95 -18
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@ Supports nested menus and brings functionality which allow you to extract angula
|
|
|
7
7
|
# Table of Contents
|
|
8
8
|
- [NgxMaterialNavigation](#ngxmaterialnavigation)
|
|
9
9
|
- [Table of Contents](#table-of-contents)
|
|
10
|
-
- [Requirements](#requirements)
|
|
11
10
|
- [Basic Usage](#basic-usage)
|
|
12
11
|
- [Define your configuration](#define-your-configuration)
|
|
13
12
|
- [Extract the angular routes](#extract-the-angular-routes)
|
|
@@ -19,8 +18,6 @@ Supports nested menus and brings functionality which allow you to extract angula
|
|
|
19
18
|
- [Use it in your routes](#use-it-in-your-routes)
|
|
20
19
|
- [NavRoute](#navroute)
|
|
21
20
|
- [NgxMatNavigationNotFoundComponent](#ngxmatnavigationnotfoundcomponent)
|
|
22
|
-
# Requirements
|
|
23
|
-
This package relies on the [angular material library](https://material.angular.io/guide/getting-started) to render its components.
|
|
24
21
|
|
|
25
22
|
# Basic Usage
|
|
26
23
|
## Define your configuration
|