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.
- Host: GitHub
- URL: https://github.com/monsterbrain/angularhttptutorial
- Owner: monsterbrain
- License: mit
- Created: 2018-12-20T09:50:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T17:31:08.000Z (8 months ago)
- Last Synced: 2025-07-29T20:09:25.323Z (8 months ago)
- Topics: angular, tutorial
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.