Skip to content

Commit c79089e

Browse files
committed
19
1 parent 28f5e7a commit c79089e

27 files changed

Lines changed: 12364 additions & 13163 deletions

openalprwebhookprocessor.client/package-lock.json

Lines changed: 12343 additions & 13121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openalprwebhookprocessor.client/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,37 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular/animations": "^18.2.13",
20-
"@angular/cdk": "^18.2.14",
21-
"@angular/common": "^18.2.13",
22-
"@angular/compiler": "^18.2.13",
23-
"@angular/core": "^18.2.13",
24-
"@angular/forms": "^18.2.13",
25-
"@angular/material": "^18.2.14",
26-
"@angular/platform-browser": "^18.2.13",
27-
"@angular/platform-browser-dynamic": "^18.2.13",
28-
"@angular/router": "^18.2.13",
29-
"@angular/service-worker": "^18.2.13",
19+
"@angular/animations": "^19.2.14",
20+
"@angular/cdk": "^19.2.14",
21+
"@angular/common": "^19.2.14",
22+
"@angular/compiler": "^19.2.14",
23+
"@angular/core": "^19.2.14",
24+
"@angular/forms": "^19.2.14",
25+
"@angular/material": "^19.2.14",
26+
"@angular/platform-browser": "^19.2.14",
27+
"@angular/platform-browser-dynamic": "^19.2.14",
28+
"@angular/router": "^19.2.14",
29+
"@angular/service-worker": "^19.2.14",
3030
"@microsoft/signalr": "^7.0.12",
31-
"@swimlane/ngx-charts": "^21.1.3",
31+
"@swimlane/ngx-charts": "^20.0.4",
3232
"jest-editor-support": "*",
3333
"ngx-highlightjs": "^12.0.0",
3434
"ngx-lightbox": "^3.0.0",
3535
"run-script-os": "*",
3636
"rxjs": "~7.8.0",
3737
"tslib": "^2.3.0",
3838
"url": "^0.11.3",
39-
"zone.js": "~0.14.2"
39+
"zone.js": "~0.15.1"
4040
},
4141
"devDependencies": {
42-
"@angular-devkit/build-angular": "^18.2.20",
42+
"@angular-devkit/build-angular": "^19.2.15",
4343
"@angular-eslint/builder": "17.1.0",
4444
"@angular-eslint/eslint-plugin": "17.1.0",
4545
"@angular-eslint/eslint-plugin-template": "17.1.0",
4646
"@angular-eslint/schematics": "18.4.3",
4747
"@angular-eslint/template-parser": "17.1.0",
48-
"@angular/cli": "^18.2.20",
49-
"@angular/compiler-cli": "^18.2.13",
48+
"@angular/cli": "^19.2.15",
49+
"@angular/compiler-cli": "^19.2.14",
5050
"@stylistic/eslint-plugin-ts": "^1.4.0",
5151
"@types/jasmine": "~4.3.0",
5252
"@types/jasminewd2": "^2.0.13",

openalprwebhookprocessor.client/src/app/_components/alert.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { NgFor } from '@angular/common';
88
@Component({
99
selector: 'app-alert',
1010
templateUrl: 'alert.component.html',
11-
standalone: true,
1211
imports: [NgFor]
1312
})
1413
export class AlertComponent implements OnInit, OnDestroy {

openalprwebhookprocessor.client/src/app/account/login.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { MatButtonModule } from '@angular/material/button';
1313
@Component({
1414
selector: 'app-login',
1515
templateUrl: 'login.component.html',
16-
standalone: true,
1716
imports: [CommonModule, ReactiveFormsModule, RouterLink, MatCardModule, MatFormFieldModule, MatInputModule, MatButtonModule]
1817
})
1918
export class LoginComponent implements OnInit {

openalprwebhookprocessor.client/src/app/account/register.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { MatButtonModule } from '@angular/material/button';
1212

1313
@Component({
1414
templateUrl: 'register.component.html',
15-
standalone: true,
1615
imports: [ReactiveFormsModule, NgClass, NgIf, RouterLink, MatCardModule, MatFormFieldModule, MatInputModule, MatButtonModule]
1716
})
1817
export class RegisterComponent implements OnInit {

openalprwebhookprocessor.client/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { Subscription } from 'rxjs';
1818
selector: 'app-app',
1919
templateUrl: 'app.component.html',
2020
styleUrls: ['app.component.css'],
21-
standalone: true,
2221
imports: [NgIf, MatTabsModule, RouterLink, MatIconModule, AlertComponent, RouterOutlet, MatSidenavModule, MatListModule, CommonModule, ThemePickerComponent]
2322
})
2423
export class AppComponent implements OnInit, OnDestroy {

openalprwebhookprocessor.client/src/app/home/home.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { MatCardModule } from '@angular/material/card';
77

88
@Component({
99
templateUrl: 'home.component.html',
10-
standalone: true,
1110
imports: [MatCardModule, BarChartModule]
1211
})
1312
export class HomeComponent implements OnInit {

openalprwebhookprocessor.client/src/app/plates/edit-plate/edit-plate.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { MatFormFieldModule } from '@angular/material/form-field';
1010
selector: 'app-edit-plate',
1111
templateUrl: './edit-plate.component.html',
1212
styleUrls: ['./edit-plate.component.less'],
13-
standalone: true,
1413
imports: [MatDialogModule, MatFormFieldModule, MatInputModule, ReactiveFormsModule, FormsModule, MatButtonModule]
1514
})
1615
export class EditPlateComponent implements OnInit {

openalprwebhookprocessor.client/src/app/plates/plate/plate.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { MatCardModule } from '@angular/material/card';
2121
selector: 'app-plate',
2222
templateUrl: './plate.component.html',
2323
styleUrls: ['./plate.component.less'],
24-
standalone: true,
2524
imports: [CommonModule, MatCardModule, MatProgressSpinnerModule, MatIconModule, MatTableModule, MatFormFieldModule, MatInputModule, TextFieldModule, ReactiveFormsModule, FormsModule, MatButtonModule]
2625
})
2726
export class PlateComponent implements OnInit, OnChanges, OnDestroy {

openalprwebhookprocessor.client/src/app/plates/plates.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import { ActivatedRoute, Router } from '@angular/router';
4242
transition('expanded <=> collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)'))
4343
])
4444
],
45-
standalone: true,
4645
imports: [
4746
MatExpansionModule,
4847
CommonModule,

0 commit comments

Comments
 (0)