File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 88
99import {
1010 afterRenderEffect ,
11- AfterViewInit ,
1211 booleanAttribute ,
1312 computed ,
1413 contentChildren ,
@@ -104,9 +103,6 @@ export class CdkRadioGroup<V> {
104103 /** Whether the radio group has received focus yet. */
105104 private _hasFocused = signal ( false ) ;
106105
107- /** Whether the radio buttons in the group have been initialized. */
108- private _isViewInitialized = signal ( false ) ;
109-
110106 constructor ( ) {
111107 afterRenderEffect ( ( ) => {
112108 if ( ! this . _hasFocused ( ) ) {
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9- import { computed , signal } from '@angular/core' ;
9+ import { computed } from '@angular/core' ;
1010import { KeyboardEventManager } from '../behaviors/event-manager/keyboard-event-manager' ;
1111import { PointerEventManager } from '../behaviors/event-manager/pointer-event-manager' ;
1212import { ListFocus , ListFocusInputs } from '../behaviors/list-focus/list-focus' ;
You can’t perform that action at this time.
0 commit comments