- How to generate a new Angular project
 - Inspecting the skeleton Angular app
 - Inserting an Angular app into index.html
 - Styling the Navigation Component
 - Moving the HTML of the App Component
 - Writing the ProfileComponent from scratch
 - Adding Global Styles
 - Showing the Profile Page Using Angular Routing
 - Adding a login component
 - Binding Template Files to Class Files
 - Property binding in Angular
 - Binding a property to a button click
 - Comparing one-way and two-way data binding in Angular
 - Examining Property Bindings in Angular in More Detail
 - Understanding Services in Angular
 - Working with HttpClient
 - Showing the Profile Page Using Angular Routing
 
Moving the HTML of the App Component
    Updated: 
    
  
  Learn how to move the HTML of the App Component in Angular. Step-by-step guide from 'The Free Visual Guide to Getting Started with Angular' course.