SkillUp Sale

Angular Training in Hong Kong, Hong Kong

Get a rock-solid grip on Angular 12 - all features covered!

  • Create and validate model-driven forms
  • Learn to use HTTP with Observables, routing, and pipes
  • Learn to develop attractive UI using Bootstrap 
Enterprise Training for Teams: Get a Quote
  • 250,000 + Professionals trained
  • 250 + Workshops every month
  • 100 + Countries and counting

Grow your Angular skills

KnowledgeHut’s Angular 12 certification course in Hong Kong will teach you how to design single-page applications and how to construct them using Angular on the web or mobile applications. TypeScript, Bootstrap Grid System, dependency injections, SPA, pipes, promises, observables, and Angular class testing are all covered in this Angular certification.

..... Read more
Read less

Highlights

  • 24 Hours:  Live Instructor-Led Sessions

  • Learn by Doing with Hands-On Exercises

  • Practice with Assignments and MCQs

  • Build real-world skills with Live Projects

  • Go from Fundamentals to Advanced

  • Code Reviews by Professionals

Why should you take the Angular 12 training course in Hong Kong?

benefits of Angular

The Angular 12 training in Hong Kong offered by KnowledgeHut is crafted to take you from a beginner to a skilled master of the framework. The framework has been embraced by corporations such as YouTube, Lego, and Walmart. The course is available in Immersive Learning format. In Hong Kong, the average salary of an Angular Developer is HK$382,500 per year.

..... Read more
Read less

Not sure how to get started? Let our Learning Advisor help you.

Contact Learning Advisor
prerequisites for Angular

Prerequisites for the Angular Course

This is an introductory course and does not have any prerequisites. 

Who can attend the Angular training in Hong Kong?

Professionals/novices looking to build scalable single-page apps

Professionals/novices looking to use client-side web development for web apps

Candidates aspiring for a career in front-end Web App development

Angular Course Schedules for Hong Kong

Can't find the training schedule you're looking for?

Request a Batch

The KnowledgeHut Edge

Learn by Doing

Our immersive learning approach lets you learn by doing and acquiring hands-on skills.

Real-World Focus

Learn theory with real-world practical case studies. Learn productively from the get-go.

Industry Experts

Get trained by leading practitioners, learn their best practices with interactive sessions.

Curriculum Designed by the Best

Hand-picked best practices to emphasize real-world relevance and meet industry demands.

Exclusive Post-Training Sessions

One-to-one guidance from mentors: evaluation, guidance on topics, and challenges at work.

Continual Learning Support

Overall support on your web development journey with webinars, e-books, tutorials, and more.

What you will learn in the Angular training program

Typescript

Learn the concepts of typescript that are well used in the development of an Angular application.

Components

Learn to create and use components such as CLI and decompose monolithic UI into smaller components.

Modules

Understand the process to modularize angular applications and learn by creating feature modules.

Templating

Learn about template syntax and how to apply these concepts in developing dynamic templates.

Form Management

Learn and understand the process behind developing template driven and reactive forms.

Services

Learn how to create services to hold business logic, and inject services into services & components.

Routing and Remote Services

Learn how to implement navigation and protect routes. Also, learn how to consume remote services.

Web components

Understand and learn how to use angular elements to implement the web components.

Advanced features

Work with advanced features such as server-side rendering, service workers, PWAs, and Angular Material.

Unit testing

Learn how to unit test Angular applications using jasmine, angular testing utilities and karma.

Debugging

Learn the Chrome and Microsoft VSCode and their uses for debugging Angular applications with Angular DevTools.

Dev Tooling and Bundling

The applications of Angular CLI, the bundling process and optimizations by Angular CLI.

Skills you will gain through the Angular course

Create new projects

Debug Angular apps

Develop reactive forms

Create template syntax

Create feature modules

Create web components

Modularize Angular apps

Decompose monolithic UI

Protect routes with guards

Develop dynamic templates

Develop navbar components

Create a progressive web app

Use observables and operators

Create services for dependencies

Test with Angular testing utilities

Inject services into components

Features of RxJS to perform tasks

TypeScript to develop Angular apps

Manually create and use such as CLI

Create services to hold business logic

Apply built-in pipes to transform data

Provide component at various levels

Use data binding syntax in templates

Use route configurations at the root

Create template and reactive forms

Implement navigation services

Use HttpClient for CRUD operations

Learning objectives

Here you will start with the introduction to Angular and learn about Single Page Application vs Multi Page Application, and the pros and cons of SPA vs MPA. Understand the developer experience delivered by angular tooling and get a high-level overview of the framework and its community. 

