种子简介
种子名称:
[GigaCourse.Com] Udemy - Angular Advanced MasterClass & FREE E-Book
文件类型:
视频
文件数目:
73个文件
文件大小:
1.51 GB
收录时间:
2023-3-2 01:52
已经下载:
3次
资源热度:
189
最近下载:
2024-10-28 23:52
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:945feb339b2223db3e4cb6d35a421c25b5584b0f&dn=[GigaCourse.Com] Udemy - Angular Advanced MasterClass & FREE E-Book
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[GigaCourse.Com] Udemy - Angular Advanced MasterClass & FREE E-Book.torrent
01 - Course Overview and Development Environment Setup/001 Angular Advanced Course - Helicopter View.mp424.51MB
01 - Course Overview and Development Environment Setup/004 Installing Node, NPM, Git, IDE - An Alternative Webstorm Version.mp442.74MB
01 - Course Overview and Development Environment Setup/005 Installing The Lessons Code - Learn About Git Remote vs Local Branches.mp47.06MB
01 - Course Overview and Development Environment Setup/006 Installing Yarn and CLI, Setting Up a Development Server.mp411.09MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/001 How to Make The Most Of the Q&A Section.mp410.94MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/002 Demo of Our First Library - Font Awesome And Google Material Icons Input.mp49.4MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/003 Beginning The Implementation Of The Font Awesome Input Box.mp442.67MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/004 Angular Component Styling - Watch Style Isolation In Action.mp415.87MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/005 Learn An Angular CSS Extension Feature - The Host Pseudo Selector.mp410.49MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/006 Component Styling Best Practices - Ensure Solid Styles For Multiple Widget Sizes.mp427.54MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/007 Component API Design - Simpler and More Reusable Components With ng-content.mp429.06MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/008 Understanding ng-content and Style Isolation - Learn The Deep Style Modifier.mp434.27MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/010 The ContentChild Decorator, How Does It Work Component Design Best Practices.mp424.42MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/011 ContentChild, Directives and HostListener - Implementing the Input Focus Feature.mp430.81MB
02 - Our First Angular Library - The Font Awesome And Material Design Input Boxes/012 Implementing The input Focus Functionality - The HostBinding Decorator.mp420.11MB
03 - Styling Angular Components - Best Practices/001 Separating Structural Styles From Theme Styles - Making Components Themeable.mp429MB
03 - Styling Angular Components - Best Practices/002 How To Create An Alternative Component Theme And Ship It With The Library.mp413.5MB
03 - Styling Angular Components - Best Practices/003 Creating an Alternative Component Theme, See the CLI Sass Support In Action.mp413.39MB
03 - Styling Angular Components - Best Practices/004 Angular Style Isolation - Emulated View Encapsulation - Learn How It Works.mp440.82MB
03 - Styling Angular Components - Best Practices/005 Learn 2 More Alternative Ways of Handling CSS in Angular Applications.mp417.56MB
03 - Styling Angular Components - Best Practices/006 Setting Up A Library Module, Confirming AOT is Supported.mp413.97MB
03 - Styling Angular Components - Best Practices/007 Angular Component Testing Overview.mp46.96MB
03 - Styling Angular Components - Best Practices/008 The Angular CLI Testing Infrastructure - Running Our First Test.mp410.39MB
03 - Styling Angular Components - Best Practices/009 Adding Tests the Font Awesome Input - How to Test a Component.mp428.23MB
03 - Styling Angular Components - Best Practices/010 Angular Component Testing - Producing a More Readable Test Report.mp415.16MB
03 - Styling Angular Components - Best Practices/011 How To Debug Angular Tests.mp426.64MB
04 - How to Publish An Angular Library/001 How To Publish A Library To a Private Enterprise NPM Repository.mp416.57MB
04 - How to Publish An Angular Library/002 Material Design Input Box - Consolidation Exercise.mp47.19MB
04 - How to Publish An Angular Library/003 Material Design Input Box - Consolidation Exercise Solution.mp430.25MB
04 - How to Publish An Angular Library/004 Introduction To The Angular Library Quickstart Seed Repository.mp421.71MB
04 - How to Publish An Angular Library/005 Learn The Main Benefits of Using The Angular Package Format.mp425.05MB
04 - How to Publish An Angular Library/006 Review And Publication Of An Angular Library In the Angular Package Format.mp420.03MB
04 - How to Publish An Angular Library/007 Final Library Publication Step - Test The Library With Different Consumers.mp438.23MB
05 - Writing a Tab Container Component/001 Angular Library Demo - A Tab Container With Configurable Look And Feel.mp45.24MB
05 - Writing a Tab Container Component/002 Switching To a New Branch - Reviewing the Tab Container Starting Point.mp410.73MB
05 - Writing a Tab Container Component/003 Angular Component Styling - Commonly Needed Sass Features.mp413MB
05 - Writing a Tab Container Component/004 Implementing The Tab Panel Component - Initial Version Up And Running.mp430.78MB
05 - Writing a Tab Container Component/005 Using the Angular Template and Styling Features To Simplify Our HTML and CSS.mp416.88MB
05 - Writing a Tab Container Component/006 Content Projection With @ContentChildren and The AfterContentInit Lifecycle Hook.mp431.55MB
05 - Writing a Tab Container Component/007 The Tab Container Component - See The Initial Implementation Up And Running.mp418.15MB
05 - Writing a Tab Container Component/008 Angular Advanced Features - ng-template , ng-container, ngTemplateOutlet.mp430.76MB
05 - Writing a Tab Container Component/009 Learn Angular Template References And Input Template Partials.mp442.49MB
05 - Writing a Tab Container Component/010 Testing The Tab Container Component.mp425.22MB
05 - Writing a Tab Container Component/011 Angular Component Testing - How To Simulate User interaction.mp417.72MB
06 - Modal Component and Structural Directives/001 Modal Component and Structural Directives - Section Introduction.mp47.35MB
06 - Modal Component and Structural Directives/002 How To Implement a Modal Component - Reviewing The HTML and CSS.mp423.01MB
06 - Modal Component and Structural Directives/003 Implementing a Modal Component - The First Version Up And Running.mp414.36MB
06 - Modal Component and Structural Directives/004 Configurable Angular Components - Content Projection and Input Templates.mp425.69MB
06 - Modal Component and Structural Directives/005 Structural Directives - How Do They Work Understanding Their Syntax.mp418.12MB
06 - Modal Component and Structural Directives/006 Step-By-Step Implementation of a Structural Directive - Learn ViewContainerRef.mp428.87MB
06 - Modal Component and Structural Directives/007 Running Into A Design Issue While Implementing The Modal Close Functionality.mp427.32MB
06 - Modal Component and Structural Directives/008 Implementing A General Communication Mechanism For Directive Interaction.mp428.07MB
06 - Modal Component and Structural Directives/009 Angular Global Keyboard Handling With EventManager.mp413.33MB
06 - Modal Component and Structural Directives/010 Learn Angular Multi-Slot Content Projection.mp430.01MB
06 - Modal Component and Structural Directives/011 Completing the Authentication Dialog - Learn How To Use ng-template Inputs.mp426.95MB
06 - Modal Component and Structural Directives/012 Preventing Memory Leaks.mp421.18MB
06 - Modal Component and Structural Directives/013 Implementing The Modal Tests, What's Next.mp415.67MB
07 - Advanced Keyboard Handling - The Input Mask Directive/001 The Input Mask Directive - Switching Branches.mp48.28MB
07 - Advanced Keyboard Handling - The Input Mask Directive/002 The Input Mask Directive That We Are About To Build.mp45.44MB
07 - Advanced Keyboard Handling - The Input Mask Directive/003 Input Mask Directive Skeleton - Learn ElementRef and Native Element Interaction.mp412MB
07 - Advanced Keyboard Handling - The Input Mask Directive/004 Implementing The Mask PlaceHolder Using The Reduce Functional Operator.mp439MB
07 - Advanced Keyboard Handling - The Input Mask Directive/005 HostListener Method Arguments - Blocking Default Keyboard Behavior.mp413.56MB
07 - Advanced Keyboard Handling - The Input Mask Directive/006 Overwritting the Current Cursor Position.mp426.99MB
07 - Advanced Keyboard Handling - The Input Mask Directive/007 Implementing The Input Mask Cursor Navigation Functionality.mp436.74MB
07 - Advanced Keyboard Handling - The Input Mask Directive/008 Digit Validation - Function Types and Polymorphic Programming Without Class.mp421.66MB
07 - Advanced Keyboard Handling - The Input Mask Directive/009 Digit Validation - Avoiding Writing Special Code For Null And Undefined.mp421.66MB
07 - Advanced Keyboard Handling - The Input Mask Directive/010 Input Mask - Implementing The Delete and Backspace Behavior.mp421.52MB
07 - Advanced Keyboard Handling - The Input Mask Directive/011 Finishing The Input Mask - The Select DOM Event and Enabling Text Copy.mp431.06MB
08 - Final Example - Payment Widget Modal With Animations/001 All Together - Demo Of the Payment Widgets Modal.mp49.17MB
08 - Final Example - Payment Widget Modal With Animations/002 Angular Animations - Fade In and Fade Out Animations.mp415.53MB
08 - Final Example - Payment Widget Modal With Animations/003 Angular Animations - How To Define a Transition and an Animation Trigger.mp419.61MB
08 - Final Example - Payment Widget Modal With Animations/004 Angular Animation Parameters and Animation Lifecycle Hooks.mp414.56MB
09 - Conclusions and Bonus Lesson/002 Conclusions and Key Points.mp415.2MB