UNPKG

ngx-dynamic-hooks

Version:

Automatically insert live Angular components into a dynamic string of content (based on their selector or any pattern of your choice) and render the result in the DOM.

47 lines 1.25 kB
{ "name": "ngx-dynamic-hooks", "version": "3.1.2", "description": "Automatically insert live Angular components into a dynamic string of content (based on their selector or any pattern of your choice) and render the result in the DOM.", "person": "Marvin Tobisch <mvin@live.de>", "license": "MIT", "keywords": [ "angular", "angular2", "ng", "dynamic", "component", "hooks", "innerHTML", "content", "elements", "loader" ], "homepage": "https://github.com/angular-dynamic-hooks/ngx-dynamic-hooks", "repository": { "type": "git", "url": "https://github.com/angular-dynamic-hooks/ngx-dynamic-hooks.git" }, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/core": ">=17", "@angular/common": ">=17", "@angular/platform-browser": ">=17", "rxjs": ">=7" }, "sideEffects": false, "module": "fesm2022/ngx-dynamic-hooks.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-dynamic-hooks.mjs", "esm": "./esm2022/ngx-dynamic-hooks.mjs", "default": "./fesm2022/ngx-dynamic-hooks.mjs" } } }