Topics

  • Introduction to Angular 
  • History of Angular
  • The leap from AngularJS to Angular
  • Desktop Application class User Experience
  • Productivity and Tooling
  • Performance
  • Community
  • Full-featured Framework
  • Supported Browsers
  • Platform for Targeting Native Mobile, not just Web Browsers

Learning objectives

TypeScript is integral to building apps using Angular. While developers can use ECMAScript to build Angular apps, TypeScript has become the de facto lingua franca for writing efficient, error resilient Angular applications. It is therefore imperative that you learn TypeScript 4.2 or above before diving into Angular itself and this module will bring you to speed with everything you need to know on it.


Topics

  • Introduction
  • What is Typescript
  • Why Typescript
  • Setup and installation
  • IDE support
  • Scoping using let and const Keywords
  • Template Literals
  • Rest and Spread Parameters
  • Destructuring
  • Introduction to Types
  • Type inference
  • Type Annotations
  • Number
  • Boolean
  • String
  • Array
  • Tuple
  • Enum
  • Any
  • Void
  • Null and Undefined
  • Never
  • Introduction to Functions
  • Using types in functions
  • Function as types
  • Optional and default parameters 
  • Arrow functions
  • Introduction to Classes
  • Inheritance
  • Access modifiers
  • Getters and setters
  • Read-only and static
  • Introduction to Interfaces
  • Optional properties and methods
  • Strict structural contract
  • Extending interface
  • Implementing interface
  • Introduction to Modules
  • Import / Export
  • Default
  • Decorators

Hands-on

  • Create variables using let and const, create multi-line strings with template literals, use spread and rest operators with functions, pull values for arrays and objects using destructuring.
  • Create variable with different TS supported data types.
  • Create functions with mandatory, optional and default parameters. Create arrow functions.
  • Create classes with properties, methods, and accessors. Implement inheritance.
  • Create an interface and use it to validate object shapes. Implement interfaces in classes.
  • Create modules and import them into other modules.

Learning objectives

Upon completion of this module, you will know how to setup Angular CLI and create a new project in the command-line tool. You will also gain insight into the project structure and the significance of the project files. Also, experience the debugging of your angular app in visual studio code and learn how to view runtime information with the augury chrome extension.

  • Angular CLI - An Introduction
  • Anatomy of the project
  • Setting up a workspace
  • Updating Angular apps using the Angular CLI 
  • Adding support for external libraries using the Angular CLI 
  • Debugging Angular apps
  • Working with Angular DevTools
  • Using the Angular Language Service with Microsoft VSCode

Hands-on

  • Create a new Angular CLI project. 

Learning objectives

Upon completion of this module, you will get a bird’s eye view of angular and its programmable members. This module lays the foundation for the entire course.


Topics

  • Modules
  • Components
  • Templates
  • Metadata
  • Data binding
  • Directives
  • Services
  • Dependency injection
  • Angular Ivy

Learning objectives

Grasp the significance of the angular module system, and gain an insight into why modules are needed, how we create modules, and about the different kinds of modules.


Topics

  • Why modules 
  • How to create modules
  • Built-in modules
  • Root Module
  • feature module

Hands-on

  • Create a feature module and import feature module into a root module.

Learning objectives

Know the significance of components and learn to create a component with different ways of attaching templates and styles.

  • Introduction
  • @Component decorator
  • Component configuration object
  • Custom components
  • Component with templates
  • Inline
  • External
  • Component with Styles
  • Inline
  • External
  • Angular Elements

Hands-on

Create a component with inline and external templates and styles, create components manually, and with cli, also apply component composition by using a component in another component.

Learning objectives

Learn what the angular templating syntax and explore the powerful data binding features.

  • HTML as template
  • Data binding

Learning objectives

  • Property Binding
  • Event Binding

Topic

  • Two-way binding
  • Template expressions
  • Template syntaxAttribute, class, and style bindings
  • @Input()
  • @Output
  • Template reference variables
  • Safe navigation operator

Hands-on

Use different data binding syntax in the template, implement property binding with @Input and custom event binding with @Output binding, create template reference variables, and use them in the template.

Learning objectives

Experience the power of Angular directives and the different kinds of directives supported in Angular.

  • Introduction
  • Built-in directives
  • Structural directive
  • NgIf
  • NgFor
  • NgSwitch
  • Attribute directive
  • NgClass
  • NgStyle
  • NgModel

Hands-on

Implement iteration and conditional rendering in a template using structural directives and implement dynamic styling with attribute directives.

10.

Learning objectives

