what are the facilities a Fake Backend provides to the Angular app?

88 views Asked by At

With the Fake Backend in Angular, along with saving data from a form, can it be used to display the data at the frontend? What are the features it has that can be used?

1

There are 1 answers

3
Aman Gojariya On BEST ANSWER

Using backend technologies you can create the services or API's like create data, retrieve data.

Using frontend technologies you can call this backend API's and pass the data to backend for perform some actions like add, edit, delete etc.. Also, you can design the website or app using frontend technology.

For more information please refer this blog