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

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

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) |