UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

20 lines (18 loc) 420 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "name": { "description": "Name of the module to change", "type": "string" }, "replaceWith": { "description": "Replace original name with new one", "type": "string" } }, "required": [ "name", "replaceWith" ], "type": "object" }