I am working on an Angular 6 project where the previous developers have copy / pasted components.
In this project mobile view is completely different from the desktop view, except some components and those components which could be reused, they are exactly copy/pasted by the developers. And even the '.ts' files of the different template views are also copy/pasted which could be reused. Now I have two question - If I make a shared module and reuse that module in both the desktop and mobile folder does it have any impact on the speed / performance of the application as there are more than 50 components which needs to be done ? - Is it a standard to copy/paste code rather to reuse those components.? *You can get a clear picture of my question by seeing the attached image link below.*https://ibb.co/DgT4rwh -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
