Skip to content

Update Angular to v21 for Building Blocks#272

Merged
typhoon41 merged 12 commits intomasterfrom
features/BP-1542-angular-v21
Apr 14, 2026
Merged

Update Angular to v21 for Building Blocks#272
typhoon41 merged 12 commits intomasterfrom
features/BP-1542-angular-v21

Conversation

@typhoon41
Copy link
Copy Markdown
Member

aria-label="Close dialog">
<mat-icon aria-hidden="true">close</mat-icon>
</button>
@if (!hideClose) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps at some point invert this to be showClose to avoid double negation

@if(buttonsTemplate) {
<ng-container *ngTemplateOutlet="buttonsTemplate"></ng-container>
}
@if (!hideButtons) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

<button *ngIf="!hideCancel" mat-button entry-cancel-button (click)="cancel()">
<span>{{cancelButtonText}}</span>
</button>
@if (!hideCancel) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@typhoon41 typhoon41 merged commit 64c55d7 into master Apr 14, 2026
@typhoon41 typhoon41 deleted the features/BP-1542-angular-v21 branch April 14, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants