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
currently these methods are available under Ember.String, however they are not exposed/used under @ember/string. I wanted to import these for my adapter and it currently breaks unless I use Ember.String.
The text was updated successfully, but these errors were encountered:
izelnakri
changed the title
add pluralize() and singularize() to '@ember/string'
pluralize() and singularize() not available for '@ember/string'
Oct 11, 2017
currently these methods are available under Ember.String, however they are not exposed/used under
@ember/string
. I wanted to import these for my adapter and it currently breaks unless I use Ember.String.The text was updated successfully, but these errors were encountered: