Update console dependencies (#2659)

This commit is contained in:
Pavlo Tkach
2025-01-31 21:40:37 +00:00
committed by GitHub
parent 19422075fa
commit 4ec2919ce3
46 changed files with 5200 additions and 5654 deletions
@@ -24,6 +24,7 @@ interface Notification {
selector: 'app-notifications',
templateUrl: './notifications.component.html',
styleUrls: ['./notifications.component.scss'],
standalone: false,
})
export class NotificationsComponent {
protected mockNotifications: Notification[] = [
@@ -31,6 +31,7 @@ import { RegistrarService } from 'src/app/registrar/registrar.service';
</div>
}
`,
standalone: false,
})
export class SelectedRegistrarWrapper {
constructor(protected registrarService: RegistrarService) {}