{
  "$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"
    },
    "button-default": {
      "description": "Create an Angular component with EJ2 Button",
      "factory": "./generators/button-default",
      "schema": "./generators/button-default/schema.json"
    },
    "checkbox-default": {
      "description": "Create an Angular component with EJ2 CheckBox",
      "factory": "./generators/checkbox-default",
      "schema": "./generators/checkbox-default/schema.json"
    },
    "radiobutton-default": {
      "description": "Create an Angular component with EJ2 RadioButton",
      "factory": "./generators/radiobutton-default",
      "schema": "./generators/radiobutton-default/schema.json"
    },
    "switch-default": {
      "description": "Create an Angular component with EJ2 Switch",
      "factory": "./generators/switch-default",
      "schema": "./generators/switch-default/schema.json"
    }
  }
}
