https://github.com/hasnanivishal/angular-sample-project
https://github.com/hasnanivishal/angular-sample-project
angular angular7
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasnanivishal/angular-sample-project
- Owner: Hasnanivishal
- Created: 2019-05-15T10:58:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T03:56:52.000Z (over 3 years ago)
- Last Synced: 2025-01-10T20:21:09.523Z (over 1 year ago)
- Topics: angular, angular7
- Language: TypeScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.

### 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)