source: trip-planner-front/node_modules/@angular/cdk/schematics/ng-add/schema.json@ 1ad8e64

Last change on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 340 bytes
Line 
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "angular-cdk-ng-add",
4 "title": "Angular CDK ng-add",
5 "type": "object",
6 "properties": {
7 "project": {
8 "type": "string",
9 "description": "The name of the project.",
10 "$default": {
11 "$source": "projectName"
12 }
13 }
14 },
15 "required": []
16}
Note: See TracBrowser for help on using the repository browser.