recently, I started to try to learn Angular, using the latest version 6.0.When I was developing, I found that it takes a long time to load every time you modify the code using ng serve in the development mode, no matter when you are doing Demo according to the hero guide of the official website or when you are writing a training project by yourself. in the development mode, you always have to wait a long time to modify the code.
in comparison, it is faster to use vue or React before. I would like to ask whether this is because Angular itself does load more slowly, or is there any way to improve the speed of hot overloading in development mode?
is there any way to improve the speed of hot overloading in development mode? is there any way to improve the speed of hot overloading in development mode?