angular-star
Version:
A lightweight and customizable **star rating** component for Angular 20+. Supports decimal ratings, hover interactions, read-only mode, and full accessibility.
51 lines • 1.11 kB
JSON
{
"name": "angular-star",
"version": "0.0.2",
"license": "MIT",
"homepage": "https://github.com/subha-patra/angular-star#readme",
"repository": {
"type": "git",
"url": "https://github.com/subha-patra/angular-star"
},
"bugs": {
"url": "https://github.com/subha-patra/angular-star/issues"
},
"keywords": [
"angular",
"star-rating",
"rating",
"angular-component",
"angular-rating",
"angular-stars",
"decimal-rating",
"5-star-rating",
"angular 20",
"angular plugin",
"ui component",
"emoji rating",
"custom rating",
"angular-star-rating",
"angular rating plugin",
"rating widget",
"star rating control"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/angular-star.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-star.mjs"
}
}
}