Udemy線上課程 Angular with TypeScript 入門快速上手(含教材) 講師:MaxLearn Technologies 影音教學 中文發音 繁體中文字幕版(DVD版)
Udemy線上課程AngularwithTypeScript入門快速上手(含教材)講師:MaxLearnTechnologies影音教學中文發音繁體中文字幕版(DVD版)
內容說明:
Angular是眾平台開發應用程序的主要框架之一。
重用您的代碼,為任何平台構建快速而高性能的應用程序,如網站應用程序、移動網站應用程序、本地移動和本地桌面應用程序。
使用小的可管理組件來構建一個強大的應用程序。不再浪費時間尋找DOM節點!
在這課程中,我們會有趣、實際的來掌握Angular。
你將在幾分鐘內開始建立Angular的應用程序。每一課都是直接指向要點,因為我不想浪費你的時間。課程后,你將會開發一個真實的web應用程序。
課程內容:
├─01介紹
│001介紹Introduction.mp4
│002應用程序范例SampleApplication.mp4
│003Angular應用程序的結構概述.mp4
│003Angular.pdf
│004.pdf
│004預備設置環境SettingUp.mp4
│005用命令行界面創建Angular新項目CreatingaNewProjectwithAngularCLI.mp4
│006項目文件評述ProjectFilesReview.mp4
│007編輯我們第一個的Angular組件EditingourfirstAngularComponent.mp4
│008終結.mp4
│
├─02創建和使用組件CreatingandUsingComponents
│009創建我們第一個組件CreatingourFirstComponent.mp4
│010使用組件UsingourCreatedComponent.mp4
│011組件模板ComponentTemplates.mp4
│012服務Services.mp4
│013依賴插入DependencyInjection.mp4
│014終結Summary.mp4
│015源代碼SourceCode.html
│
├─03綁定Bindings
│016綁定介紹IntroductiontoBindings.mp4
│017屬性綁定PropertyBinding.mp4
│018CSSClassBinding.mp4
│019用戶輸入事件綁定BindingtoUserInputEvent.mp4
│020應用程序例子介紹ExampleApplicationIntro.mp4
│021綁定應用程序例子.mp4
│022源代碼SourceCode.html
│
├─04使用多個組件WorkingwithMultipleComponents
│023介紹Introduction.mp4
│024輸入屬性InputProperties.mp4
│025Styles.mp4
│026范例應用程序介紹ExampleApplicationIntroduction.mp4
│027范例應用程序ExampleApplication(I).mp4
│028范例應用程序ExampleApplication(II).mp4
│029終結ExampleApplicationSummary.mp4
│030源代碼SourceCode.html
│
├─05條件渲染(CONDITIONALRENDERING)、管道(PIPES)和NG-CONTENT
│031ngIf.mp4
│032ngSwitch.mp4
│033管道Pipes.mp4
│034自定義管道CustomPipes.mp4
│035源代碼SourceCode.html
│
├─06模板驅動式表單(Templatedrivenforms)
│036創建UserModelClass.mp4
│037更改app.module.ts.mp4
│038創建初HTMLFormTemplate和使用_ngFor來顯示選擇.mp4
│039用ngModel執行雙向數據綁定Two-waydatabindingwithngModel.mp4
│040用ngModel監看狀態跟換與有效度Trackchange-stateandvaliditywithngModel.mp4
│041顯示特定驗証誤差ShowingSpecificValidationErrors.mp4
│042用ngSubmit提交表單SubmittheformwithngSubmit.mp4
│043獲取提交數據SubmittedValues.mp4
│044源代碼SourceCode.html
│
├─07模型驅動形式(MODELDRIVENFORMS)
│045創建基本登錄表單BuildingaBasicLoginForm.mp4
│046明確創建控件CreatingControlsExplicitly(I).mp4
│047明確創建控件CreatingControlsExplicitly(II).mp4
│048使用FormBuilder.mp4
│049執行自定義驗証ImplementingCustomValidation.mp4
│050執行自定義驗証ImplementingCustomValidation(II).mp4
│051提交表單後驗証ValidatingUponFormSubmit.mp4
│052源代碼SourceCode.html
│
├─08OBSERVABLES介紹
│053觀察者介紹Observables.mp4
│054從DOM事件得觀察者CreatinganObservablefromDOMevents.mp4
│055觀察者運算符ObservableOperators.mp4
│056觀察者運算符ObservableOperators(II).mp4
│057觀察者運算符ObservableOperators(III).mp4
│058源代碼SourceCode.html
│
├─09用OBSERVABLES從RESTFUL服務器API進行交互
│059GitHubRESTfulAPI.mp4
│060Getting-Data.pdf
│060獲取數據GettingData.mp4
│061依賴性注入DependencyInjection.mp4
│062ngOnInit.mp4
│063顯示加載圖標ShowingaLoaderIcon.mp4
│064執行GitHub結果頁介紹.mp4
│065執行GitHub結果頁介紹ImplementingGitHubResultsPage.mp4
│066加上搜索詞輸入框AddinganInputtoGitHubResultsDisplayPage.mp4
│067源代碼SourceCode.html
│
├─10路由ROUTING
│068AngularRouting路由導航介紹.mp4
│069設立路由SettingUpOurRoutes.mp4
│070RouterOutletandLinks鏈接.mp4
│071RouterOutletandLinks鏈接(II).mp4
│072RouteParameters參數.mp4
│073RouteParameters參數(II).mp4
│074ImperativeNavigation.mp4
│075源代碼SourceCode.html
│
├─11用Firebase_Firestore創,取,更,除(Create,Read,Update,Delete)
│076介紹Firebase.mp4
│077范例程序SampleApplication.mp4
│078使用Firebase.mp4
│079加入FirebasetoourAngularApp.mp4
│080WorkingwithaFirebaseDatabase.mp4
│081列出數據DisplayingListofUsers(I).mp4
│082列出數據DisplayingListofUsers(II).mp4
│083列出數據DisplayingListofUsers(III).mp4
│084加入數據AddingaUser(I).mp4
│085加入數據AddingaUser(II).mp4
│086取和除去數據RetrievingaSingleUserandDeletion.mp4
│087PopulatingtheFormonEdit.mp4
│088更改數據UpdatingaUser.mp4
│089源代碼SourceCode.html
│
├─12FirebaseAuthentication身份認證
│090Angular-chinese-chp13-firebase-authentication.pdf
│090FirebaseAuthentication身份認證.html
│
└─13提供多用戶功能
091Angular-chinese-chp14-implementing-mutliple-users.pdf
091提供多用戶功能.html相關商品:Udemy線上課程AugmentedRealityappswithARKitandSceneKitoniOS(含教材)講師:RomainDerrien影音教學英語發音英文版(DVD版)Udemy線上課程仁和太極內功單操八式TaiChi8FormswithInternalSkill講師:JipingZhang影音教學中文發音中文字幕版(DVD版)Udemy線上課程TypeScript中文基礎課程(含教材)講師:ChinavaneOcean影音教學中文發音中文字幕版(DVD版)Udemy線上課程學習Deno開發(將來的Nodejs)(含教材)講師:MaxLearnTechnologies影音教學中文發音中文字幕版(DVD版)Udemy線上課程C#基礎初學者課程(含教材)講師:MaxLearnTechnologies影音教學中文發音繁體中文字幕版(DVD版)