diff --git a/libs/components/src/a11y/a11y-title.directive.ts b/libs/components/src/a11y/a11y-title.directive.ts index f5f016b93c0..58f7834f35b 100644 --- a/libs/components/src/a11y/a11y-title.directive.ts +++ b/libs/components/src/a11y/a11y-title.directive.ts @@ -6,6 +6,8 @@ import { Directive, ElementRef, Input, OnInit, Renderer2 } from "@angular/core"; selector: "[appA11yTitle]", }) export class A11yTitleDirective implements OnInit { + // TODO: Skipped for migration because: + // Accessor inputs cannot be migrated as they are too complex. @Input() set appA11yTitle(title: string) { this.title = title; this.setAttributes(); diff --git a/libs/components/src/anon-layout/anon-layout.component.html b/libs/components/src/anon-layout/anon-layout.component.html index 4dfde5e7ef3..df353de91b0 100644 --- a/libs/components/src/anon-layout/anon-layout.component.html +++ b/libs/components/src/anon-layout/anon-layout.component.html @@ -6,7 +6,7 @@ }" > @@ -14,8 +14,8 @@
-
- +
+
@@ -50,11 +50,11 @@
-