We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e0d47 commit 2b72c4dCopy full SHA for 2b72c4d
1 file changed
projects/igniteui-angular/badge/src/badge/badge.component.ts
@@ -32,7 +32,7 @@ export type IgxBadgeType = (typeof IgxBadgeType)[keyof typeof IgxBadgeType];
32
*
33
* @example
34
* ```html
35
- * <div class="wrapper">
+ * <div class="avatar-badge-container">
36
* <igx-avatar icon="person" shape="circle" size="small"></igx-avatar>
37
* <igx-badge icon="check" type="success" shape="square"></igx-badge>
38
* </div>
0 commit comments