I am new to Angular 2. I have developed one small application. In my application there is a Login and Register page.
After all done I have build my app using
ng build --prod --aot
All the js is minified and It all work fine.
My question is now I have to do a little change
like change label text 'Username' to 'Email'
Is I need to do change and rebuild full solution every time for this type of small changes?