diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json b/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json new file mode 100644 index 00000000..79d9e1bb --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json @@ -0,0 +1,12 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "$id": "ng-cli://commands/easter-egg.json", + "description": "", + "$longDescription": "", + "$hidden": true, + + "$impl": "./easter-egg-impl#AwesomeCommand", + + "type": "object", + "allOf": [{ "$ref": "./definitions.json#/definitions/base" }] +} |