Click here to Skip to main content
15,879,095 members
Articles / Programming Languages / Typescript

Angular Breadcrumbs with Complex Routing and Navigation

Rate me:
Please Sign up or sign in to vote.
4.91/5 (18 votes)
1 Mar 2020CPOL24 min read 85.9K   1.8K   27  
An Angular sample application and discussions on breadcrumbs with advanced routing strategies, navigation scenarios, practical workflow, and more (latest update with Angular 9 CLI and ASP.NET Core 3.1 website).
The discussions in the article and the sample application cover almost all major Angular routing strategies and navigation scenarios, based on which the centralized and feature-rich breadcrumbs are built. After reading the article and practicing the examples, developers can not only know how to add real breadcrumbs into their own Angular applications but also catch up with the details of Angular routing and navigation mechanisms. The source code files of the sample application with the Angular 9 CLI and ASP.NET Core 3.1 website are now available.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Shenwei is a software developer and architect, and has been working on business applications using Microsoft and Oracle technologies since 1996. He obtained Microsoft Certified Systems Engineer (MCSE) in 1998 and Microsoft Certified Solution Developer (MCSD) in 1999. He has experience in ASP.NET, C#, Visual Basic, Windows and Web Services, Silverlight, WPF, JavaScript/AJAX, HTML, SQL Server, and Oracle.

Comments and Discussions