Skip to content

Commit 817cf38

Browse files
authored
Merge pull request #8889 from IgniteUI/simeonoff/fix-8869-10.2.x
docs(radio-group): hide ngAfterContentInit in typedoc
2 parents 6fc56e3 + 05a185a commit 817cf38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/directives/radio/radio-group.directive.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ export class IgxRadioGroupDirective implements AfterContentInit, ControlValueAcc
235235
*/
236236
private destroy$ = new Subject<boolean>();
237237

238+
/**
239+
* @hidden
240+
* @internal
241+
*/
238242
ngAfterContentInit() {
239243
// The initial value can possibly be set by NgModel and it is possible that
240244
// the OnInit of the NgModel occurs after the OnInit of this class.

0 commit comments

Comments
 (0)