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

https://github.com/monsterbrain/angularhttptutorial

A angular 7 tutorial on for http web api setup.
https://github.com/monsterbrain/angularhttptutorial

angular tutorial

Last synced: 2 months ago
JSON representation

A angular 7 tutorial on for http web api setup.

Awesome Lists containing this project

README

          

# Angular 7 http Tutorial

## A tutorial on angular 7 http web services.

- Technology - **[Angular 7](https://angular.io/)**
- Language - Typescript (compiled to Javascript)
- Styling - **[Bulma (pure css framework)](https://bulma.io/)**
- Api Server - **[Reqres.in](https://reqres.in/)** (Fake Api Json Responses)
- Code Editor - **[Visual Studio Code](https://code.visualstudio.com/)**

## [View Written Tutorial](https://monsterbrain.github.io/angularhttptutorial/tutorial/)

## [View the Created Angular Site](https://monsterbrain.github.io/angularhttptutorial/)

## Development server
Run `ng serve -o` for a dev server.

## Build
`ng build` build the project to the `dist/` directory. Use the `--prod` flag for a production build.

--
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.3.