I have a project to migrate an MVC application to Angular6. Now the designs are already existing in cshtml files i.e. views. So is it okay to use those designs as it is in angular.
NOTE : The designs consist of lot of images, css, js and charts.
I know the basics of Angular and aware about Form Templates and Reactive forms but styling them from scratch will take a much longer time.
So is it okay to use the existing markup of cshtml and perform the coding part in Angular TS components.