I have multiple angular 5 projects in progress and my team is considering incorporating material design components from https://material.angular.io/.
Would it be beneficial to create a wrapper layer to contain the material design components? This would mean using <my-app-card>
instead of <mat-card>
.
The main goal is to maintain a consistent and easily modifiable user interface across all our projects.