11.0.0 • Published 3 years ago

@aeonrush/ngx-pathmatcher v11.0.0

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
3 years ago

Angular path to regex UrlMatcher

Very small library that makes working with path in Angular Router a little easier to work with

Install

npm i @aeonrush/ngx-pathmatcher

How to use

import { customUrlMatcher } from '@aeonrush/ngx-pathmatcher';

const routes: Routes = [
  {
    path: '@:username',
    matcher: customUrlMatcher,
    component: UserComponent
  }
];
11.0.0

3 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.4

5 years ago