Begin your journey with Angular by learning the essentials of setting up your development environment, understanding the project structure, and creating your first simple component. This course is perfect for those new to Angular and eager to build their first web application.
Overview
Syllabus
- Unit 1: Setting Up an Angular Project
- Using scaffolding in Angular
- Serving the application on local
- Unit 2: Understanding Angular Project Structure
- Modifying dependencies of package.json
- Adding configuration on tsconfig.json
- Applying a global style
- Sorting existing code to follow LIFT
- Organizing a messy project
- Unit 3: Creating Your First Component
- Using the Login Component
- Creating a Simple Hello Component
- Fixing a Component in Angular
- Refactor Component to Use External Template and Styles
- Modifying the User Profile Component
- Unit 4: Simple Data Binding
- Modify Profile Component with Interpolation
- Consolidate Profile Variables into a User Object
- Creating a Simple Click Counter with Interpolation
- Creating a Random Number Generator Component with Interpolation
- Create a Card Component
- Unit 5: Control Flow in Templates
- Control Flow with @if and @else in Angular Templates
- Display Admin Message Using @if Directive
- Fixing a Loop in Angular Template
- Display Football Teams and Match Results Using Angular Directives
- Display Different Dashboards Based on User Role Using @switch
- Create a Task List Component with Delete Functionality
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Great study thanks for the practice. The practice helped me to understand the concepts very well. hints and example were great to complete the tasks given. all the questions and quiz were awesome. I loved it. Thanks for the tool.