JSON Server REST API in Angular 14 | load Material UI data table using JSON Server rest API data

preview_player
Показать описание
#jsonserver #materialui #nihiratechiees #angular

This video explains below topics
1, configuration & setup of JSON Server rest API
2, Populate Material UI data table using JSON Server rest API data

JSON Server Rest API Configuration steps
=======================================
1, Install Json server NPM Globally
npm install -g json-server
3, Run the Json server API using below command

Source Code link
==============

Material UI Pagination , sorting & searching video link
============================================
Рекомендации по теме
Комментарии
Автор

Really wonderful sir we can test application with custom json data easily.

Usertubcdhnvxhkn
Автор

Well explained sir, here my doubt is can we run or use multiple .json files using json server

chennaravindra
Автор

Can i know how to create a object under a already present object in json file using json server in angular (i.e if a user is registered i need to store notes under the particular registered user, so that each individual user has his seperate notes )

mohann
Автор

can u pls help on how to deploy this json server without error in firebase

srivathsanp
Автор

sir pls rply I add matTableModeule in appmodule.ts again seems same error
Can't bind to 'dataSource' since it isn't a known property of 'table'. this error what can i do

icethequeen