more information on readme; transformed readme to markdown

This commit is contained in:
WieErWill 2020-06-28 16:22:24 +02:00
parent 5d2aa63bd6
commit c0d358a76a
2 changed files with 47 additions and 77 deletions

View File

@ -1,27 +0,0 @@
# Source
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
## 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. Use the `--prod` flag for a production build.
## 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 [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

View File

@ -1,51 +1,48 @@
{ {
"name": "source", "name": "source",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build"
"test": "ng test", },
"lint": "ng lint", "private": true,
"e2e": "ng e2e" "dependencies": {
}, "@angular/animations": "~9.1.6",
"private": true, "@angular/cdk": "^9.2.4",
"dependencies": { "@angular/common": "~9.1.6",
"@angular/animations": "~9.1.6", "@angular/compiler": "~9.1.6",
"@angular/cdk": "^9.2.4", "@angular/core": "~9.1.6",
"@angular/common": "~9.1.6", "@angular/forms": "~9.1.6",
"@angular/compiler": "~9.1.6", "@angular/material": "^9.2.4",
"@angular/core": "~9.1.6", "@angular/platform-browser": "~9.1.6",
"@angular/forms": "~9.1.6", "@angular/platform-browser-dynamic": "~9.1.6",
"@angular/material": "^9.2.4", "@angular/router": "~9.1.6",
"@angular/platform-browser": "~9.1.6", "@popperjs/core": "^2.4.2",
"@angular/platform-browser-dynamic": "~9.1.6", "bootstrap": "^4.5.0",
"@angular/router": "~9.1.6", "jquery": "^3.5.1",
"@popperjs/core": "^2.4.2", "rxjs": "~6.5.4",
"bootstrap": "^4.5.0", "tslib": "^1.10.0",
"jquery": "^3.5.1", "zone.js": "~0.10.2"
"rxjs": "~6.5.4", },
"tslib": "^1.10.0", "devDependencies": {
"zone.js": "~0.10.2" "@angular-devkit/build-angular": "~0.901.5",
}, "@angular/cli": "~9.1.5",
"devDependencies": { "@angular/compiler-cli": "~9.1.6",
"@angular-devkit/build-angular": "~0.901.5", "@types/node": "^12.11.1",
"@angular/cli": "~9.1.5", "@types/jasmine": "~3.5.0",
"@angular/compiler-cli": "~9.1.6", "@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1", "codelyzer": "^5.1.2",
"@types/jasmine": "~3.5.0", "jasmine-core": "~3.5.0",
"@types/jasminewd2": "~2.0.3", "jasmine-spec-reporter": "~4.2.1",
"codelyzer": "^5.1.2", "karma": "~5.0.0",
"jasmine-core": "~3.5.0", "karma-chrome-launcher": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1", "karma-coverage-istanbul-reporter": "~2.1.0",
"karma": "~5.0.0", "karma-jasmine": "~3.0.1",
"karma-chrome-launcher": "~3.1.0", "karma-jasmine-html-reporter": "^1.4.2",
"karma-coverage-istanbul-reporter": "~2.1.0", "protractor": "~5.4.3",
"karma-jasmine": "~3.0.1", "ts-node": "~8.3.0",
"karma-jasmine-html-reporter": "^1.4.2", "tslint": "~6.1.0",
"protractor": "~5.4.3", "typescript": "~3.8.3"
"ts-node": "~8.3.0", }
"tslint": "~6.1.0", }
"typescript": "~3.8.3"
}
}