mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: migrate to Angular 17 (#2538)
* chore: migrate to Angular 17 * chore: update
This commit is contained in:
@@ -47,7 +47,7 @@ import { EmailInfoComponent } from './info.component'
|
||||
[(ngModel)]="testAddress"
|
||||
[ngModelOptions]="{ standalone: true }"
|
||||
>
|
||||
Firstname Lastname <email@example.com>
|
||||
Firstname Lastname <email@example.com>
|
||||
<input tuiTextfield inputmode="email" />
|
||||
</tui-input>
|
||||
<div class="ion-text-right ion-padding-top">
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
[(ngModel)]="testAddress"
|
||||
[ngModelOptions]="{standalone: true}"
|
||||
>
|
||||
Firstname Lastname <email@example.com>
|
||||
Firstname Lastname <email@example.com>
|
||||
<input tuiTextfield inputmode="email" />
|
||||
</tui-input>
|
||||
<div class="ion-text-right ion-padding-top">
|
||||
|
||||
Reference in New Issue
Block a user