Skip to content

Commit

Permalink
chore: add implicit dependency for workshops_accordion component
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Nov 22, 2024
1 parent 6ae6c02 commit 1bd38fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/components/template/components/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const COMMON_COMPONENT_MANIFEST: IComponentManifest<ICommonComponentName> = {
lottie_animation: { module: "LottieModule" },
pdf: { assets: "/assets/comp-pdf", module: "NgxExtendedPdfViewerModule" },
slider: { module: "NouisliderModule" },
workshops_accordion: { implicit: ["accordion_section"] },
};

/**
Expand Down

0 comments on commit 1bd38fa

Please sign in to comment.