image:https://travis-ci.org/Arquisoft/dechat_es5a.svg?branch=master["Build Status", link="https://travis-ci.org/Arquisoft/dechat_es5a"] image:https://codecov.io/gh/Arquisoft/dechat_es5a/branch/master/graph/badge.svg["Codecov",link="https://codecov.io/gh/Arquisoft/dechat_es5a"] image:https://api.codacy.com/project/badge/Grade/fc7dc1da60ee4e9fb67ccff782625794["Codacy code quality", link="https://www.codacy.com/app/jelabra/dechat_es5a?utm_source=github.com&utm_medium=referral&utm_content=Arquisoft/dechat_es5a&utm_campaign=Badge_Grade"] image:https://img.shields.io/badge/documentation-AsciiDoc-FF69A4.svg[link="https://arquisoft.github.io/dechat_es5a/"]
This project was generated with Angular CLI version 6.0.8.
You can find a live demo in https://dechat-es5a.herokuapp.com
First run 'npm install' to install or update all dependencies. Then, 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.
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
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Go to tsconfig.app.json into paths add the following data : "paths": { "zlib": ["node_modules/browserify-zlib/lib/index.js"], "http": ["node_modules/@angular/http"], "https": ["node_modules/@angular/http"], "stream": ["node_modules/jszip/dist/jszip.min.js"] }