ngx-mat-menu-hover 1.0.2 → 1.0.3
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,5 +37,8 @@ Since the directive is marked as standalone you can directly import it into a mo
|
|
|
37
37
|
## Known issues
|
|
38
38
|
- Currently it is not possible to nest menus. It will only work with single-level mat-menus.
|
|
39
39
|
|
|
40
|
+
## If you like my work, you can
|
|
41
|
+
[](https://www.buymeacoffee.com/gamekohl)
|
|
42
|
+
|
|
40
43
|
## License
|
|
41
44
|
This project is licensed under the MIT License - see the LICENSE file for details.
|