Interface AfterContentInit

interface AfterContentInit {
    afterContentInit(): void;
}

Methods