Currently, I am facing a strange issue in my Angular 2 application.
I have two component for addition of records and update record i.e. menu-add and menu-edit.
And these components are injected in main module also.
Everything is working fine but I have changed some code in menu-add.ts and clean/build/rebuild vs project too, but I am not getting the changes reflection in website, even in console I am getting old code.
So is their any way to versioning components in module.ts or versioning whole angular app?