p { margin-top:20px; margin-bottom:20px; } pre { text-indent: 0px; }
(CORE) CORE (2022)

My Angular learning conspectus

I don't create Angular frontend very often, because I know a lot of alternative Frontend technology, but I have a couple of description about my ancient Angular development:


And currently I pass a couple of project on Angular, I have a number of pages with description of my own Angular project, for example look to this page https://www.vb-net.com/2023/Index.htm


On this page I collect information to fast switch to Angular development from other development environment and also this is my learning conspectus to dive dipper to Angular knowledge.


1. Hot notes

2. Valerio De Sanctis book

First book I pass - https://github.com/PacktPublishing/ASP.NET-Core-6-and-Angular, I reproduced all parts of this book and investigate examples described in that book Charter 2 of Valerio De Sanctis book

3. Angular key futures on NS Maximilian Schwarzmüller lecture

4. Angular future from Angular University on Firebase lecture

5. Angular lecture from Maximilian Schwarzmüller lecture

6. Angular lecture from Olexander Kocherhin

7. Angular Interview questions

8. DigitalOcean

  1. *ngFor Directive in Angular(October 7, 2016)
  2. *ngIf Directive in Angular 2(October 8, 2016)
  3. A Reference for Angular Templates(August 8, 2017)
  4. Anatomy of an Angular Module(August 5, 2017)
  5. Angular 5: Upgrading & Summary of New Features(November 1, 2017)
  6. Angular 6: Upgrading & Summary of New Features(May 3, 2018)
  7. Angular 7: Upgrading & Summary of New Features(October 23, 2018)
  8. Angular 8: Upgrading & Summary of New Features(May 29, 2019)
  9. Angular Console: Simplifying the Angular CLI Experience(November 1, 2018)
  10. Angular MVC - A Primer(May 29, 2019)
  11. Angular Material: Creating a Custom Theme(April 3, 2017)
  12. Angular Router: Defining Child Routes(April 28, 2017)
  13. Angular Router: Navigation Using RouterLink, Navigate, or NavigateByUrl(January 26, 2021)
  14. Angular Service Worker: Dealing With Updates(December 13, 2017)
  15. Angular: Error Tracking Using Sentry(July 4, 2017)
  16. AngularJS Routing Example - ngRoute, $routeProvider(August 3, 2022)
  17. Animation Callbacks in Angular(January 9, 2017)
  18. Authentication in Angular Using Auth0 & Auth0 Lock(November 21, 2017)
  19. Basic Firebase CRUD Operations in Angular With AngularFire2(June 8, 2017)
  20. Building Custom Directives in Angular(November 29, 2016)
  21. Built-in Pipes in Angular(November 1, 2016)
  22. Cheatsheet: Angular CLI Reference(October 28, 2020)
  23. Class Binding & NgClass in Angular 2(October 25, 2016)
  24. Component Communication in Angular(July 14, 2021)
  25. Component Interaction With Inputs in Angular(November 8, 2016)
  26. Component Interaction With Outputs in Angular(November 8, 2016)
  27. Content Projection in Angular with ng-content(October 1, 2016)
  28. Continuous Deployment with Angular, Travis CI and Firebase Hosting(April 8, 2019)
  29. Creating Custom Pipes in Angular(October 6, 2016)
  30. Creating a Custom Loading Screen in Angular(March 6, 2017)
  31. Data Binding in Angular(October 12, 2016)
  32. Declarative Title Updater with Angular and ngrx(November 13, 2017)
  33. Defining Providers in Shared Modules in Angular(August 14, 2017)
  34. Dependency Injection in Angular(October 12, 2016)
  35. Deploying an Angular App to Github Pages(December 4, 2016)
  36. Dialogs With Angular Material(February 27, 2017)
  37. Drag & Drop in Your Angular Apps With ng2-dragula(May 25, 2017)
  38. E2E Testing Angular Applications with TestCafe(November 20, 2017)
  39. Getting Started With Angular Material 2(October 2, 2016)
  40. Getting Started With Angular Using the Angular CLI(May 6, 2022)
  41. Getting Started With ngrx for Redux-Style State Management in Angular(May 11, 2017)
  42. Getting Started with Angular and Electron(June 14, 2018)
  43. GraphQL Subscriptions in Angular using Apollo 2.0(December 18, 2017)
  44. How To Analyze Angular App Bundle Sizes with webpack Bundle Analyzer or source-map-explorer(June 22, 2021)
  45. How To Bind Specific Keys to the Keyup and Keydown Events in Angular(January 11, 2021)
  46. How To Build Maps in Angular with Leaflet, Part 1: Generating Maps(March 29, 2021)
  47. How To Build Maps in Angular with Leaflet, Part 2: The Marker Service(March 29, 2021)
  48. How To Build Maps in Angular with Leaflet, Part 3: The Popup Service(March 30, 2021)
  49. How To Build Maps in Angular with Leaflet, Part 4: The Shape Service(March 30, 2021)
  50. How To Build a Jamstack Portfolio with Angular 11 and Scully(December 15, 2021)
  51. How To Build a Weather App with Angular, Bootstrap, and the APIXU API(February 27, 2019)
  52. How To Create Reusable Components with NgTemplateOutlet in Angular(August 21, 2021)
  53. How To Create a Custom Validator for Reactive Forms in Angular(March 19, 2021)
  54. How To Create a Real-Time App with Socket.IO, Angular, and Node.js(January 26, 2021)
  55. How To Detect Breakpoints Using the Angular CDK(August 9, 2021)
  56. How To Extend Classes with Angular Component Inheritance(July 13, 2021)
  57. How To Get Started with Unit Tests for Angular(June 16, 2021)
  58. How To Integrate Google Maps in Angular with Angular Google Maps(March 19, 2021)
  59. How To Test HttpClient Requests in Angular(June 15, 2021)
  60. How To Use @HostBinding and @HostListener in Custom Angular Directives(July 12, 2021)
  61. How To Use Angular Universal for Server Side Rendering(July 15, 2021)
  62. How To Use Angular's Meta Service to Get, Add, Update, and Remove Information(June 4, 2021)
  63. How To Use Change Detection Strategy in Angular(March 19, 2021)
  64. How To Use Chart.js in Angular with ng2-charts(March 19, 2021)
  65. How To Use ControlValueAccessor to Create Custom Form Controls in Angular(July 12, 2021)
  66. How To Use Custom Form Validation in Angular(March 22, 2021)
  67. How To Use Custom SVG Icons in Angular Material(January 26, 2021)
  68. How To Use Custom webpack Configurations with Angular CLI Builders(March 18, 2021)
  69. How To Use Environment Variables in Angular(June 14, 2021)
  70. How To Use Flex Layout for Angular(November 16, 2020)
  71. How To Use Internationalization (i18n) in Angular(March 18, 2021)
  72. How To Use Lazy Loading Routes in Angular(June 30, 2021)
  73. How To Use PrimeNG Components in Angular(August 10, 2021)
  74. How To Use Query Parameters with Angular Router(December 3, 2021)
  75. How To Use Reactive Forms in Angular(March 19, 2021)
  76. How To Use Route Guards with Angular Router(June 14, 2021)
  77. How To Use Route Resolvers with Angular Router(March 19, 2021)
  78. How To Use Spies in Angular Testing(June 21, 2021)
  79. How To Use ViewChild in Angular to Access a Child Component, Directive, or DOM Element(November 24, 2021)
  80. How To Use ngx-translate with Angular(July 6, 2021)
  81. How To Use the innerHTML Property Binding in Angular(March 19, 2021)
  82. How To Use the ng-container Element in Angular(October 28, 2020)
  83. How To Use the takeUntil RxJS Operator to Manage Subscriptions Declaratively(March 23, 2021)
  84. How To Use waitForAsync and fakeAsync with Angular Testing(July 7, 2021)
  85. How To Use webpack Bundle Analyzer for Angular Apps(June 22, 2021)
  86. Integrating Algolia InstantSearch with Angular(March 7, 2018)
  87. Introduction to Angular's HttpClient(July 15, 2017)
  88. Introduction to Routing in Angular(October 12, 2016)
  89. Introduction to Using Storybook for Angular(March 8, 2018)
  90. Lifecycle Hooks in Angular(January 23, 2017)
  91. Manage State in Angular with NGXS(January 27, 2019)
  92. Managing Subscriptions in Angular With the Async Pipe(May 3, 2017)
  93. New Features for ngIf Starting with Angular 4(March 16, 2017)
  94. NgSwitch Directive in Angular(October 17, 2016)
  95. Preloading in Angular(April 25, 2017)
  96. Providers in Angular(October 17, 2016)
  97. Reactive Forms in Angular Using Formly(December 20, 2017)
  98. Reactive Forms in Angular: Listening for Changes(April 19, 2017)
  99. Style Binding & NgStyle in Angular 2(October 24, 2016)
  100. Styles Between Components in Angular 2+(October 26, 2016)
  101. Using Angular CLI Schematics(October 10, 2019)
  102. Using Angular's Location Service(April 21, 2017)
  103. Using Bootstrap in Your Angular Apps with ng-bootstrap(May 10, 2017)
  104. Using Cloud Firestore in Angular With AngularFire(October 4, 2017)
  105. Using Custom Pipes in a Component Class in Angular(April 18, 2017)
  106. Using Renderer2 in Angular(March 1, 2021)
  107. Using Third-Party Libraries in Angular Apps(November 1, 2016)
  108. Using the Angular CLI to Get Up and Running With Angular(September 23, 2016)
  109. Using the Redux DevTools with ngrx/store(June 7, 2017)

