Search code examples
angularformsbackendbackendless

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


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?


Solution

  • 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