Angular培訓

Angular培訓

由講師進行實時指導的Angular本地培訓課程通過討論和動手實踐演示如何使用Angular開發Web應用程序。Angular課程涵蓋Angular的所有版本,包括:Angular 1(也稱爲Angular1、AngularJS、Angular.js、AngularJS 1等)、Angular 2(或Angular2、AngularJS 2等)、Angular 4(或Angular4 )和Angular 5(或Angular5)。Angular各版本中最顯著的差異在于將Angular 1改寫爲Angular 2。這種改寫不僅帶來了性能改進,也采用Bootstrap以及大量使用TypeScript(TS)。指令的概念更接近Web組件的標准和React構建應用程序的方式。與Angular 1中使用的MVC架構相反,Angular 2和所有後續版本都是基于服務/控制器架構。

Angular培訓形式包括“現場實時培訓”和“遠程實時培訓”。現場實時培訓可在客戶位于台灣的所在場所或NobleProg位于台灣的企業培訓中心進行,遠程實時培訓可通過交互式遠程桌面進行。

NobleProg -- 您的本地培訓提供商

客戶評論

★★★★★
★★★★★

Angular課程大綱

課程名稱
課程時長
概觀
課程名稱
課程時長
概觀
28小時
This instructor-led, live training in 台灣 (online or onsite) is aimed at programmers who wish to use the latest features of Angular 13 to build, test, and deploy web applications. By the end of this training, participants will be able to:
  • Use TypeScript and Angular CLI to develop Angular 13 applications.
  • Develop, test, and deploy Angular 13 web applications.
  • Create web components that can be used for any web application or page.
28小時
In this instructor-led, live training in 台灣 (online or onsite), participants will learn how to create, test and deploy an Angular application using the latest features in Angular 12. By the end of this training, participants will be able to:
  • Develop Angular 12 applications using TypeScript and the Angular CLI.
  • Create loosely coupled web components that can be used in any web application or HTML page.
  • Test, debug and deploy an Angular 12 application.
  • Organize Angular 12 projects using best practices.
28小時
In this instructor-led, live training in 台灣 (online or onsite), participants will learn how to create, test and deploy an Angular application using the latest features in Angular 11. By the end of this training, participants will be able to:
  • Develop Angular 11 applications using TypeScript and the Angular CLI.
  • Create loosely coupled web components that can be used in any HTML page.
  • Test, debug and deploy an Angular 11 application.
  • Organize Angular 11 projects using best practices.
28小時
In this instructor-led, live training in 台灣 (online or onsite), participants will learn how to create, test and deploy an Angular application using the latest features in Angular 10. By the end of this training, participants will be able to:
  • Develop Angular 10 applications using TypeScript and the Angular CLI.
  • Create loosely coupled web components that can be used in any HTML page.
  • Connect these components to services, modules and directives.
  • Consume REST web services and WebSocket data from within an Angular 10 application.
  • Build custom validation using Reactive Forms.
  • Test, debug and deploy an Angular 10 application.
  • Organize Angular 10 projects using best practices.
28小時
In this instructor-led, live training in 台灣 (online or onsite), participants will learn how to create, test and deploy an Angular application using the latest features in Angular 9. By the end of this training, participants will be able to:
  • Develop Angular 9 applications using TypeScript and the Angular CLI.
  • Create loosely coupled web components that can be used in any HTML page.
  • Connect these components to services, modules and directives.
  • Consume REST web services and WebSocket data from within an Angular 9 application.
  • Build custom validation using Reactive Forms.
  • Reduce bundle sizes, eliminate dead code and improve the efficiency of Angular apps using the new Ivy compiler and runtime.
  • Test, debug and deploy an Angular 9 application.
  • Organize Angular 9 projects using best practices.
21小時
This instructor-led, live training in 台灣 (online or onsite) is aimed at web developers who wish to use Angular 8 to develop client-side web applications. By the end of this training, participants will be able to:
  • Create and scale SPAs from scratch.
  • Build open source Angular libraries.
  • Secure an Agular application with JWT authentication.
