We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ff039 commit dde7f49Copy full SHA for dde7f49
src/aria/accordion/accordion-content.ts
@@ -18,7 +18,7 @@ import {DeferredContent} from '../private';
18
* by only creating the content when the panel is first expanded.
19
*
20
* ```html
21
- * <div ngAccordionPanel panelId="unique-id-1">
+ * <div ngAccordionPanel>
22
* <ng-template ngAccordionContent>
23
* <p>This is the content that will be displayed inside the panel.</p>
24
* </ng-template>
0 commit comments