https://github.com/bndynet/ng-more
Components for Angular
https://github.com/bndynet/ng-more
angular angular-component angular2 angular4
Last synced: 7 months ago
JSON representation
Components for Angular
- Host: GitHub
- URL: https://github.com/bndynet/ng-more
- Owner: bndynet
- License: mit
- Created: 2017-07-12T15:15:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T14:00:16.000Z (over 8 years ago)
- Last Synced: 2025-06-29T16:55:23.922Z (8 months ago)
- Topics: angular, angular-component, angular2, angular4
- Language: TypeScript
- Homepage: https://github.com/bndynet/ng-more
- Size: 9.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Components for Angular 4
This project enhances your HTML forms via Angular components.
## Getting Started
1. Clone this repository
- Run `git clone `
2. Install project dependencies
- `npm install` to install node packages
3. Run the application
- `npm start` to run the development server
## Available features
| Component | Features | Notes |
|-----------------|---------------------------------------------------------------------|--------------|
| ng-select | Multiple selection, placeholderTemplate and itemTemplate | [Demo](http://bndy.net/ng-more/dist/#/ng-select) |
| ng-color | Show specified colors to select | [Demo](http://bndy.net/ng-more/dist/#/ng-color) |
| ng-page | Provide pagination links | [Demo](http://bndy.net/ng-more/dist/#/ng-page) |