Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`