28小時
Angular is a JavaScript framework for building web applications. Angular 7 is the latest version in the Angular 2 series (Angular 2 being a complete rewrite of the original AngularJS, or Angular 1). Angular 7 is a major release spanning the entire platform and has many new features and optimizations, including CLI updates and better performance. In this instructor-led, live training (onsite or remote), participants will learn how to create, test and deploy an Angular application using the latest features in Angular 7.  By the end of this training, participants will be able to:
  • Develop Angular 7 applications using Angular CLI.
  • Create web components that can be used in any HTML page.
  • Consume REST web services and WebSocket data from within an Angular 7 application.
  • Implement animations using Angular 7's latest animation features.
  • Test, debug and deploy an Angular 7 application.
  • Organize Angular 7 projects using best practices.
Format of the Course
  • Interactive lecture and discussion
  • Lots of exercises and practice
  • Hands-on implementation in a live-lab environment​
Course Customization Options
  • To request a customized training for this course, please contact us to arrange.
  • To learn more about Angular, please visit: https://angular.io/
14小時
In this instructor-led, live training, participants will learn how to write and maintain tests for Angular applications. By the end of this training, participants will be able to
  • Decide the most appropriate strategy for testing an Angular application
  • Carry out unit testing, component testing, A/B testing and end-to-end on an Angular application
  • Choose the right tools for the job: Jasmine, Karma, Protractor, Mocha, etc.
  • Write tests in Protractor and Jasmine
  • Run and debug tests with Karma and Protractor
  • Create a maintainable test suite
  • Employ best practices for unit testing in Angular
Format of the course
  • Part lecture, part discussion, exercises and heavy hands-on practice
Note
  • Angular goes by different names and versions, namely: Angular.js, AngularJS, AngularJS 1, Angular 1, Angular 2, etc. To customize the version used in this training, please contact us to arrange.
14小時
反應式編程是一種異步編程模式,通過建立基礎執行模型與從一個組件到另一個組件發出的數據流之間的已定義依賴關系,專注于數據流和數據傳播。通過使用RxJS庫提供的反應式樣式模式,可以克服構建異步UI時很多Angular應用程序設計效率低下的問題。 在這個有指導性的現場培訓中,參與者將學習如何將Observable模式應用到他們的Angular應用設計中,因爲他們逐步展示了一系列展示常見角度設計問題的案例以及他們如何從反應式編程設計中受益。 在培訓結束後,參與者將能夠: 了解反應式編程範例和RxJS庫使用反應式編程模式,構建具有可擴展性,靈活性和響應性的UI重型Angular應用程序 聽衆 Angular應用程序開發人員 課程的格式 部分講座,部分討論,練習和沈重的練習
21小時
Ionic是用於混合移動應用程序開發的Web框架。 Ionic 4為Ionic平台帶來了新的創新,例如重構的CLI,導航更改, Angular路由等。 此講師指導的實時培訓(現場或遠程)針對希望使用Ionic 4創建混合移動應用程序的Web開發人員。 在培訓結束時,參與者將能夠:
  • 將本機設備功能集成到混合移動應用程序中。
  • 使用Angular和Ionic 4構建混合移動應用程序。
  • 在移動設備模擬器上運行混合應用程序。
課程形式
  • 互動式講座和討論。
  • 很多練習和練習。
  • 在現場實驗室環境中動手實施。
課程自定義選項
  • 要請求此課程的定制培訓,請與我們聯繫安排。
14小時
Angular是一個用於開發前端Web應用程序的Java Script框架。漸進式Web應用程序(PWA)是一種Web應用程序,其功能類似於Android ,Windows,Chrome OS等上的本機應用程序。將Web應用程序轉換為PWA為打開離線可用性,推送通知和其他本機功能打開了大門。 這種由講師指導的現場培訓(現場或遠程)面向希望將Angular應用程序轉換為漸進式Web應用程序的開發人員。 在培訓結束時,參與者將能夠:
  • 設置必要的開發環境以開始將Angular應用程序轉換為PWA。
  • 創建推送通知並設置樣式。
  • 集成個性化Angular應用程序的圖標。
  • 使用Service Worker緩存以使Angular應用程序脫機工作。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在實時實驗室環境中親自實施。
課程自定義選項
  • 要申請本課程的定制培訓,請聯繫我們安排。
7小時
國際化是適應軟件的過程,因此可以針對不同的語言和地區進行本地化。當您對應用程序進行“本地化”時,可以將其適應特定的語言和地區。這包括啟用特定於區域的圖像和顏色,翻譯應用程序的UI並正確顯示數字,日期,貨幣等。 這種由講師指導的實時培訓(現場或遠程)針對希望將其Angular應用程序進行國際化和本地化以支持多種語言的開發人員。 在培訓結束時,參與者將能夠:
  • 安裝和配置所需的本地化庫和工具。
  • 啟用Angular應用以多種語言顯示。
  • 從Angular應用中提取所有可本地化的UI文本。
  • 打包可翻譯內容以與翻譯人員交換。
  • 了解本地化週期並使流程自動化。