Understand Angular data transformation capabilities using pipes.

  • Introduction
  • Built-in pipes
  • @Pipe decorator

Hands-on

Use currency, date, json, and other pipes to transform data. Apply the built-in pipes in transforming data in the classroom course project.

11.

Learning objectives

Learn how to develop forms in template-driven and reactive form styles along with form validation techniques.

  • Introduction
  • @angular/forms library
  • Template-driven forms
  • Form and field validation
  • Validation check with ng-pristine,ng-dirty, ng-touched, ng-untouched, ng-valid, ng-invalid
  • Show and hide validation error messages
  • Form submission with ngSubmit
  • Reactive/ Model drive forms
  • ReactiveFormsModule
  • FormGroup, FormControl classes
  • FormBuilder for easy form building
  • Validations using Validators
  • Setting form model using setValue and patchValue
  • Use FormArray to build repeated from controls or form groups

Hands-on

Develop forms in both template and reactive forms along with validation. Also, you will code form with the most commonly used controls like textbox, drop-down lists, checkboxes, radio buttons, buttons.

Learning objectives

Understand the significance of dependency injection in angular and the different kinds of provider types in Angular.

  • Introduction
  • Why DI
  • @Injectable decorator
  • Custom service development
  • Registering the service with NgModule using providers key
  • Provider Types
  • Class
  • Factory
  • Value

Hands-on

  • Develop services and provide them as dependencies for components.
  • Provide component at self, parent, and root levels. Create 3 different types of providers.

Learning objectives

Learn how to implement navigation in angular and protect routes with route guards.

  • Introduction
  • @angular/router library
  • Configure routes
  • RouterModule.forRoot and RouterModule.forChild
  • RouterOutlet, RouterLink, RouterLinkActive
  • Nested Routes
  • Parametrized routes
  • Route guards

Hands-on

  • Develop a navbar component that provides routing for application.
  • Use route configuration at the root module and feature module level and protect routes with guards.

Learning objectives

Gain insight into observable patterns and implementation in javascript using rxjs library.

  • Introduction
  • Why RxJs
  • Observable interface
  • Streams
  • Operators
  • Subscription
  • Subject
  • Schedulers

Hands-on

  • Create and use observables and operators.

Learning objectives

Learn how to consume remote API using an HTTP client and understand the power of interceptors for better error handling.

  • Setup installing the module
  • Making a request for JSON data
  • Type checking the response
  • Error handling
  • Sending data to the server
  • Making a POST request
  • Configuring other parts of the request

Hands-on

  • Create a service that uses HTTP Client to make CRUD operations.
  • Add headers to requests and handle errors.

Learning objectives

Gain an interesting insight into some of the most interesting features of Angular that help boost productivity, performance and more.

  • Creating Libraries
  • Angular Material Essentials
  • Lazy Loading
  • Customizing the Angular CLI using the Builder API
  • Server Side Rendering with Angular Universal
  • Working with Service Workers
  • Building a Progressive Web App

Hands-on

  • Create a progressive web app (PWA) which uses Angular Material
17.

Learning objectives

Learn to write unit test cases to test components, services, and pipe.

  • Introduction
  • Testing in Typescript
  • Testing Component
  • Testing Service/Provider
  • Testing Pipe

Hands-on

  • Unit test a component, service, and custom pipe.

Learning objectives

Understand the differences between JIT compilation and AOT compilation and how to deploy angular applications.

  • Manually
  • Using the Angular CLI with Ahead-Of-Time (AOT) Compilation and Tree-Shaking (removing unused library code)
  • Deployment Platforms for Angular Apps

Hands-on

  • Demonstrate how to run AOT build and deploy an Angular app to Vercel Now using ng-deploy-vercel

Hotelpedia

Use your skills of Angular to build an application that provides details of famous hotels in multiple cuisines - a mini project like Wikipedia but limited to book details.


E-Courses

Use your skills of React, Redux, and Redux Saga to build an online web application that sells technology courses online.

FAQs on Angular Certification in Hong Kong

Angular Training

The Angular 12 course has been thoughtfully designed to make you a skilled developer ready to take on significant roles in top tech companies. At the end of the course, you will be able to:

  • Apply TypeScript to develop Angular applications
  • Manually create components as well as use components such as CLI 
  • Decompose monolithic UI into smaller components to create larger pages 
  • Modularize angular application and by creating feature modules 
  • Create template syntax and apply these concepts in developing dynamic templates 
  • Develop template-driven and reactive forms
  • Create services to hold business logic, and inject services into services and components
  • Implement navigation and protect routes and consume remote services
  • Use angular elements to implement web components
  • Test angular applications using jasmine, angular testing utilities and karma
  • Use Chrome and vscode to debug Angular applications
  • Work with the applications of Angular CLI and augury

