UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

17 lines (16 loc) 322 B
{ "$schema": "http://json-schema.org/schema", "$id": "ionicNgAdd", "title": "Ionic Add options", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } } }, "required": [] }