⚒️ Creating the App
⚒️ Go to a command prompt and navigate to a directory where you want to store you work.
ng new frontend --minimal
We'll say no to adding a routing (we will add it in later), and just use plain old CSS.
⚒️ Go to a command prompt and navigate to a directory where you want to store you work.
ng new frontend --minimal
We'll say no to adding a routing (we will add it in later), and just use plain old CSS.