About | Technologies | Requirements | Starting | Author |
Here we will learn in practice how to #consume an #API in Front-end, using Angular's native client. It's very easy and was very well explained.
This project was developed using the following technologies:
Before starting 🏁, you need to have Git and ANGULAR installed.
# cloning this repository
$ git clone https://github.com/chagasleandro/Angular-ApiRequest
# Acces
$ cd Angular-ApiRequest
# Install dependencies
$ npm
# Run the project
$ ng serve -o
# The server will initialize in the <https://localhost:4200>
This project is a tutorial on how to use the native client of the Angular Framework for HTTP requests by the Hello World School class and the support material:
API-Request - (https://www.apirequest.io)$ npm install
`npm install -g json-server`
json-server --watch db.json
Execute ng serve
to a dev server. Navegue até http://localhost:4200/
. The app will automatically reload if you change any of the source files.