Skip to content

Commit

Permalink
docs: update grouping snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Dec 7, 2024
1 parent af1ed00 commit 7adb2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/sections/grouping/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ const parentRef = parentBuilder.create();
// Once all refs are attached, show the parent toast
parentRef.afterGroupRefsAttached.subscribe(() => {
parentRef.show();
});`;
});
${childNotifications}`;

export const preGroupingHTML = `
<ng-template #groupTemplate let-toastRef>
Expand Down

0 comments on commit 7adb2d1

Please sign in to comment.