Does it make sense to use Require.js with Angular.js? [closed]

Yes it makes sense to use angular.js along with require.js wherein you can use require.js for modularizing components.

There is a seed project which uses both angular.js and require.js.

Leave a Comment