Firstly, I am new to AngularJS. I was wondering what are the best practices around sharing common javascript code across multiple AngularJS projects?
What do the experienced AngularJS ninjas do out there?
I have heard of bower.
Firstly, I am new to AngularJS. I was wondering what are the best practices around sharing common javascript code across multiple AngularJS projects?
What do the experienced AngularJS ninjas do out there?
I have heard of bower.
By creating independent modules that you will then inject wherever you need to use those features. (you will have to include the .js files too)