About this course
Angular is a widely used framework for building modern web applications. It provides a structured way to develop large single-page applications that are easier to maintain and extend. Angular is widely used for developing enterprise web applications.The Angular Development course teaches JavaScript developers how to build web applications using Angular. You will learn how Angular organises applications into components and how it manages data, user interaction and navigation within the application.
Angular is often chosen for projects that require a structured framework and long-term maintainability. The course also explains how Angular uses TypeScript and how TypeScript supports the development of reliable applications.
Delegate feedback
Feedback from delegates who have attended this course:
The course was very enlightening and I got what I needed to do my job.
J. Tlala
Wired Beans Technologies Lecturer: Charles Virtual training
Structured, informative! Good stepping stone to start Angular.
V. Botha
V. Botha Lecturer: Charles Classroom training
This was Top Notch Training. I have studied at couple of South Africa’s leading colleges and Training institutions recently but this training here at Incus Data is leagues ahead because of the relevant material and knowledgeable Lecturer.
A. Ribeiro
Bestmed Lecturer: Charles Virtual training
Intended audience
This course is useful if:- You are a JavaScript developer who needs to build or update applications using Angular.
- You need to maintain or support web applications that are developed using Angular.
- You are joining a team that is developing applications using Angular.
Prerequisites
- You must be able to write HTML and CSS and understand how JavaScript interacts with web pages. If you do not have this background, first attend our HTML and CSS course.
- You must already be able to write and understand JavaScript programs. If you do not have this experience, first attend our JavaScript Programming course.
Course details
Price: R8,900 excluding VAT per delegate. Included:- Electronic course material.
- Attendance certificate (PDF).
Booking information
Email your booking to info@incusdata.com. A purchase order, or completed enrolment form is sufficient. We will confirm the booking and issue an invoice.Course contents
Introduction
- The concept of a framework.
- Overview of Angular.
- Single-page applications.
- Structure of an Angular application.
Angular Architecture
- Angular modules.
- Components and templates.
- Services and dependency injection.
- The role of TypeScript in Angular.
Introduction to TypeScript
- TypeScript classes.
- Interfaces and types.
- Modules.
- Decorators.
Components and Templates
- Component structure.
- Templates and styles.
- View encapsulation.
- Reusable components.
- Lifecycle hooks.
Data Binding
- Interpolation.
- Property binding.
- Event binding.
- Two-way binding.
Forms
- Template-driven forms.
- Model-driven forms.
- Form validation.
Directives and Pipes
- Built-in directives.
- Custom directives.
- Pipes.
Services and Dependency Injection
- Creating services.
- Using dependency injection.
- Sharing data between components.
Working with Data
- HTTP communication.
- Consuming web services.