You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of the settings property is called Settings, and with today's IDEs (like WebStorm), automatic import is a very handy feature.
So when a class has a common name, like Config or Settings instead of something more specific like Angular2SmartConfig or Angular2SmartSettings, it' becomes a hassle to import bacuse the IDE may import the wrong.
So maybe changing it to something more specific to this package may be better in the future
The text was updated successfully, but these errors were encountered:
In this example:
The type of the
settings
property is calledSettings
, and with today's IDEs (like WebStorm), automatic import is a very handy feature.So when a class has a common name, like
Config
orSettings
instead of something more specific likeAngular2SmartConfig
orAngular2SmartSettings
, it' becomes a hassle to import bacuse the IDE may import the wrong.So maybe changing it to something more specific to this package may be better in the future
The text was updated successfully, but these errors were encountered: