11.0.0 • Published 5 years ago

@aeonrush/ngx-pathmatcher v11.0.0

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 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

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.4

6 years ago