UNPKG

@progress/kendo-angular-l10n

Version:

Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.

25 lines (24 loc) 723 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsKendoAngularL10n", "title": "Kendo Angular L10n Options Schema", "type": "object", "properties": { "theme": { "enum": ["default", "bootstrap", "material"], "default": "default", "description": "The theme to apply" }, "export": { "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." }, "skipInstall": { "description": "Skip installing Kendo dependency packages.", "type": "boolean", "default": false } }, "required": [] }