An open API service indexing awesome lists of open source software.

https://github.com/hasnanivishal/angular-sample-project


https://github.com/hasnanivishal/angular-sample-project

angular angular7

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Schemantics
WebWorker
Service Worker
Service Worker notification
App Shell

## Introduction

This project was created to learn Angular 8 with all the advanced features.
The Live [Demo](https://vishal-hasnani.herokuapp.com/) of this project.

![angular sample App](https://i.stack.imgur.com/JtcvH.png)

### Features

- Registration
- Login
- Dashboard
- Home
- Profile

### Running unit tests

The Project is having well defiend unit test case for each and every component/service file.
To execute the unit tests via [Karma](https://karma-runner.github.io) please use command
```sh
ng test
```

### Running end-to-end tests

This Project having integration test case to test end to end flow and communication between component and sevices
i.e The actual behavior of application with automated test case.
To execute the end-to-end tests via [Protractor](http://www.protractortest.org/) please use command
```sh
ng e2e
```

### Further help

Conatct me for any suggestion/issues -> hasnanivishal@gmail.com

License
----

MIT

### Author

> *Vishal Hasnani*
> [NPM](https://www.npmjs.com/~hasnanivishal)
> [StackOverflow](https://stackoverflow.com/users/9309209/vishal-hasnani?tab=profile)