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
- Host: GitHub
- URL: https://github.com/swabiancoder/ngx-toolset
- Owner: SwabianCoder
- License: mit
- Created: 2022-07-14T10:20:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:37:54.000Z (about 2 years ago)
- Last Synced: 2025-04-07T02:47:12.451Z (11 months ago)
- Topics: angular, angular-interceptors, angular-lazy-loading-modules, angular-pipe, angular-services, npm-packages
- Language: TypeScript
- Homepage: https://www.npmjs.com/org/ngx-toolset
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)