0 votes
in AngularJS Packaging and Testing by
What is REST in AngularJS?

1 Answer

0 votes
by

REST stands for Representational State Transfer in AngularJS. It operates over HTTP requests over API. The requested URL identifies the data to be operated on, and the HTTP method identifies the operation that is to be performed.

Related questions

0 votes
asked May 21, 2022 in AngularJS Packaging and Testing by sharadyadav1986
0 votes
asked May 21, 2022 in AngularJS Packaging and Testing by sharadyadav1986
...