The program takes you on a learning journey from the fundamental to the advanced concepts in Angular. Whatever your level of expertise – beginner, intermediate or expert – you will benefit from this course to hone your skills and become an expert Angular developer. The training is designed in such a way that even novices can develop their skill set through instructor-led training, hands-on exercises, projects and related courseware. Upon completion of the course, you will become proficient with Angular and its core features.

In general, version 2 onwards, Angular adopted a completely rewritten architecture that has positively evolved over time to support evolving benchmarks of performance and stability. Here are some of the differences in the versions from 2 to 12: 

  • Notable improvements in support for newer TypeScript editions has ensured a great developer experience as well as the production of error free code. 
  • Angular 4 was the logical successor for Angular 2 which featured a number of performance improvements including reduced size of the compiled application.
  • Angular 5 brought about further optimizations including the ability to share application state between server rendered and client version of an Angular application.
  • Angular 6 brought RxJS6 besides improvements to the underlying toolchain that is used to develop and produce a compiled Angular app.
  • Angular 6 also included Angular Elements, a remarkable feature which allows generation of components that can co-exist and work with applications built using other frameworks. 
  • Angular 7, like Angular 6, included several internal enhancements including a new application compiler named ngcc. This version also brought in native support for drag and drop.
  • Angular 8 introduced among other things, support for web workers for generating production bundles. This improves performance and produces faster builds.
  • Angular 9 introduced Ivy as the default high performance compiler which produces smaller production bundles besides several updates to TypeScript.
  • Angular 10 introduced several internal fixes and enhancements.
  • Angular 11 includes support for Webpack 5, updates to the hot module reloading feature and several other minor updates.
  • Angular 12 further levels up on the previous version by deprecating the View Engine and adopting the Ivy ecosystem. This version also deprecates support for IE 11, adds enhancements to styling and introduces the Angular DevTools which can be used instead of Augury. 

Yes, our Angular course is designed to give you flexibility to skill up as per your convenience. We have both weekday and weekend batches to accommodate your current job and have interesting projects that will keep you practicing as you learn.

In addition to training hours, we recommend spending about 2 hours per day every day of the training and for a week thereafter. Study, practice and achieve optimal benefits from the course.

The Angular 12 course is well-suited for:

  1. Professionals/novices who want to build scalable single-page apps
  2. Professionals/novices who want to use client-side web development for web apps
  3. Candidates aspiring for a career in front-end Web App development

Below are the prerequisites for the course:

  • Basic HTML and CSS Knowledge
  • Intermediate JavaScript knowledge

Hardware requirements 

  • Windows 8 / Windows 10 OS, MAC OS >=10, Ubuntu >= 16 or latest version of other popular Linux flavors
  • 8 GB RAM
  • 10 GB of free space

Software Requirements

  • A web browser such as Google Chrome, Microsoft Edge, or Firefox

System Requirements 

  • 32 or 64-bit Operating System
  • Any workstation or laptop with at least 8 GB of RAM 

Installations Needed 

Make sure you have the latest version of: 

  • Node.JS and NPM installation 
  • Angular 12 CLI installation
  • Chrome or Firefox

On adequately completing all aspects of the Angular 12 course, you will be provided with a course completion certificate from KnowledgeHut.

More than the certificate, however, you will get to prove your mettle in webpage development by working on real-world projects and adding these to your portfolio. In this program, you will learn on the job, much like most Angular developers in leading tech companies. You will get various learning experiences through assignments and module-level projects as well as a chance to apply all your learnings in independent capstone projects.

Along the course, you will have the opportunity to build your project portfolio with two industry-relevant capstone projects under the mentorship of an industry expert.

You will go about the projects the same way you would execute projects in the real business world. By the end of the course, you will have developed immediately applicable skills and be work ready.

Angular Workshop Experience

The Angular workshop at KnowledgeHut is delivered through PRISM, our immersive learning experience platform, via live and interactive instructor-led training sessions.

Listen, learn, ask questions, and get all your doubts clarified from your instructor, who is an experienced Angular and web development industry expert.

The Angular course is delivered by leading practitioners who bring trending, best practices, and case studies from their experience to the live, interactive training sessions. The instructors are industry-recognized experts with over 10 years of experience in web development.

The instructors will not only impart conceptual knowledge but end-to-end mentorship too, with hands-on guidance on the real-world projects.

