Step-by-step Walkthrough Library For Angular Material – bdc-walkthrough

Author: Broadcom
Official Page: Go to website
Publish Date: March 2, 2020
License: MIT

Description:

A feature-rich step-by-step walkthrough library for creating feature tour & form wizard on your app.

The walk-through library is composed of these 3 parts:

  • BdcWalkService – a service used to manage and store the completed tasks. These are stored in the LocalStorage of the browser.
    Each task is either completed (true), uncompleted (false), or completed with a value.
  • <bdc-walk-popup> – a component used to display popups automatically when a set of tasks match the criteria. Each popup has a unique name, which is used to identify its task.
    If the popup is closed by the user, its task is automatically marked as completed and it won’t show up again.
  • <bdc-walk-dialog> (this dialog) – a component used to display dialogs automatically when a set of tasks match the criteria.

Preview:

Step-by-step Walkthrough Library For Angular Material - bdc-walkthrough


You Might Be Interested In:

Add Comment