Activity 25: SOLID PRINCIPLES in Angular
SOLID Principles:
Single Responsibility Principle (SRP):
Explanation:
is a fundamental principle of software engineering which states that a class or module should have only one reason to change. In other words, it should have only one responsibil...
gerliedaoayan.hashnode.dev7 min read