i've been searching for answers for last 4 hours and couldn't get the answer so i'll ask it myself and hope i can get the answer
i'm using gulp to build my ts files in my angular app, i have lots of components and lots of sdk files for rxjs (selectors, reducers ...) i have gulp task that builds all of my ts files into js files and it works perfectly, only problem is that user has to download all the js files and it takes forever to download all of them, i want to make one single app.min.js file from all of these ts files but was not able to do that, its not necessary to explain how i uglify this app.js i can do that on my own but i can't get all of my code in one file without errors