I am given a project. My team leader said that I should solve that problem which is that calendar doesnt let us select a day from future, it only lets us choose today. And he said i will do it on Angular 1.
But when I open the project on VS code, I found the calendar part in "src-sass-dashboard-_calendar.scss" All I see there are css codes. I havent worked with angular before, so how can I find where to write angular code, since all I see are only CSS codes there. I dont know if angular is same like css?
Can you give me a tip?