UNPKG

306 BJSONView Raw
1{
2 "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Adds Font Awesome 5 to the application without affecting any templates.",
6 "factory": "./ng-add/index",
7 "schema": "./ng-add/schema.json"
8 }
9 }
10}