Activity #25: SOLID PRINCIPLES in Angular
SOLID Principles:
Single Responsibility Principle (SRP):
A class or module should have only one reason to change, meaning it should only have one responsibility or job.
In Angular, it's important that components, services, and modules adhere to SRP. ...
jennyfaye.hashnode.dev9 min read