Skip to content

Commit

Permalink
docs(core): update Notifications doc examples (#13003)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Feb 6, 2025
1 parent 03efb99 commit b55ba1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4 fd-title id="fd-notification-title-1">Notifications (30)</h4>
<button
fd-button
fdType="transparent"
glyph="settings"
glyph="action-settings"
ariaLabel="Settings"
title="Settings"
></button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ChangeDetectionStrategy, Component } from '@angular/core';

import { NgTemplateOutlet } from '@angular/common';
import { TitleComponent } from '@fundamental-ngx/core';
import { AvatarComponent } from '@fundamental-ngx/core/avatar';
import { ButtonComponent } from '@fundamental-ngx/core/button';
import { IconComponent } from '@fundamental-ngx/core/icon';
Expand Down Expand Up @@ -37,7 +38,8 @@ export type Notification = {
MessageStripModule,
ToolbarModule,
ObjectStatusComponent,
IconComponent
IconComponent,
TitleComponent
]
})
export class NotificationGroupExampleComponent {
Expand Down

0 comments on commit b55ba1c

Please sign in to comment.