UNPKG

ngx-pesapal

Version:

Angular schematics lib for abstracting Pesapal APIs

10 lines 321 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Pesapal Angular to the application.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" } } }