sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
20 lines (19 loc) • 639 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add sb-element to the project.",
"factory": "./ng-add/index#ngAdd",
},
"popper-component": {
"description": "Generate a popper component.",
"factory": "./popper-component/index#popperComponent",
"schema": "./popper-component/schema.json"
},
"styleable-component": {
"description": "Generate a styleable component.",
"factory": "./styleable-component/index#styleableComponent",
"schema": "./styleable-component/schema.json"
}
}
}