Interface AfterContentChecked

interface AfterContentChecked {
    afterContentChecked(): void;
}

Methods