What do you mean by ther term “Tree Shaking“ in Angular?
Why it is needed and how to implement the same?
Tree Shaking is a way to remove unused modules from the final bundle file of the application. Angluar CLI by default uses WebPack bundler for bundling the script files which supports Tree Shaking from WebPack2.