If we use more Angular components, will it reduce the application performance?
I am using the angular components in my application. like angular.module().component('myComponent',...) . If I use more components in my application, will it drain the performance?