Skip to content

Commit

Permalink
enhance - README
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Balet committed Oct 11, 2023
1 parent 38d0d15 commit b42dddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @ngx-href [![npm version](https://img.shields.io/npm/v/ngx-href.svg)](https://www.npmjs.com/package/ngx-href)
A library that allows href to understand Angular's router while retaining its default functionality.

[![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/widness)

A library that allows href to understand Angular's router while retaining its default functionality.
1. Use `router.navigate()` for [internal link](#angular-routing)
2. Support scroll with the `#` attributes and let you configure the [scrolling logic](#scroll-logic)
3. Automatically append `rel="nooepener"` & `target="_blank"` to external link [if wished so](#installation)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-href",
"version": "16.0.1",
"version": "16.0.2",
"license": "MIT",
"author": "Raphael Balet",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion projects/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @ngx-href [![npm version](https://img.shields.io/npm/v/ngx-href.svg)](https://www.npmjs.com/package/ngx-href)
A library that allows href to understand Angular's router while retaining its default functionality.

[![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png)](https://www.buymeacoffee.com/widness)

A library that allows href to understand Angular's router while retaining its default functionality.
1. Use `router.navigate()` for [internal link](#angular-routing)
2. Support scroll with the `#` attributes and let you configure the [scrolling logic](#scroll-logic)
3. Automatically append `rel="nooepener"` & `target="_blank"` to external link [if wished so](#installation)
Expand Down
2 changes: 1 addition & 1 deletion projects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-href",
"version": "16.0.1",
"version": "16.0.2",
"license": "MIT",
"author": "Raphael Balet",
"maintainers": [
Expand Down

0 comments on commit b42dddf

Please sign in to comment.