MyRepo-Ums/node_modules/@fortawesome/angular-fontawesome/schematics/collection.json
2024-01-19 11:09:11 +01:00

11 lines
304 B
JSON

{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Font Awesome to the application without affecting any templates.",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
}
}
}