9. EggHead

  1. Learn Angular BasicsSam Julien・1h 13m・Course
  2. Learn the Basics of Angular FormsJohn Lindquist・23m・Course
  3. Build an Angular Instant Search ComponentChristoph Burgdorf・11m・Course
  4. Angular Dependency Injection (DI) ExplainedPascal Precht・27m・Course
  5. Getting Started with Angular ElementsJuri Strumpflohner・40m・Course
  6. Understand Angular Directives in DepthJohn Lindquist・28m・Course
  7. SEO Progressive Applications with Angular UniversalBram Borggreve・28m・Course
  8. Manage UI State with the Angular RouterJohn Lindquist・31m・Course
  9. Reactive State Management in Angular with ngrxLukas Ruebbelke・1h 25m・Course
  10. Build Redux Style Applications with AngularJohn Lindquist・41m・Course
  11. Angular Web Applications with Juri Strumpflohner and Rob Wormald (Angular Core Team)John Lindquist・39m・Podcast Episode
  12. Advanced Angular Component PatternsIsaac Mann・31m・Course
  13. Angular BasicsSam Julien
  14. Build Performant and Progressive Angular ApplicationsJuri Strumpflohner

10. Related pages



Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23
Link to this page: http://www.vb-net.com/AngularLearning/Index.htm
<SITEMAP>  <MVC>  <ASP>  <NET>  <DATA>  <KIOSK>  <FLEX>  <SQL>  <NOTES>  <LINUX>  <MONO>  <FREEWARE>  <DOCS>  <ENG>  <CHAT ME>  <ABOUT ME>  < THANKS ME>