1.0.2 • Published 7 years ago

ng2-sample-library v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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 ng2-review-ui@1.1.0


Installation

  1. 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:

  1. 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!