While building an Angular 6 app i get a compile error in @angular/core/src/render3/interfaces on line 35. The line is:
[ACTIVE_INDEX]: number | null;
and the error is:
error TS1169: A computed property name in an interface must directly refer to a built-in symbol.
I an using @angular/core@6.1.6. Am I doing something wrong or is this an Angular bug?