Udemy - Angular – All you need to know

seeders: 6
leechers: 4
updated:
Added by tutsgalaxy in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 382
  • Language: English

Files

Angular - All you need to know [Tutsgalaxy.com] - Angular - All you need to know 4. Dependency Injection(As a Pattern, As a Framework), Services, HTTP, Observables
  • 6. CRUD Operations using HttpClient, HttpParams and HttpHeaders.mp4 (61.3 MB)
  • 1. Introduction to Section 4.mp4 (2.3 MB)
  • 2. DI as a Pattern, DI as a Framework and Types of Providers.mp4 (18.4 MB)
  • 3. Hierarchical Dependency Injection.mp4 (5.1 MB)
  • 4. Introduction to Services in Angular.mp4 (20.1 MB)
  • 5. GET data from a Rest API using HttpClient.mp4 (39.2 MB)
  • 7. Observables and Operators in Observables - Map, Retry, Catch.mp4 (19.1 MB)
  • 8. Behavior Subject and Sharing Data using Behavior Subjects.mp4 (31.5 MB)
1. Introduction to Single Page Applications, Angular, TypeScript and Angular CLI
  • 1. Introduction to Section 1.mp4 (2.4 MB)
  • 10. Arrow Functions.mp4 (12.4 MB)
  • 11. Modules.mp4 (17.4 MB)
  • 12. Angular Application Architecture.mp4 (16.4 MB)
  • 13. Angular CLI.mp4 (18.7 MB)
  • 14. Project Structure.mp4 (14.6 MB)
  • 2. What is a Single Page Application.mp4 (8.8 MB)
  • 3. What do we need Angular for.mp4 (9.1 MB)
  • 4. Introduction to TypeScript.mp4 (7.3 MB)
  • 5. Basic Types in TypeScript.mp4 (42.8 MB)
  • 6. Let and Const.mp4 (11.8 MB)
  • 7. Spread and Destructure.mp4 (23.1 MB)
  • 8. Classes.mp4 (30.5 MB)
  • 9. Interfaces.mp4 (7.2 MB)
2. Decorators, Modules and Components
  • 1. Introduction to Section 2.mp4 (1.7 MB)
  • 10. Component Interaction.mp4 (35.6 MB)
  • 11. Change Detection Mechanism in Angular. ZoneJS, NgZones.mp4 (40.1 MB)
  • 2. Decorators.mp4 (7.3 MB)
  • 3. Styleguide.mp4 (11.1 MB)
  • 4. Modules in Angular.mp4 (28.4 MB)
  • 5. Application Bootstrap Mechanism.mp4 (17.0 MB)
  • 6. Components in Angular.mp4 (19.3 MB)
  • 7. Interaction between a Component Class and a Component Template.mp4 (26.3 MB)
  • 8. @Input Decorator in a Component. Input Properties.mp4 (21.8 MB)
  • 9. View Queries - View Child, View Children, Content Child, Content Children.mp4 (58.0 MB)
3. Component Lifecycle Hooks, Routing, Guards
  • 1. Introduction to Section 3.mp4 (1.2 MB)
  • 10. CanDeactivate Guard in Angular.mp4 (27.4 MB)
  • 11. Prefetching Data for a Component using Resolve.mp4 (41.0 MB)
  • 2. Introduction to Lifecycle Hooks in Angular.mp4 (9.7 MB)
  • 3. Using Lifecycle Hooks in Angular.mp4 (60.8 MB)
  • 4. Introduction to Routing.mp4 (10.5 MB)
  • 5. Implementing Routing in an Angular App.mp4 (26.3 MB)
  • 6. Implementing Child Routes.mp4 (39.1 MB)
  • 7. Path Match and Route Types.mp4 (20.3 MB)
  • 8. Introduction to Route Guards in Angular.mp4 (9.4 MB)
  • 9. CanActivate and CanActivateChild Guards in Angular.mp4 (23.2 MB)
5. Directives and Pipes in Angular
  • 1. Introduction to Section 5.mp4 (1.9 MB)
  • 10. Pure and Impure Pipes in Angular.mp4 (42.9 MB)
  • 11. Decorators Revisited.mp4 (20.0 MB)
  • 12. Building Custom Decorators in Angular.mp4 (15.0 MB)
  • 13. Building a Custom Lifecycle Hook Class Logger Decorator.mp4 (27.2 MB)
  • 14. Building Custom Property Decorator in Angular.mp4 (8.3 MB)
  • 2. Introduction to Directives.mp4 (7.6 MB)
  • 3. Built in Structural Directives.mp4 (37.0 MB)
  • 4. Built in Attribute Directives.mp4 (28.5 MB)
  • 5. Building custom Attribute Directives.mp4 (42.8 MB)
  • 6. Building Custom Structural Directives.mp4 (28.9 MB)
  • 7. Introduction to Pipes in Angular.mp4 (5.3 MB)
  • 8. Using Built In Pipes.mp4 (28.5 MB)
  • 9. Creating Custom Pipes in Angular.mp4 (29.1 MB)
