Angular 4 grid with crud operations what is angular router?
Answer / Naveen Singh Kuldeep
In Angular, the Router is a service that handles navigation within the application. It allows you to define routes for different views and components. To implement a grid with CRUD operations (Create, Read, Update, Delete), you would typically use the Router to navigate between the views where these operations are performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create and use custom pipes? How to create a globally available custom pipe?
What is difference between $timeout and window.setTimeout in AngularJS?
What happens when the page containing angular based application loads?
What is directive order?
What are the advantages of using angular?
What do you mean by controllers?
How long will it take to learn react?
What is angular stack?
What are the components of a css style?
How do we create a singleton service in angular 2?
How can we show that a scope variable should have one-time binding only?
Explain the difference between angular.js and backbone.js?