UNPKG

ngx-linky

Version:

Angular pipe to find links in text input and turn them into html links

36 lines 945 B
{ "name": "ngx-linky", "version": "4.0.0", "description": "Angular pipe to find links in text input and turn them into html links", "keywords": [ "angular", "linky", "ngx", "pipe" ], "author": "Rokas Brazdzionis <rokas.brazdzionis@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dzonatan/ngx-linky/issues" }, "homepage": "https://github.com/dzonatan/ngx-linky#readme", "repository": { "type": "git", "url": "git+https://github.com/dzonatan/ngx-linky.git" }, "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "autolinker": ">=3.0.0" }, "main": "bundles/ngx-linky.umd.js", "module": "fesm2015/ngx-linky.js", "es2015": "fesm2015/ngx-linky.js", "esm2015": "esm2015/ngx-linky.js", "fesm2015": "fesm2015/ngx-linky.js", "typings": "ngx-linky.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.2.0" } }