UNPKG

@studiohyperdrive/ngx-inform

Version:

A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.

50 lines 1.23 kB
{ "name": "@studiohyperdrive/ngx-inform", "version": "19.0.0", "description": "A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.", "keywords": [ "angular", "angular2", "inform", "ARIA", "WCAG", "tooltip", "tip", "accessibility", "modal", "dialog", "alertdialog" ], "homepage": "https://open-source.studiohyperdrive.be/docs/angular/inform/introduction", "license": "MIT", "author": { "name": "Studio Hyperdrive", "url": "https://studiohyperdrive.be/" }, "repository": { "type": "git", "url": "https://github.com/studiohyperdrive/hyperdrive-opensource", "directory": "libs/angular/inform/src" }, "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@angular/cdk": "^19.0.0", "angular2-uuid": "^1.1.1" }, "sideEffects": false, "module": "fesm2022/studiohyperdrive-ngx-inform.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/studiohyperdrive-ngx-inform.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }