Update Angular and Material to v19

This commit is contained in:
2025-04-13 21:23:35 +02:00
parent e67ecf5ce4
commit 36621901da
26 changed files with 2716 additions and 2148 deletions

View File

@@ -9,9 +9,10 @@ import { AuthenticationService } from "../../services/authentication.service";
import { User } from "../../models/user";
@Component({
selector: "app-create-user",
templateUrl: "./create-user.component.html",
styleUrls: ["./create-user.component.css"]
selector: "app-create-user",
templateUrl: "./create-user.component.html",
styleUrls: ["./create-user.component.css"],
standalone: false
})
export class CreateUserComponent implements OnInit {
createForm: FormGroup;