RadioBadgeDirective
Defined in: directives/radio-badge/radio-badge.directive.ts:14
Marks an element as part of a radio-style badge group. Typically used to visually indicate selection state and allow only one item in the group to be active at a time.
Since
1.0.0
Author
Simon Kovtyk
Implements
AfterViewInit
Constructors
Constructor
ts
new RadioBadgeDirective(): RadioBadgeDirective;Returns
RadioBadgeDirective
Methods
ngAfterViewInit()
ts
ngAfterViewInit(): void;Defined in: directives/radio-badge/radio-badge.directive.ts:20
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
Returns
void
Implementation of
ts
AfterViewInit.ngAfterViewInit