Skip to content

Commit

Permalink
user-managment-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmnouira committed Nov 30, 2019
1 parent c7fa0ea commit 9899c7f
Show file tree
Hide file tree
Showing 16 changed files with 3,110 additions and 861 deletions.
28 changes: 6 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# UserManagmentApp
# user-management-app

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.19.
* User Management App using Angular and Firebase's Firestore database.

## Development server
* this app allows you to display likes in graphic using hightcharts.

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.
# Overview

## Code scaffolding
![index](/img/index.png)

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).
![data](/img/data.png)
Binary file added img/data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,103 changes: 2,794 additions & 309 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/fire": "^5.2.3",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"angular-highcharts": "^8.0.3",
"firebase": "^7.5.0",
"gulp": "^4.0.2",
"highcharts": "^7.2.1",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
Expand Down
Loading

0 comments on commit 9899c7f

Please sign in to comment.