fixate / angular-social-links

Flexible and easy social sharing directives for Twitter, Google plus and Facebook
http://fixate.github.io/angular-social-links/demo/
44 stars 12 forks source link

npm module #25

Closed paddotk closed 3 years ago

paddotk commented 3 years ago

Hi, Can this be used with npm? The only import/declaration instruction in the readme I see is angular.module('myApp', ['socialLinks']); but I'm not sure where to place this, Angular doesn't recognise the keyword angular anywhere..

larrybotha commented 3 years ago

@paddotk this module was built for Angular 1, back in the wild west. I'd recommend looking for another module, or evaluating the source and taking from this module what works for you.

paddotk commented 3 years ago

@larrybotha Ah I see, thanks for the quick reply. I suggest to specify in the readme htat this is for AngularJS and not Angular, as this will probably throw more people off :)

larrybotha commented 3 years ago

@paddotk Is that what it's called nowadays? :P

Done!