Our Angular course focuses on engaging interaction. Most class time is dedicated to fun hands-on exercises, lively discussions, case studies and team collaboration, all facilitated by an instructor who is an industry expert. The focus is on developing immediately applicable skills to real-world problems.

Such a workshop structure enables us to deliver an applied learning experience. This reputable workshop structure has worked well with thousands of engineers, whom we have helped upskill, over the years.

Our Angular workshops are currently held online. So, anyone with a stable internet, from anywhere across the world, can access the course and benefit from it.

Schedules for our upcoming workshops in Angular can be found here.

We currently use the Zoom platform for video conferencing. We will also be adding more integrations with Webex and Microsoft Teams. However, all the sessions and recordings will be available right from within our learning platform. Learners will not have to wait for any notifications or links or install any additional software.

You will receive a registration link from PRISM to your e-mail id. You will have to visit the link and set your password. After which, you can log in to our Immersive Learning Experience platform and start your educational journey.

Yes, there are other participants who actively participate in the class. They remotely attend online training from office, home, or any place of their choosing.

In case of any queries, our support team is available to you 24/7 via the Help and Support section on PRISM. You can also reach out to your workshop manager via group messenger.

If you miss a class, you can access the class recordings from PRISM at any time. At the beginning of every session, there will be a 10-12 minute recapitulation of the previous class.

Should you have any more questions, please raise a ticket or email us at support@knowledgehut.com and we will be happy to get back to you.

What Learners Are Saying

I
Isabella Martinez Data Analyst
5

Fantastic Azure data engineering program! Comprehensive content, hands-on exercises, and great instructors. Highly recommended for aspiring data engineers! 

Attended Azure Data Engineer Master's Program workshop in June 2023

B
Ben Johnson Developer
5

The Backend boot camp is a great, beginner-friendly program! I started from zero knowledge and learnt everything through the learn-by-doing method. 

Attended Back-End Development Bootcamp workshop in July 2021

A
Amanda H Senior Back-End Developer
5

You can go from nothing to simply get a grip on the everything as you proceed to begin executing immediately. I know this from direct experience! 

Attended Back-End Development Bootcamp workshop in June 2021

I
Issy Basseri Database Administrator
5

Knowledgehut is the best training institution. The advanced concepts and tasks during the course given by the trainer helped me to step up in my career. He used to ask for feedback every time and clear all the doubts.

Attended PMP® Certification workshop in January 2020

N
Nathaniel Sherman Hardware Engineer.
5

The KnowledgeHut course covered all concepts from basic to advanced. My trainer was very knowledgeable and I really liked the way he mapped all concepts to real world situations. The tasks done during the workshops helped me a great deal to add value to my career. I also liked the way the customer support was handled, they helped me throughout the process.

Attended PMP® Certification workshop in April 2020

M
Matteo Vanderlaan System Architect
5

I was totally impressed by the teaching methods followed by Knowledgehut. The trainer gave us tips and tricks throughout the training session. The training session gave me the confidence to do better in my job.

Attended Certified ScrumMaster (CSM)® workshop in January 2020

F
Felicio Kettenring Computer Systems Analyst.
5

KnowledgeHut has excellent instructors. The training session gave me a lot of exposure to test my skills and helped me grow in my career. The Trainer was very helpful and completed the syllabus covering each and every concept with examples on time.

Attended PMP® Certification workshop in May 2020

P
Prisca Bock Cloud Consultant
5

KnowldgeHut's training session included everything that had been promised. The trainer was very knowledgeable and the practical sessions covered every topic. World class training from a world class institue.

Attended Certified ScrumMaster (CSM)® workshop in January 2020

Angular 12 Training in Hong Kong

About Hong Kong 

Hong Kong is a renowned tourist destination as well as a significant financial centre in China's south-east. Hong Kong is expanding at a rapid pace, and it now houses several technological and manufacturing enterprises. If you wish to work on huge tech campuses, enrol in KnowledgeHut's Angular 12 Course in Hong Kong. 

Angular 12 Certification in Hong Kong 

The Angular 12 certification has grown in popularity in Hong Kong, and firms are keen to hire experts who have completed this course. Most firms have now accepted this method, which is used by developers for front-end development. You will know how to use the resources once you have completed the Angular 12 certification. 

Angular online training with real-time specialists is available through KnowledgeHut. Individuals are taught both fundamental and advanced abilities by our experts. KnowledgeHut offers high-quality training and corporate training courses in a real-time environment. Grab this opportunity to increase your skills in Angular 12 and become an expert to survive in the competitive industry.  

More training programs