Interface AfterViewChecked

interface AfterViewChecked {
    afterViewChecked(): void;
}

Methods