Minify Angular Js
How to minify the code written in angular js. Are there any online tools?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vivek KumarPosted Mar 7, 2019, 1:34 PM
Praveen KumarPosted Mar 7, 2019, 4:50 AM
So to get rid from minification issue, you need to inject your own services or AngularJs services in following way.
.controller("HomeController",function($scope, $http, myService){
});
Madan ShekarPosted Mar 7, 2019, 4:43 AM
Sanwar RanwaPosted Mar 7, 2019, 4:43 AM
Ketan MokariyaPosted Mar 7, 2019, 4:38 AM