Agree with @j0w and I want to say that it works fine on Angular 5.
Remember to include the corresponding imports as I forgot to do so...:
import { enableProdMode, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular/core';
Remember, isn't a recommended way to translate your Angular site on modern Angular versions.