Path Courses
Introduction to Angular Learn to get started with Angular to build your modern web applications using VS Code and Angular CLI. In this course, you'll learn about Angular History, comparing Angular2 with AngularJS and setting up an environment for Angular development. Further, discover how to work with the Angular CLI to run your Angular Application.
What you will learn:
- Introduction to Angular
- Angular History
- Angular1.x vs. Angular2+
- Development Tools
- Angular CLI
- Creating Project for Angular v5, v6, v9
- Angular App structure
- Angular with Visual Studio
- Angular Building Blocks
Angular Fundamentals
Angular is the most popular web development frameworks across the world. Learn the fundamentals of building applications using Angular and Angular CLI. In this course, you'll learn about Angular powerful features such as data binding, rich templates, directives, pipes, comprehensive routing, nested routes and lazy loading.
What you will learn:
- Data Binding
- Directives
- Custom Directives
- Pipes
- Custom Pipes
- Routing
- Router Links and Route Parameters
- Nested Routes and Lazy Loading
Angular Components Angular is used to build modern, light-weight and robust web applications. Learn to leverage the component-based architecture to create efficient, and well-organized apps. This course is all about components in Angular including components inheritance, component lifecycle hooks, nested components, data sharing between nested components, content projection, view encapsulation and shadow DOM.
What you will learn:
- Angular Components
- Components Inheritance
- Nested Components
- Component Lifecycle Hooks
- Content Projection
- Shadow DOM
- View Encapsulation
Angular Forms and Validation In a web application, handling user input with the help of form is a commonly used way. Angular provides two ways: template-driven and reactive forms, to handle user input and validate them. In this course, you'll learn about Angular forms building blocks, ways to create forms, form validation and creating custom validations.
What you will learn:
- Introduction to Angular Forms
- Forms and Form Controls State
- Template Driven Form
- Model Driven (Reactive) Form
- Angular Form Validations
- Template Driven vs React Form
- Custom Form Validations
Angular Advanced Concepts
Become an expert at building real-world Angular applications with Angular services, observables, and state management using RxJS. In this course, you'll learn the Angular most advanced features including RxJS fundamentals, state management with RxJS, angular services, data sharing using services, dependency injection, change detection techniques and angular animations.
What you will learn:
- Introduction to ReactiveX
- Understanding Angular2 Services
- Introduction to Zone.js
- Observable and Observer
- Observable Operators
- Observable vs. Promises
- Dependency Injection
- Change Detection Strategies
Angular Unit Testing Unit testing helps you to identify bugs, any gap or missing requirement so that you can fix them and develop a quality product. Unit test cases are written by developers, so being a developer you should know how to write test cases for your Angular application. In this course, you will learn about Angular Unit testing framework - jasmine, test runners - Karma, and mocking frameworks to test your angular components, services, directives, and pipes.
What you will learn:
- Tools and Technologies
- Writing First Test Case
- Isolated Testing
- Integration Testing
- Code Coverage
- Debugging
Angular App Optimization Techniques
Angular is by default provide superfast Performance, but when it comes to designing complex and realistic application, you will start seeing cracks inside your application performance. In this course you will learn about best practices to improve your angular application.
What you will learn:
- Introduction to App Optimization
- Looking into Bundle
- Lazy Loading
- Removing Shared Module
- Specifying Budgets
Angular NgRx: Getting Started
NgRx is a powerful library building reactive applications in Angular. NgRx helps us to manage state and interactions with in an Angular application using the redux pattern. In this course you will learn NgRx installation along with store, actions, reducers, effects, and selectors.
What you will learn:
- Introduction to NgRx
- When to use NgRx
- NgRx Packages
- NgRx Store, Reducer and Selectors
- NgRx Effects
- NgRx DevTools