Closed conradwt closed 1 year ago
Hi, what's the recommend way to import this module/package after installing it via meteor add ...?
meteor add ...
It's extending as Meteor.Collection.prototype.friendlySlugs You don't need to import anything. Just use it as in the example
Hi, what's the recommend way to import this module/package after installing it via
meteor add ...
?