Simple Components is a set of helpful and minimalistic components, directives and services for angular 2 applications.
Every segment is completely independent and can be included separately in to your project using @NgModule
.
You can download the library through npm
npm install --save ng2-simple-components
Take a look at the live demo here: Live Demo You can also clone this repository and check out the example folder.
Map the library in your system.config.js
.
var map = {
'ng2-simple-components': 'node_modules/ng2-simple-components'
}
var packages = {
'ng2-simple-components': { main: 'components.js', defaultExtension: 'js' }
}
You can still install and use this library with out any fear from accumulating unused code. You only import the module that you need in to your project.
Any help and/or suggestions are welcome and greatly appreciated. Please feel free to contact me with ideas or send pull requests with bug fixes or new features.