UNPKG

ng-rating-pro

Version:

A powerful and customizable Angular rating component that allows full and half ratings with support for read-only mode, dynamic scaling, and SVG customization.<br/>Perfect for use in reviews, feedback forms, and rating-based applications.

40 lines 891 B
{ "name": "ng-rating-pro", "version": "2.0.0", "author": "Jony Jas", "license": "MIT", "peerDependencies": { "@angular/common": "^17.3.12", "@angular/core": "^17.3.12" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/Jony-Jas/ng-rating-pro.git" }, "homepage": "https://github.com/Jony-Jas/ng-rating-pro#readme", "keywords": [ "angular", "rating", "stars", "ng-rating", "angular-rating", "star-rating" ], "module": "fesm2022/ng-rating-pro.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-rating-pro.mjs", "esm": "./esm2022/ng-rating-pro.mjs", "default": "./fesm2022/ng-rating-pro.mjs" } } }