An open API service indexing awesome lists of open source software.

https://github.com/swabiancoder/ngx-toolset

Collection of helpful Angular components
https://github.com/swabiancoder/ngx-toolset

angular angular-interceptors angular-lazy-loading-modules angular-pipe angular-services npm-packages

Last synced: about 2 months ago
JSON representation

Collection of helpful Angular components

Awesome Lists containing this project

README

          

# @ngx-toolset

> Collection of helpful Angular components

## Table of Contents

* [Packages](#packages)
* [License](#license)

## Packages

The packages of this repository are published as scoped packages under [@ngx-toolset](https://www.npmjs.com/org/ngx-toolset)

- [@ngx-toolset/api-token-interceptor](https://github.com/SwabianCoder/ngx-toolset/blob/main/projects/api-token-interceptor/README.md) - Angular API token interceptor
- [@ngx-toolset/date-interceptors](https://github.com/SwabianCoder/ngx-toolset/blob/main/projects/date-interceptors/README.md) - Angular date interceptors (parses HTTP response body date strings to date objects and converts HTTP request body date objects to date strings of given format)
- [@ngx-toolset/template-type-checker](https://github.com/SwabianCoder/ngx-toolset/blob/main/projects/template-type-checker/README.md) - Validate object's class instance type in Angular HTML template

## License

[MIT](https://github.com/SwabianCoder/ngx-toolset/blob/main/LICENSE)