課程形式
  • 互動式講座和討論。
  • 很多練習和練習。
  • 在現場實驗室環境中動手實施。
課程自定義選項
  • 要請求此課程的定制培訓,請與我們聯繫以安排。
14小時
This instructor-led, live training in 台灣 (online or onsite) is aimed at Angular developers who wish to use Firebase and Firestore to build a back-end for Angular applications. By the end of this training, participants will be able to:
  • Build a back-end application with Firebase and Firestore.
  • Store, sync, and query data with Firestore.
  • Secure client-side data with Firestore security configurations.
14小時
Angular是一個開源框架,TypeScript為Web開發編寫的。Spring Boot是構建微服務和 API 的Java框架。Angular和Spring Boot為開發人員提供了構建和部署完整堆疊 Web 應用程式的端到端框架。 此講師指導的現場培訓(現場或遠端)面向希望使用Angular和Spring Boot構建完整堆疊應用程式的 Web 開發人員。 培訓結束時,學員將能夠:
  • 使用Angular和 Sping 引導開發完整的堆疊應用程式。
  • 使用 Spring Boot構建後端應用程式。
  • 使用 Angular創建前端應用程式。
  • 使用 Spring Security 為完整堆疊應用程式佈建身份驗證。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在即時實驗室環境中實際實現。
課程自訂選項
  • 如需申請本課程的定制培訓,請聯繫我們安排。
28小時
This instructor-led, live training in 台灣 (online or onsite) is aimed at developers who wish to use Angular 11's advanced developer tools to design, build, test, and deploy applications. By the end of this training, participants will be able to:
  • Set up the necessary development environment to develop advanced Angular 11 applications.
  • Build parent-child structure, nested components for complex applications.
  • Use RxJS and observables to handle real-time events and asynchronous programming.
  • Create scalable form and data models to manage user inputs and data-entry tasks.
  • Implement advanced dependency injections, routing, and security best practices in Angular 11.
21小時
Audience
  •  Developers
Format of the Course
  •  Part lecture, part discussion, exercises and heavy hands-on practice in a live-lab environment.
28小時
This is a hands on course is for anyone wanting to create Web sites using AngularJS. During this course the latest stable version will be used. Pre-release version can be just used if marked in the booking form in remarks section. Older version need to be agreed before booking.
56小時
This course is intended to bring a beginner in JavaScript to a level where she or he is able to enter the market as a JavaScript developer. The course is intensive and entirely 'hands on'
14小時
Angular JS is a JavaScript library for rapid app development. Audience
  • developers
  • programmers
  • javascript architects
Objectives
  • Shift mindset from procedural/OO way of programing to Angular way
  • Participants can use AngularJS to create Single Page Applications
Format of the course
  • 40% lectures, 60% labs
