We were using TypeScript 2.2. After upgrading to 2.4, we now get this on compilation:
error TS2345: Argument of type \'typeof TopMenuController\' is not
adding the following code fixed the issue
$onInit = () => { };