{
  "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds Essential JS 2 specific Angular package to an application",
      "factory": "./ng-add",
      "schema": "./ng-add/schema.json"
    },
    "autocomplete-custom-filtering": {
      "description": "Create an Angular AutoComplete component with custom filtering sample",
      "factory": "./generators/autocomplete-custom-filtering",
      "schema": "./generators/autocomplete-custom-filtering/schema.json"
    },
    "autocomplete-default": {
      "description": "Create an Angular AutoComplete component with default sample",
      "factory": "./generators/autocomplete-default",
      "schema": "./generators/autocomplete-default/schema.json"
    },
    "autocomplete-diacritics-filtering": {
      "description": "Create an Angular AutoComplete component with diacritics filtering sample",
      "factory": "./generators/autocomplete-diacritics-filtering",
      "schema": "./generators/autocomplete-diacritics-filtering/schema.json"
    },
    "autocomplete-highlight": {
      "description": "Create an Angular AutoComplete component with highlight sample",
      "factory": "./generators/autocomplete-highlight",
      "schema": "./generators/autocomplete-highlight/schema.json"
    },
    "autocomplete-reactive-form": {
      "description": "Create an Angular AutoComplete component with reactive form sample",
      "factory": "./generators/autocomplete-reactive-form",
      "schema": "./generators/autocomplete-reactive-form/schema.json"
    },
    "autocomplete-template-driven": {
      "description": "Create an Angular AutoComplete component with template driven sample",
      "factory": "./generators/autocomplete-template-driven",
      "schema": "./generators/autocomplete-template-driven/schema.json"
    },
    "autocomplete-template": {
      "description": "Create an Angular AutoComplete component with template sample",
      "factory": "./generators/autocomplete-template",
      "schema": "./generators/autocomplete-template/schema.json"
    },
    "combobox-custom-value": {
      "description": "Create an Angular ComboBox component with custom value sample",
      "factory": "./generators/combobox-custom-value",
      "schema": "./generators/combobox-custom-value/schema.json"
    },
    "combobox-default": {
      "description": "Create an Angular ComboBox component with default sample",
      "factory": "./generators/combobox-default",
      "schema": "./generators/combobox-default/schema.json"
    },
    "combobox-filtering": {
      "description": "Create an Angular ComboBox component with  filtering sample",
      "factory": "./generators/combobox-filtering",
      "schema": "./generators/combobox-filtering/schema.json"
    },
    "combobox-grouping": {
      "description": "Create an Angular ComboBox component with grouping  sample",
      "factory": "./generators/combobox-grouping",
      "schema": "./generators/combobox-grouping/schema.json"
    },
    "combobox-reactive-form": {
      "description": "Create an Angular ComboBox component with reactive form sample",
      "factory": "./generators/combobox-reactive-form",
      "schema": "./generators/combobox-reactive-form/schema.json"
    },
    "combobox-template-driven": {
      "description": "Create an Angular ComboBox component with template driven sample",
      "factory": "./generators/combobox-template-driven",
      "schema": "./generators/combobox-template-driven/schema.json"
    },
    "combobox-template": {
      "description": "Create an Angular ComboBox component  with template sample",
      "factory": "./generators/combobox-template",
      "schema": "./generators/combobox-template/schema.json"
    },
    "dropdownlist-cascading": {
      "description": "Create an Angular DropDownList component with cascading sample",
      "factory": "./generators/dropdownlist-cascading",
      "schema": "./generators/dropdownlist-cascading/schema.json"
    },
    "dropdownlist-default": {
      "description": "Create an Angular DropDownList component with default sample",
      "factory": "./generators/dropdownlist-default",
      "schema": "./generators/dropdownlist-default/schema.json"
    },
    "dropdownlist-filtering": {
      "description": "Create an Angular DropDownList component with  filtering sample",
      "factory": "./generators/dropdownlist-filtering",
      "schema": "./generators/dropdownlist-filtering/schema.json"
    },
    "dropdownlist-inline": {
      "description": "Create an Angular DropDownList component with inline sample",
      "factory": "./generators/dropdownlist-inline",
      "schema": "./generators/dropdownlist-inline/schema.json"
    },
    "dropdownlist-reactive-form": {
      "description": "Create an Angular DropDownList component with reactive form sample",
      "factory": "./generators/dropdownlist-reactive-form",
      "schema": "./generators/dropdownlist-reactive-form/schema.json"
    },
    "dropdownlist-template-driven": {
      "description": "Create an Angular DropDownList component with template driven sample",
      "factory": "./generators/dropdownlist-template-driven",
      "schema": "./generators/dropdownlist-template-driven/schema.json"
    },
    "dropdownlist-template": {
      "description": "Create an Angular DropDownList component  with template sample",
      "factory": "./generators/dropdownlist-template",
      "schema": "./generators/dropdownlist-template/schema.json"
    },
    "multiselect-box-mode": {
      "description": "Create an Angular MultiSelect component with box mode sample",
      "factory": "./generators/multiselect-box-mode",
      "schema": "./generators/multiselect-box-mode/schema.json"
    },
    "multiselect-checkbox": {
      "description": "Create an Angular MultiSelect component with checkbox sample",
      "factory": "./generators/multiselect-checkbox",
      "schema": "./generators/multiselect-checkbox/schema.json"
    },
    "multiselect-chip-customization": {
      "description": "Create an Angular MultiSelect component with chip customization sample",
      "factory": "./generators/multiselect-chip-customization",
      "schema": "./generators/multiselect-chip-customization/schema.json"
    },
    "multiselect-delimiter-mode": {
      "description": "Create an Angular MultiSelect component with delimiter mode sample",
      "factory": "./generators/multiselect-delimiter-mode",
      "schema": "./generators/multiselect-delimiter-mode/schema.json"
    },
    "multiselect-filtering": {
      "description": "Create an Angular MultiSelect component with  filtering sample",
      "factory": "./generators/multiselect-filtering",
      "schema": "./generators/multiselect-filtering/schema.json"
    },
    "multiselect-reactive-form": {
      "description": "Create an Angular MultiSelect component with reactive form sample",
      "factory": "./generators/multiselect-reactive-form",
      "schema": "./generators/multiselect-reactive-form/schema.json"
    },
    "multiselect-template-driven": {
      "description": "Create an Angular MultiSelect component with template driven sample",
      "factory": "./generators/multiselect-template-driven",
      "schema": "./generators/multiselect-template-driven/schema.json"
    },
    "multiselect-template": {
      "description": "Create an Angular MultiSelect component  with template sample",
      "factory": "./generators/multiselect-template",
      "schema": "./generators/multiselect-template/schema.json"
    }
  }
}
