gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

Fix issue with injecting the LanguageService in the rootcomponent #28

Closed meronbrouwer closed 7 years ago

meronbrouwer commented 7 years ago

The languageService gets injected in the rootcomponent. This is required to ensure it is instantiated, which configured the i18n stuff. But because it stays unused in the rootcomponent, the IDE show a warning.

We should improve this situation. Maybe there is some support in Angular for these situations.

meronbrouwer commented 7 years ago

Restructured and resolved this.