ngOnInit method
Executed after the first change detection run for a directive.
See OnInit
for a full description.
Implementation
@override
ngOnInit() {
_visibleChange.add(_visible);
}
Executed after the first change detection run for a directive.
See OnInit
for a full description.
@override
ngOnInit() {
_visibleChange.add(_visible);
}