1.2.3 • Published 6 years ago

angular-review-ui v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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. Sample in below website uses angular-review-ui@1.0.0.


Installation

You can install angular-review-ui using npm:

npm install angular-review-ui --save

Import

// In your App's module:
import { ReviewModule, ReviewComponent } from 'angular-review-ui';

imports: [
    ReviewModule
],
declarations: [
    ReviewComponent
]

Systemjs

// In systemjs.config.js
map: {
	  'angular-review-ui': 'node_modules/angular-review-ui'
},
packages: {
	'angular-review-ui': {
      main: './index.js',
			defaultExtension: 'js'
		}
}

Simple Review Component

Import ReviewComponent in your app. Then you can use review component:

<review-component></review-component>

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!

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.12

6 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago