ng2-sample-library
v1.0.2
Published
An Angular 2 Sample Library
Downloads
8
Readme
Library for Angular 2 - Review UI
This is a basic setup for Angular 2 which allows you to embed a review component in your application
Usage & Demo
Sample in below website uses [email protected]
Installation
- You can install ng2-sample-library using npm
npm install ng2-sample-library --save
System.js
API
Import
// In your App's module:
import { ReviewComponent } from 'ng2-sample-library/ng2-review-ui';
declarations: [
ReviewComponent
]
// In systemjs.config.js
map: {
'ng2-sample-library': 'node_modules/ng2-sample-library'
},
packages: {
'ng2-sample-library': {
defaultExtension: 'js'
}
}
Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!