-
Couldn't load subscription status.
- Fork 478
Open
Labels
Team : FalconTriagedotCMS: Chrome RedesignIssues related to Chrome RedesignIssues related to Chrome Redesign
Description
Description
Create a new singleton service (providedIn: 'root') named BreadcrumbService (or similar) that will contain all the business logic for generating the breadcrumb. This service will not hold its own state; its sole purpose is to feed the BreadcrumbState in the Global Store.
Acceptance Criteria
- The service must inject the global-store and the Angular Router.
- It must subscribe to the router's
NavigationEndevents. - On each navigation, it must execute the main logic to determine the correct breadcrumb.
- Implement the
sessionStoragepersistence and retrieval logic.
Priority
None
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Team : FalconTriagedotCMS: Chrome RedesignIssues related to Chrome RedesignIssues related to Chrome Redesign
Type
Projects
Status
New