aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/README.md.template27
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__editorconfig.template16
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__gitignore.template42
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/extensions.json.template4
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/launch.json.template20
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/tasks.json.template42
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/angular.json.template10
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/package.json.template38
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/tsconfig.json.template32
9 files changed, 0 insertions, 231 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/README.md.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/README.md.template
deleted file mode 100644
index 961bc376..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/README.md.template
+++ /dev/null
@@ -1,27 +0,0 @@
-# <%= utils.classify(name) %>
-
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version <%= version %>.
-
-## Development server
-
-Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
-
-## Code scaffolding
-
-Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
-
-## Build
-
-Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
-
-## Running unit tests
-
-Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
-
-## Running end-to-end tests
-
-Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
-
-## Further help
-
-To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__editorconfig.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__editorconfig.template
deleted file mode 100644
index 59d9a3a3..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__editorconfig.template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Editor configuration, see https://editorconfig.org
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.ts]
-quote_type = single
-
-[*.md]
-max_line_length = off
-trim_trailing_whitespace = false
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__gitignore.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__gitignore.template
deleted file mode 100644
index 0711527e..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__gitignore.template
+++ /dev/null
@@ -1,42 +0,0 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
-
-# Compiled output
-/dist
-/tmp
-/out-tsc
-/bazel-out
-
-# Node
-/node_modules
-npm-debug.log
-yarn-error.log
-
-# IDEs and editors
-.idea/
-.project
-.classpath
-.c9/
-*.launch
-.settings/
-*.sublime-workspace
-
-# Visual Studio Code
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/launch.json
-!.vscode/extensions.json
-.history/*
-
-# Miscellaneous
-/.angular/cache
-.sass-cache/
-/connect.lock
-/coverage
-/libpeerconnection.log
-testem.log
-/typings
-
-# System files
-.DS_Store
-Thumbs.db
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/extensions.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/extensions.json.template
deleted file mode 100644
index 77b37457..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/extensions.json.template
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
- "recommendations": ["angular.ng-template"]
-}
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/launch.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/launch.json.template
deleted file mode 100644
index 740e35a0..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/launch.json.template
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "ng serve",
- "type": "pwa-chrome",
- "request": "launch",
- "preLaunchTask": "npm: start",
- "url": "http://localhost:4200/"
- },
- {
- "name": "ng test",
- "type": "chrome",
- "request": "launch",
- "preLaunchTask": "npm: test",
- "url": "http://localhost:9876/debug.html"
- }
- ]
-}
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/tasks.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/tasks.json.template
deleted file mode 100644
index a298b5bd..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/__dot__vscode/tasks.json.template
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
- "version": "2.0.0",
- "tasks": [
- {
- "type": "npm",
- "script": "start",
- "isBackground": true,
- "problemMatcher": {
- "owner": "typescript",
- "pattern": "$tsc",
- "background": {
- "activeOnStart": true,
- "beginsPattern": {
- "regexp": "(.*?)"
- },
- "endsPattern": {
- "regexp": "bundle generation complete"
- }
- }
- }
- },
- {
- "type": "npm",
- "script": "test",
- "isBackground": true,
- "problemMatcher": {
- "owner": "typescript",
- "pattern": "$tsc",
- "background": {
- "activeOnStart": true,
- "beginsPattern": {
- "regexp": "(.*?)"
- },
- "endsPattern": {
- "regexp": "bundle generation complete"
- }
- }
- }
- }
- ]
-}
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/angular.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/angular.json.template
deleted file mode 100644
index 94c18fc5..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/angular.json.template
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,<% if (packageManager) { %>
- "cli": {
- "packageManager": "<%= packageManager %>"
- },<% } %>
- "newProjectRoot": "<%= newProjectRoot %>",
- "projects": {
- }
-}
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/package.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/package.json.template
deleted file mode 100644
index 490d505e..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/package.json.template
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "<%= utils.dasherize(name) %>",
- "version": "0.0.0",
- "scripts": {
- "ng": "ng",
- "start": "ng serve",
- "build": "ng build",
- "watch": "ng build --watch --configuration development"<% if (!minimal) { %>,
- "test": "ng test"<% } %>
- },
- "private": true,
- "dependencies": {
- "@angular/animations": "<%= latestVersions.Angular %>",
- "@angular/common": "<%= latestVersions.Angular %>",
- "@angular/compiler": "<%= latestVersions.Angular %>",
- "@angular/core": "<%= latestVersions.Angular %>",
- "@angular/forms": "<%= latestVersions.Angular %>",
- "@angular/platform-browser": "<%= latestVersions.Angular %>",
- "@angular/platform-browser-dynamic": "<%= latestVersions.Angular %>",
- "@angular/router": "<%= latestVersions.Angular %>",
- "rxjs": "<%= latestVersions['rxjs'] %>",
- "tslib": "<%= latestVersions['tslib'] %>",
- "zone.js": "<%= latestVersions['zone.js'] %>"
- },
- "devDependencies": {
- "@angular/cli": "<%= '~' + version %>",
- "@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
- "@types/jasmine": "<%= latestVersions['@types/jasmine'] %>",<% } %>
- "@types/node": "<%= latestVersions['@types/node'] %>",<% if (!minimal) { %>
- "jasmine-core": "<%= latestVersions['jasmine-core'] %>",
- "karma": "<%= latestVersions['karma'] %>",
- "karma-chrome-launcher": "<%= latestVersions['karma-chrome-launcher'] %>",
- "karma-coverage": "<%= latestVersions['karma-coverage'] %>",
- "karma-jasmine": "<%= latestVersions['karma-jasmine'] %>",
- "karma-jasmine-html-reporter": "<%= latestVersions['karma-jasmine-html-reporter'] %>",<% } %>
- "typescript": "<%= latestVersions['typescript'] %>"
- }
-}
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/tsconfig.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/tsconfig.json.template
deleted file mode 100644
index 977a7292..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/workspace/files/tsconfig.json.template
+++ /dev/null
@@ -1,32 +0,0 @@
-/* To learn more about this file see: https://angular.io/config/tsconfig. */
-{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",<% if (strict) { %>
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "noImplicitOverride": true,
- "noPropertyAccessFromIndexSignature": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true,<% } %>
- "sourceMap": true,
- "declaration": false,
- "downlevelIteration": true,
- "experimentalDecorators": true,
- "moduleResolution": "node",
- "importHelpers": true,
- "target": "es2017",
- "module": "es2020",
- "lib": [
- "es2020",
- "dom"
- ]
- },
- "angularCompilerOptions": {
- "enableI18nLegacyMessageIdFormat": false<% if (strict) { %>,
- "strictInjectionParameters": true,
- "strictInputAccessModifiers": true,
- "strictTemplates": true<% } %>
- }
-}