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

https://github.com/fingerpich/angular-test


https://github.com/fingerpich/angular-test

angular api lazy-loading pwa rxjs testing

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# AngularTest

Project is placed in [fingerpich.github.io/angular-test](https://fingerpich.github.io/angular-test/)

[![CircleCI](https://circleci.com/gh/fingerpich/angular-test.svg?style=svg)](https://circleci.com/gh/fingerpich/angular-test)

## Prerequisites
Both the CLI and generated project have dependencies that require Node **8.9** or **higher**, together with NPM 5.5.1 or higher.

## Development server

Run **`npm start`** for a dev server. Navigate to **`http://localhost:4200/`**. The app will automatically reload if you change any of the source files.

## Build

Run `npm run 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 `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).