Recently, I delved into the realm of Angular and stumbled upon this tutorial showcasing how to incorporate an Angular materials side nav bar. However, as I followed the instructions laid out in the video, the website displayed did not reflect any CSS styling.
Here are the steps that I diligently pursued:
Initialized my very own Angular application.
Executed the command ng generate @angular/material:navigation
Imported essential modules into the modules.ts file.
Added
<app-nav></app-nav>
within the app.component.html file.
Subsequently, this was the result I obtained.
Edit- Despite attempting to transfer the contents of main-nav.component.css to the global styles.css as advised in this Stack Overflow response, my efforts were fruitless.