Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Fix install path #230

Merged
merged 2 commits into from
Feb 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/summary-actionbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The summary action bar module provides a docked container for actions and summary information on forms or multiselect lists. Within the <stache-code>sky-summary-action-bar</stache-code> component, the <stache-code>sky-summary-action-bar-actions</stache-code> component contains actions and the <stache-code>sky-summary-action-bar-summary</stache-code> component contains summary information. Within the <stache-code>sky-summary-action-bar-actions</stache-code> component, the <stache-code>sky-summary-action-bar-cancel</stache-code> component displays a cancel action, the <stache-code>sky-summary-action-bar-primary-action</stache-code> component displays a primary button, and the <stache-code>sky-summary-action-bar-secondary-actions</stache-code> component contains secondary actions that are specified with <stache-code>sky-summary-action-bar-secondary-action</stache-code> components. Within the the <stache-code>sky-summary-action-bar-summary</stache-code> component, you can specify the summary information to display. For example, you can highlight important information with <a stacheRouterLink="/components/key-info">key info components</a>.
</p>
<sky-alert alertType="info">
To use the summary action bar module, you must set it up as a dependency in your SKY UX SPA. First, install the package as part of your SPA dependencies: <stache-code>npm install @blackbaud/skyux-action-bars --save</stache-code>. Next, add <stache-code>SkySummaryActionBarModule</stache-code> as both an import and export in your <stache-code>app-extras.module.ts</stache-code> file.
To use the summary action bar module, you must set it up as a dependency in your SKY UX SPA. First, install the package as part of your SPA dependencies: <stache-code>npm install @skyux/action-bars --save</stache-code>. Next, add <stache-code>SkySummaryActionBarModule</stache-code> as both an import and export in your <stache-code>app-extras.module.ts</stache-code> file.
</sky-alert>
</sky-demo-page-summary>

Expand Down