Angular required route parameter vs optional route parameter



2
15526

In this video we will discuss some of the common differences between required route parameters and optional route parameters in Angular. This is continuation to Part 43. Please watch Part 43 from Angular CURD tutorial. Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking. https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1 1. Required route parameters are part of route configuration where as optional route parameters are not 2. Required route parameters are used in pattern matching i.e when mapping an incoming URL to a named route in our application. Optional route parameters are not used in pattern matching. 3. Optional route parameters must be passed after the required route parameters if any. 4. In general, prefer a required route parameter when the value is simple and mandatory. For example, to view a specific employee details, the ID parameter is mandatory and it is a simple integer. On the other hand, prefer an optional route parameter when the value is optional and complex. For example you want to send many search parameters like NAME, AGE, DEPARTMENT, DOB etc...from the SEARCH PAGE to LIST PAGE. Text version of the video http://csharp-video-tutorials.blogspot.com/2018/04/angular-required-route-parameter-vs.html Slides http://csharp-video-tutorials.blogspot.com/2018/04/angular-required-route-parameter-vs_23.html Angular CRUD Tutorial https://www.youtube.com/playlist?list=PL6n9fhu94yhXwcl3a6rIfAI7QmGYIkfK5 Angular CRUD Tutorial Text Articles & Slides http://csharp-video-tutorials.blogspot.com/2017/12/angular-crud-tutorial.html All Dot Net and SQL Server Tutorials in English https://www.youtube.com/user/kudvenkat/playlists?view=1&sort=dd All Dot Net and SQL Server Tutorials in Arabic https://www.youtube.com/c/KudvenkatArabic/playlists

Published by: kudvenkat Published at: 5 years ago Category: علمی و تکنولوژی