6. Forms in Angular
  • 1. Introduction to Section 6.mp4 (1.5 MB)
  • 10. Steps to implement a Reactive form in Angular.mp4 (12.6 MB)
  • 11. Quickly creating a Bootstrap form for our Reactive form using Emmet.mp4 (17.4 MB)
  • 12. Creating a Reactive form in the TypeScript class & connecting it to the template.mp4 (19.7 MB)
  • 13. Adding form Validations to a Reactive Form.mp4 (30.3 MB)
  • 14. Dynamically Adding or Removing FormControl(s) or FormGroup(s) using FormArray(s).mp4 (27.8 MB)
  • 15. Adding Synchronous Custom Validations to your Reactive Form.mp4 (12.9 MB)
  • 16. Adding Async Custom Validations to your Reactive Form.mp4 (13.4 MB)
  • 17. Resetting the value of a form.mp4 (5.6 MB)
  • 2. Types of Form Building Strategies in Angular.mp4 (4.9 MB)
  • 3. Creating Long Bootstrap forms quickly using VS Code using Emmet.mp4 (23.7 MB)
  • 4. Adding FormControl(s) to a Template Driven form using the ngModel directive.mp4 (11.2 MB)
  • 5. Getting the JavaScript Object Representation of a form using ngForm directive.mp4 (9.3 MB)
  • 6. Disabling the Submit Button on a Form using form's $invalid flag.mp4 (6.3 MB)
  • 7. Getting the JavaScript Object Representation of a form in TypeScript Class.mp4 (33.5 MB)
  • 8. Adding Checkbox, Radio Buttons and Select List to your Template Driven Form.mp4 (21.7 MB)
  • 9. Creating Subsections in the form using NgModelGroup directive.mp4 (18.7 MB)
7. Using Third Party Libraries and Frameworks like MDB, Angular Material & Firebase
  • 1. Introduction to the Section.mp4 (5.2 MB)
  • 10. Introduction to Firebase.mp4 (5.2 MB)
  • 11. Creating an App using the Firebase Console.mp4 (7.8 MB)
  • 12. Setting up your Angular CLI Project to support Firebase.mp4 (11.1 MB)
  • 13. Interacting with Firebase Realtime Database using methods on AngularFireList.mp4 (10.2 MB)
  • 14. Adding and Reading Data from Realtime Database in Firebase.mp4 (28.1 MB)
  • 15. Updating and Deleting Data from Realtime Database in Firebase.mp4 (12.7 MB)
  • 2. Creating an Angular CLI Project with SCSS as a base style.mp4 (12.9 MB)
  • 3. Introducing Material Design Bootstrap into your Angular CLI Project.mp4 (15.9 MB)
  • 4. Adding a Navbar in your header.mp4 (12.3 MB)
  • 5. Adding Material Design Buttons.mp4 (24.2 MB)
  • 6. Adding Cards.mp4 (30.4 MB)
  • 7. Using Material Design Dropdowns and Form Inputs.mp4 (21.3 MB)
  • 8. Introducing Angular Material into your Angular CLI Project on the top of MDB.mp4 (16.4 MB)
  • 9. Adding Radio Buttons, Slide Toggle, Slider, Progress Bar and Spinner.mp4 (23.6 MB)
  • Description


    Description

    This is set of 7 parts where we cover all the basic building blocks of an Angular App. We cover topics like Single Page Applications, Angular Application Architecture, TypeScript, Angular CLI, Modules, Components, Life Cycle Hooks, View Queries, Routing, Child Routing, RouteParams and Route QueryParams, Guards, HttpClient, Services, Observables, Directives, Forms and using third party modules and libraries like Material Design Bootstrap, Angular Material and Firebase
    Who is the target audience?

    Anyone who wants to learn Angular

    Requirements

    NodeJS Installed
    Basic knowledge of NodeJS, NPM, node_modules
    We’ll use AngularCLI, so make sure that it’s installed as well.
    We’ll use Visual Studio Code as our IDE



Download torrent
1.7 GB
seeders:6
leechers:4
Udemy - Angular – All you need to know


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.com:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
1.7 GB
seeders:6
leechers:4
Udemy - Angular – All you need to know


Torrent hash: 8D0A9E9CCCD473A7F16400BA3F4A8DEF47208F4A