14小時
Bootstrap是用於創建前端Web應用程序的HTML , CSS和Java Script框架。 Bootstrap可以與Java Script框架(如Angular ,以構建動態單頁和多頁Web應用程序這個由講師指導的現場培訓(現場或遠程)面向希望使用引導程序來創建,構建和設置Angular應用程序樣式的開發人員。 在培訓結束時,參與者將能夠:
  • 設置必要的開發環境以使用Bootstrap開始設置Angular應用程序的樣式。
  • 使用Bootstrap元素設置HTML屬性
  • 使用表單控件和類來設置單頁文檔的樣式
  • 創建一個路由模板和組件的客戶端應用程序
課程格式
互動講座和討論。
大量的練習和練習。
在實時實驗室環境中親自實施。 課程自定義選項
要申請本課程的定制培訓,請聯繫我們安排。
28小時
Angular 7是自2018年10月以來發布的前端Java Script框架Angular 7提供的是Angular 6現有功能的更新格式。除了更新, Angular 7還包括新功能,如CLI提示,拖放等。
MEAN是一個完整的堆棧Java Script框架,用於構建動態Angular應用程序。 MEAN是Mongo Data Base, Express JS, Angular和Node JS的縮寫。 這個由講師指導的現場培訓(現場或遠程)面向希望使用MEAN堆棧創建,構建,測試,調試和部署Angular 7應用程序的開發人員。 在培訓結束時,參與者將能夠:
  • 設置必要的開發環境以開始開發Angular 7應用程序。
  • 集成MEAN堆棧的前端和後端組件。
  • 構建可以執行,創建,讀取,刪除和更新操作的Angular 7應用程序。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在實時實驗室環境中親自實施。
課程自定義選項
  • 要申請本課程的定制培訓,請聯繫我們安排。
28小時
角度是用於構建 web 應用程式的 JavaScript 框架。角度7是角度2系列中的最新版本 (角度2是對原始角度 Js (或角度 1) 的完整重寫。角度7是跨整個平臺的主要版本, 具有許多新功能和優化, 包括 CLI 更新和更好的性能 本教師指導的現場培訓 (現場或遠端) 針對的是具有基本角度7 skills 的開發人員, 他們希望在其角度應用程式中實現高級功能,   到本次培訓結束時, 學員將能夠:
  • 使用角度 CLI
  • 開發先進的角度7元件
  • 使用 RxJS 和可觀察值處理大型複雜應用程式中的即時事件.
  • 通過身份驗證和授權保護應用程式。
  • 使用高級路由器、依賴注入和管道.
  • 實施更改檢測策略。
  • 使用元件、服務和管道執行高級測試。
課程格式
  • 互動講座和討論.
  • 大量的練習和練習
  • 在現場實驗室環境中的實際實現。
課程自訂選項
  • 要要求本課程的定制培訓, 請聯繫我們安排
21小時
This course has been created for developers working with AngularJS, but who want to understand clearly best practises of using the framework. It doesn't cover the basics of angular but focuses on methods and styles of developing SPA usually not easy to learn "naturally" or via self-study. This course usually runs on the latest stable release of Angular (1.x), but older or beta version can be covered on demand.
14小時
This instructor-led, live training in 台灣 (onsite or remote) is aimed at developers who need to decide which JavaScript framework to use to develop front-end applications. By the end of this training, participants will be able to:
  • Set up an optimal development environment to start developing front-end applications.
  • Implement demo applications to test the limitations and benefits of a JavaScript framework.
  • Decide on which JavaScript framework is the best fit.
7小時
帶有Angular 4的NativeScript提供了一個架構,用于在Angular 4框架中使用單個代碼庫web技術開發完全原生的移動應用程序。NativeScript利用Angular 4更快的運行時間和緊湊的應用程序包來開發非依賴的web視圖和本地移動應用程序。 這一由講師引導的現場培訓將在參與者學習創建一個簡單但功能齊全的原生移動應用程序(iOS或Andriod,現在Windows也可以 )時介紹Angular 4的新動畫API,以及它們在簡化移動應用程序運行時間方面的潛在功能。 在本次培訓結束時,參與者將學會:
  • 在package.json中更新現有的動畫包和依賴項
  • 執行新的動畫API,如元素查詢、可重用動畫、動畫參數、交錯和可路由動畫
  • 部署應用程序
受衆
  • 尋求爲iOS或Android開發跨平台應用程序的移動應用程序開發人員
  • 希望將其技能組合應用于移動應用程序開發領域的web開發人員
課程形式
  • 部分講座、部分討論、練習和大量實操
14小時
Ionic是一款前端SDK,用於在多個平台上構建類似本機的移動應用程序。它作為一個框架,與Bootstrap或Foundation不同,但適用於移動應用程序。 在這個由講師指導的實時培訓參與者將學習如何使用Ionic框架創建一個跨平台,類似本機的移動應用程序。 在培訓結束時,參與者將能夠
  • 為Android和iOS創建和部署適用於商店的移動應用程序
  • 理解並使用Ionic語法和Angular的Typescript
  • 使用Ionic Native擴展應用程序的感覺和功能
聽眾
  • Java腳本(JS)開發人員
  • 前端開發人員
  • AnguarJS開發人員
  • 移動應用程序開發
課程形式
  • 部分講座,部分討論,練習和繁重的實踐練習
注意
  • 該培訓涵蓋了Ionic 2.0和Angular 2.0。有關Ionic 4.0和Angular 4.0的培訓,請參閱:TBD
21小時
這種由講師指導的現場培訓(現場或遠程)面向希望降低大型數據驅動Web應用程序中管理狀態的成本和復雜性的開發人員。 在培訓結束時,參與者將能夠:
  • 降低管理狀態難以維護的大型項目的複雜性。
  • 最小化應用程序的狀態進程。
  • 減少開發複雜的面向數據的Web應用程序所需的時間。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在實時實驗室環境中親自實施。
課程自定義選項
  • 要申請本課程的定制培訓,請聯繫我們安排。
  • 要了解有關NgRx的更多信息,請訪問:https://ngrx.io/
28小時
Angular 6包含許多強大的新功能,包括Angular Elements和新的CLI命令。這些功能極大地擴展了將Angular與基于JQuery、Vue.js、React等的非Angular應用程序集成的能力。 在這一由講師指導的實時培訓(現場或遠程)中,學員將學習如何使用Angular 6中的最新功能創建、測試、部署Angular應用程序。  在本次培訓結束後,學員將能夠:
  • 使用Angular CLI開發Angular 6應用程序
  • 創建可在任何HTML頁面中使用的Web組件
  • 從Angular 6應用程序中使用REST Web服務和WebSocket數據
  • 使用Angular 6的最新動畫功能實現動畫
  • 測試、調試、部署Angular 6應用程序
  • 使用最佳實踐組織Angular 6項目
受衆
  • 開發人員
課程形式
  • 互動講座和討論
  • 大量練習和實操
  • 在現場實驗室環境中動手實現
注意
  • 如需本課程的定制培訓,請聯系我們以作安排。
  • 如需了解有關Angular的更多信息,請訪問:https://angular.io/
28小時
Angular 6是一個基於Java Script的前端Web應用程序框架,用於開發單頁面應用程序。 Angular 6中的新功能包括Angular Elements和新的CLI命令 - 這些功能極大地擴展了將Angular與基於JQuery, Vue.js , React等的非Angular應用程序集成的能力。 MEAN Stack是一個完整的軟件堆棧,用於快速,輕鬆地構建可維護的Web應用程序。堆棧由MongoDB , Express , Angular和Node.js 。 這個由講師主導的現場培訓(現場或遠程)面向希望使用MEAN Stack創建,構建,測試,調試和部署Web應用程序的開發人員。 在培訓結束時,參與者將能夠:
  • 設置開始開發Angular 6應用程序所需的開發環境。
  • 集成MEAN Stack應用程序的前端和後端部分
  • 構建可以執行創建,讀取,更新和刪除操作的應用程序。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在實時實驗室環境中親自實施。
課程自定義選項
  • 要申請本課程的定制培訓,請聯繫我們安排。
28小時
This instructor-led, live training (online or onsite) is aimed at developers with basic Angular 6 skills who wish to implement advanced functionality in their Angular applications.  By the end of this training, participants will be able to:
  • Develop advanced Angular 6 applications and components using Angular CLI.
  • Use RxJS and Observables to handle real-time events in large, complex applications.
  • Secure applications through  Authentication and Authorization.
  • Use advanced routers, dependency injection and pipes.
  • Implement a Change Detection Strategy.
  • Perform advanced tests by using Components, Services and Pipes.
Format of the Course
  • Interactive lecture and discussion.
  • Lots of exercises and practice.
  • Hands-on implementation in a live-lab environment.
Course Customization Options
  • To request a customized training for this course, please contact us to arrange.
  • To learn more about Angular, please visit: https://angular.io/

Last Updated:

Angular,培訓,課程,培訓課程, 企業Angular培訓, 短期Angular培訓, Angular課程, Angular周末培訓, Angular晚上培訓, Angular訓練, 學習Angular, Angular老師, 學Angular班, Angular遠程教育, 一對一Angular課程, 小組Angular課程, Angular培訓師, Angular輔導班, Angular教程, Angular私教, Angular輔導, Angular講師

促銷課程

訂閱促銷課程

為尊重您的隱私,我公司不會把您的郵箱地址提供給任何人。您可以享有優先權和隨時取消訂閱的權利。

我們的客戶

is growing fast!

We are looking to expand our presence in Taiwan!

As a Business Development Manager you will:

  • expand business in Taiwan
  • recruit local talent (sales, agents, trainers, consultants)
  • recruit local trainers and consultants

We offer:

  • Artificial Intelligence and Big Data systems to support your local operation
  • high-tech automation
  • continuously upgraded course catalogue and content
  • good fun in international team

If you are interested in running a high-tech, high-quality training and consulting business.

Apply now!

This site in other countries/regions