Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donkeycode/ngx-tools
Set of practical tools for Angular projects.
https://github.com/donkeycode/ngx-tools
Last synced: 4 days ago
JSON representation
Set of practical tools for Angular projects.
- Host: GitHub
- URL: https://github.com/donkeycode/ngx-tools
- Owner: donkeycode
- Created: 2018-08-02T15:12:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T00:48:50.000Z (over 3 years ago)
- Last Synced: 2023-08-04T14:58:57.653Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://donkeycode.github.io/ngx-tools/
- Size: 8.59 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgxToolsApp
Tools inside:
- Pipe Object.values()
- Pipe Object.keys()
- Pipe Safe : https://angular.io/api/platform-browser/DomSanitizer- Ngt-validator : Custom form validator with front and back errors management. Include : phone number validator (google library)
Recommanded tools :
* ng-select : Using ng-select/ng-select https://github.com/ng-select/ng-select
* Component https://github.com/akveo/ngx-admin
* Theme : https://github.com/akveo/nebular/This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.5.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
#########
## Contributing
* add a component : `ng generate component foo --project=ngx-tools`
## Build
After changes, don't forget => `npm run package`