Skip to content

Commit

Permalink
Merge commit 'fa2e2eb423baad2f9ebfdcdb7b90bf806dcc2669'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Feb 29, 2024
2 parents 81b90e9 + fa2e2eb commit 3689462
Show file tree
Hide file tree
Showing 6 changed files with 1,743 additions and 1,460 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @ngx-href
# ngx-href
A library that allows href to understand Angular's router while retaining its default functionality.

![NPM](https://img.shields.io/npm/l/ngx-href)
[![npm version](https://img.shields.io/npm/v/ngx-href.svg)](https://www.npmjs.com/package/ngx-href)
![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-href)
![npm](https://img.shields.io/npm/dm/ngx-href)
![codecov](https://codecov.io/gh/rbalet/ngx-href/branch/master/graph/badge.svg)

A library that allows href to understand Angular's router while retaining its default functionality.
[![codecov](https://codecov.io/gh/rbalet/ngx-href/graph/badge.svg?token=1Z1BJUFQD2)](https://codecov.io/gh/rbalet/ngx-href)

1. Use `router.navigate()` for [internal link](#angular-routing)
2. Support scroll with the `#` attributes and let you configure the [scrolling logic](#scroll-logic)
Expand Down
Loading

0 comments on commit 3689462

Please sign in to comment.