Is there a tool for localization in Angular 2 when using Angular-cli?
I ran into this link (from November) stating that "right now, you can’t use the CLI in translated applications" so the i18n tool can't be used in my application.
Is there another way to translate the application to different languages?
(I'm using webpack, not systemJs)