Update to angular 19

This commit is contained in:
2026-08-05 07:46:07 +02:00
parent 8bd323db91
commit 5e44c88cd3
133 changed files with 4671 additions and 2456 deletions
@@ -2,6 +2,7 @@ import { Directive, Input, Optional } from '@angular/core';
import { NgModel } from '@angular/forms';
@Directive({
standalone: false,
selector: '[btnHighlight]',
host: {
'[class.btn-default]': '!on',
@@ -19,6 +20,7 @@ export class BtnHighlight {
}
@Directive({
standalone: false,
selector: '[btnHighlightDanger]',
host: {
'[class.btn-default]': '!btnHighlightDanger',