Skip to content

Commit

Permalink
fix(progress-bar): add missing progress-bar components
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiRosu committed Aug 28, 2024
1 parent b9afd9e commit eefc0d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/canopy-test-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ import {
} from '../../../canopy/src/lib/side-nav';
import { LgPaginationComponent } from '../../../canopy/src/lib/pagination';
import { LgFooterComponent, LgFooterLogoComponent } from '../../../canopy/src/lib/footer';
import {
LgProgressBarComponent,
LgProgressIndicatorComponent,
LgProgressHeaderComponent,
LgProgressJourneyComponent,
} from '../../../canopy/src/lib/progress-indicator';

@Component({
selector: 'lg-app-root',
Expand Down Expand Up @@ -276,6 +282,10 @@ import { LgFooterComponent, LgFooterLogoComponent } from '../../../canopy/src/li
LgHeroCardPrincipleDataPointComponent,
LgHeroContentComponent,
LgButtonToggleDirective,
LgProgressBarComponent,
LgProgressIndicatorComponent,
LgProgressHeaderComponent,
LgProgressJourneyComponent,
RouterLink,
RouterOutlet,
NgForOf,
Expand Down

0 comments on commit eefc0d1

Please sign in to comment.