From 6555fb80fdd8f6a5d201efadec3189d1244830a0 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 22:05:25 +0100 Subject: Izbrisala bin, obj i node-modules. --- .../@schematics/angular/universal/schema.json | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/@schematics/angular/universal/schema.json (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/universal/schema.json') diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/universal/schema.json b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/universal/schema.json deleted file mode 100644 index 577c1864..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/universal/schema.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema", - "$id": "SchematicsAngularUniversalApp", - "title": "Angular Universal App Options Schema", - "type": "object", - "additionalProperties": false, - "description": "Pass this schematic to the \"run\" command to set up server-side rendering for an app.", - "properties": { - "project": { - "type": "string", - "description": "The name of the project.", - "$default": { - "$source": "projectName" - } - }, - "appId": { - "type": "string", - "format": "html-selector", - "description": "The app identifier to use for transition.", - "default": "serverApp" - }, - "main": { - "type": "string", - "format": "path", - "description": "The name of the main entry-point file.", - "default": "main.server.ts" - }, - "appDir": { - "type": "string", - "format": "path", - "description": "The name of the application folder.", - "default": "app" - }, - "rootModuleFileName": { - "type": "string", - "format": "path", - "description": "The name of the root NgModule file.", - "default": "app.server.module.ts" - }, - "rootModuleClassName": { - "type": "string", - "description": "The name of the root NgModule class.", - "default": "AppServerModule" - }, - "skipInstall": { - "description": "Do not install packages for dependencies.", - "type": "boolean", - "default": false - } - }, - "required": ["project"] -} -- cgit v1.2.3