UNPKG

@progress/kendo-angular-tooltip

Version:

Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.

13 lines (12 loc) 311 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Kendo Angular Package to the application.", "factory": "./ngAdd", "schema": "./ngAdd/schema.json", "hidden": true, "private": true } } }