Playground for Angular JS learning
Go to file
Jim Martens 780fdd1e21 Finished heroes app
Signed-off-by: Jim Martens <github@2martens.de>
2019-12-08 16:29:21 +01:00
e2e Added initial version of Angular app 2019-12-08 13:31:10 +01:00
src Finished heroes app 2019-12-08 16:29:21 +01:00
.gitignore Added gitignore 2019-12-07 11:15:53 +01:00
LICENSE Initial commit 2019-12-07 11:03:56 +01:00
README.md Added initial version of Angular app 2019-12-08 13:31:10 +01:00
angular.json Added initial version of Angular app 2019-12-08 13:31:10 +01:00
browserslist Added initial version of Angular app 2019-12-08 13:31:10 +01:00
karma.conf.js Added initial version of Angular app 2019-12-08 13:31:10 +01:00
package-lock.json Finished heroes app 2019-12-08 16:29:21 +01:00
package.json Finished heroes app 2019-12-08 16:29:21 +01:00
tsconfig.app.json Added initial version of Angular app 2019-12-08 13:31:10 +01:00
tsconfig.json Added initial version of Angular app 2019-12-08 13:31:10 +01:00
tsconfig.spec.json Added initial version of Angular app 2019-12-08 13:31:10 +01:00
tslint.json Added initial version of Angular app 2019-12-08 13:31:10 +01:00

README.md

angular-test

This project was generated with Angular CLI version 8.3.20.

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.