AngularJS: Dependency Management
We are currently planning a website which exists out of different
AngularJS apps that will make use of common services. Services will be
implemented in seperate files; to minimize the filesize of the apps we
want to include/concatenate only those service-files that are used in the
corresponding app - so we are looking for the best practise in dependency
management.
is there something like requireJS in angular or what would you suggest to
handle the includes? thanks in advance .)
No comments:
Post a Comment