interface DoCheck { ngDoCheck(): void }

|

interface DoCheck {
  ngDoCheck(): void
}