UNPKG

ng-text-highlight

Version:

A lightweight standalone Angular 19 component/module for highlighting text.

61 lines 1.44 kB
{ "name": "ng-text-highlight", "version": "2.0.3", "description": "A lightweight standalone Angular 19 component/module for highlighting text.", "author": "Supriya Kundu", "license": "MIT", "keywords": [ "angular", "highlight", "text", "component", "module", "standalone", "angular19", "text-highlighting", "angular-component", "angular-library", "angular-text-highlight", "highlight-text", "angular-highlight", "angular-standalone", "angular-keyword-highlight", "angular-text-search", "ng-text-highlight", "ngx-text-highlight", "ng-highlight", "ngx-highlight", "ng-keyword-highlight", "ngx-keyword-highlight" ], "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/supriyakundu99/ng-text-highlight.git" }, "bugs": { "url": "https://github.com/supriyakundu99/ng-text-highlight/issues" }, "homepage": "https://ng-text-highlight.web.app/", "publishConfig": { "access": "public" }, "module": "fesm2022/ng-text-highlight.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-text-highlight.mjs" } } }