Activity 35: Personal Portfolio
Create Separate Components for Each Section
Use Angular CLI to create components for each section of the website:
ng generate component components/header
ng generate component components/about
ng generate component components/skills
ng generate comp...
activity4gitfundamentalsdocumentation.hashnode.dev2 min read