Skip to content

Commit 90aa011

Browse files
mhenkensSuperITMan
authored andcommitted
feat(demo): update to angular 14
1 parent 29eec87 commit 90aa011

File tree

88 files changed

+7044
-9575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7044
-9575
lines changed

demo-app/ng12/src/app/components/translated-form-error/translated-form-error.component.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo-app/ng12/src/app/parent-error-state-matcher.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

demo-app/ng12/src/app/password-validator.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

demo-app/ng13/package-lock.json

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

demo-app/ng13/src/app/app.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ export class AppComponent implements OnDestroy {
2121
private _routerSubscription: Subscription;
2222
private _mediaQuerySubscription: Subscription;
2323

24-
public constructor(private _router: Router, public breakpointObserver: BreakpointObserver) {
24+
public constructor(
25+
private _router: Router,
26+
public breakpointObserver: BreakpointObserver
27+
) {
2528
this.mobileQueryMatches = this.breakpointObserver.isMatched(MEDIA_MATCH);
2629

2730
this._mediaQuerySubscription = this.breakpointObserver.observe([MEDIA_MATCH]).subscribe((state: BreakpointState) => {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span *ngFor="let error of errors; trackBy: trackError" [ngClass]="getErrorClass()"> {{ error.message | translate : error.params }} </span>
1+
<span *ngFor="let error of errors; trackBy: trackError" [ngClass]="getErrorClass()"> {{ error.message | translate: error.params }} </span>

demo-app/ng13/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)