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
forRoot argument is of type CurrencyMaskConfig. This way, the user is forced to pass an object with all the properties, even though they only want to change some of them and use default values for the others.
It would be nice if the argument was Partial<CurrencyMaskConfig> instead.
The text was updated successfully, but these errors were encountered:
forRoot
argument is of typeCurrencyMaskConfig
. This way, the user is forced to pass an object with all the properties, even though they only want to change some of them and use default values for the others.It would be nice if the argument was
Partial<CurrencyMaskConfig>
instead.The text was updated successfully, but these errors were encountered: