Angular - The Complete Guide for Angular 1617

0dayddl

U P L O A D E R
539499712_359020115_tuto.jpg

6.78 GB | 15min 14s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :001 Module Introduction.mp4 | Size: (3.17 MB)
FileName :002 Loading and Starting an Angular Application.mp4 | Size: (23.04 MB)
FileName :003 Important Components.mp4 | Size: (7.58 MB)
FileName :004 Creating a New Component.mp4 | Size: (19.81 MB)
FileName :005 Understanding the Role of AppModule and Component Declaration.mp4 | Size: (18.53 MB)
FileName :006 Using Custom Components.mp4 | Size: (3.46 MB)
FileName :007 Creating Components with the Command Line Input (CLI) and Nesting Components.mp4 | Size: (10.88 MB)
FileName :008 Working with Component Templates.mp4 | Size: (10.03 MB)
FileName :009 Working with Component Styles.mp4 | Size: (12.94 MB)
FileName :010 Understanding the Component Selector.mp4 | Size: (12.22 MB)
FileName :011 Assignment Solution.mp4 | Size: (21.79 MB)
FileName :012 What Is Data Binding.mp4 | Size: (7.98 MB)
FileName :013 String Interpolation.mp4 | Size: (15.96 MB)
FileName :014 Property Binding.mp4 | Size: (21.26 MB)
FileName :015 Property Binding Versus String Interpolation.mp4 | Size: (10.84 MB)
FileName :016 Event Binding.mp4 | Size: (13.79 MB)
FileName :017 Passing and Using Data with Event Binding.mp4 | Size: (16.34 MB)
FileName :018 Two-Way Data Binding.mp4 | Size: (9.43 MB)
FileName :019 Combining All Forms of Data Binding.mp4 | Size: (4.98 MB)
FileName :020 Assignment Solution.mp4 | Size: (17.57 MB)
FileName :021 Understanding Directives.mp4 | Size: (5.34 MB)
FileName :022 Using the ngIf Directive to Display Data Conditionally.mp4 | Size: (13.2 MB)
FileName :023 Enhancing the ngIf Directive with an Else Condition.mp4 | Size: (10.15 MB)
FileName :024 Styling Elements Dynamically with the ngStyle Directive.mp4 | Size: (15.38 MB)
FileName :025 Applying CSS Classes Dynamically with the ngClass Directive.mp4 | Size: (9.13 MB)
FileName :026 Displaying Lists Using the ngFor Directive.mp4 | Size: (13.09 MB)
FileName :027 Assignment Solution.mp4 | Size: (24.89 MB)
FileName :028 Getting the Index When Using the ngFor Directive.mp4 | Size: (10.75 MB)
FileName :001 Project Introduction.mp4 | Size: (1.18 MB)
FileName :002 Planning the Application.mp4 | Size: (7.8 MB)
FileName :003 Setting Up the Application.mp4 | Size: (12.4 MB)
FileName :004 Creating Components.mp4 | Size: (27.71 MB)
FileName :005 Using Components.mp4 | Size: (8.18 MB)
FileName :006 Adding a Navigation Bar.mp4 | Size: (15.27 MB)
FileName :007 Creating a Recipe Model.mp4 | Size: (12.8 MB)
FileName :008 Adding Content to the Recipes' Components.mp4 | Size: (24.34 MB)
FileName :009 Displaying a List of Recipes Using the ngFor Directive.mp4 | Size: (15.02 MB)
FileName :010 Displaying Recipe Details.mp4 | Size: (17.86 MB)
FileName :011 Working on the ShoppingList Component.mp4 | Size: (5.19 MB)
FileName :012 Creating an Ingredients Model.mp4 | Size: (7.01 MB)
FileName :013 Creating and Displaying the Shopping List.mp4 | Size: (6.96 MB)
FileName :014 Adding a Shopping List Edit Section.mp4 | Size: (10.32 MB)
FileName :015 Wrapping Up and Next Steps.mp4 | Size: (1.88 MB)
FileName :001 Understanding Angular Error Messages.mp4 | Size: (15.98 MB)
FileName :002 Debugging Code in the Browser Using Source Maps.mp4 | Size: (23.22 MB)
FileName :001 Module Introduction.mp4 | Size: (1.56 MB)
FileName :002 Splitting Applications into Components.mp4 | Size: (20.41 MB)
FileName :003 Property and Event Binding Overview.mp4 | Size: (3.91 MB)
FileName :004 Binding to Custom Properties.mp4 | Size: (20.45 MB)
FileName :005 Assigning an Alias to Custom Properties.mp4 | Size: (7.06 MB)
FileName :006 Binding to Custom Events.mp4 | Size: (32.59 MB)
FileName :007 Assigning an Alias to Custom Events.mp4 | Size: (3.45 MB)
FileName :008 Custom Property and Event Binding Summary.mp4 | Size: (7.72 MB)
FileName :009 Understanding View Encapsulation.mp4 | Size: (18.93 MB)
FileName :010 More on View Encapsulation.mp4 | Size: (11.13 MB)
FileName :011 Using Local References in Templates.mp4 | Size: (15.39 MB)
FileName :012 Getting Access to the Template and Document Object Model (DOM) with the @ViewChild Component.mp4 | Size: (17.31 MB)
FileName :013 Projecting Content into Components with ng-content.mp4 | Size: (11.16 MB)
FileName :014 Understanding the Component Lifecycle.mp4 | Size: (12.94 MB)
FileName :015 Seeing Lifecycle Hooks in Action.mp4 | Size: (44.15 MB)
FileName :016 Lifecycle Hooks and Template Access.mp4 | Size: (10.47 MB)
FileName :017 Getting Access to ng-content with the @ContentChild Parameter Decorator.mp4 | Size: (11.93 MB)
FileName :018 Wrapping Up.mp4 | Size: (3.44 MB)
FileName :019 Assignment Solution.mp4 | Size: (45.5 MB)
FileName :001 Introduction.mp4 | Size: (1.76 MB)
FileName :002 Adding Navigation with Event Binding and the ngIf Directive.mp4 | Size: (20.66 MB)
FileName :003 Passing Recipe Data with Property Binding.mp4 | Size: (13.31 MB)
FileName :004 Passing Data with Event and Property Binding (Combined).mp4 | Size: (30.75 MB)
FileName :005 Allowing the User to Add Ingredients to the Shopping List.mp4 | Size: (22.54 MB)
FileName :001 Module Introduction.mp4 | Size: (3.42 MB)
FileName :002 ngFor and ngIf Directives Recap.mp4 | Size: (11.61 MB)
FileName :003 ngClass and ngStyle Recap.mp4 | Size: (9.63 MB)
FileName :004 Creating a Basic Attribute Directive.mp4 | Size: (19.63 MB)
FileName :005 Using the Renderer to Build a Better Attribute Directive.mp4 | Size: (20.52 MB)
FileName :006 Using the @HostListener() Decorator to Listen to Host Events.mp4 | Size: (10.55 MB)
FileName :007 Using the @HostBinding() Decorator to Bind to Host Properties.mp4 | Size: (12.4 MB)
FileName :008 Binding to Directive Properties.mp4 | Size: (25.29 MB)
FileName :009 What Happens Behind the Scenes on Structural Directives.mp4 | Size: (11.01 MB)
FileName :010 Building a Structural Directive.mp4 | Size: (21.36 MB)
FileName :011 Understanding the ngSwitch Directive.mp4 | Size: (8.71 MB)
FileName :001 Building and Using a Dropdown Directive.mp4 | Size: (19.47 MB)
FileName :001 Module Introduction.mp4 | Size: (4.19 MB)
FileName :002 Why Would You Need Services.mp4 | Size: (7.34 MB)
FileName :003 Creating a Logging Service.mp4 | Size: (11.47 MB)
FileName :004 Injecting the Logging Service into Components.mp4 | Size: (20.89 MB)
FileName :005 Creating a Data Service.mp4 | Size: (22.49 MB)
FileName :006 Understanding the Hierarchical Injector.mp4 | Size: (7.66 MB)
FileName :007 How Many Instances of Service Are Required.mp4 | Size: (7.92 MB)
FileName :008 Injecting Services into Other Services.mp4 | Size: (17.42 MB)
FileName :009 Using Services for Cross-Component Communication.mp4 | Size: (14.89 MB)
FileName :010 Assignment Solution.mp4 | Size: (30.56 MB)
FileName :001 Introduction.mp4 | Size: (2.69 MB)
FileName :002 Setting Up the Services.mp4 | Size: (3.66 MB)
FileName :003 Managing Recipes in a Recipe Service.mp4 | Size: (12.68 MB)
FileName :004 Using a Service for Cross-Component Communication.mp4 | Size: (16.26 MB)
FileName :005 Adding the Shopping List Service.mp4 | Size: (15.68 MB)
FileName :006 Using Services for Pushing Data from A to B.mp4 | Size: (9.27 MB)
FileName :007 Adding Ingredients to Recipes.mp4 | Size: (11.58 MB)
FileName :008 Passing Ingredients from Recipes to the Shopping List (Through a Service).mp4 | Size: (21.61 MB)
FileName :001 Module Introduction.mp4 | Size: (3.37 MB)
FileName :002 Why Do We Need a Router.mp4 | Size: (3.69 MB)
FileName :003 Setting Up and Loading Routes.mp4 | Size: (29.59 MB)
FileName :004 Navigating with Router Links.mp4 | Size: (17.09 MB)
FileName :005 Understanding Navigation Paths.mp4 | Size: (17.63 MB)
FileName :006 Styling Active Router Links.mp4 | Size: (16.84 MB)
FileName :007 Navigating Programmatically.mp4 | Size: (11.37 MB)
FileName :008 Using Relative Paths in Programmatic Navigation.mp4 | Size: (19.34 MB)
FileName :009 Passing Parameters to Routes.mp4 | Size: (11.01 MB)
FileName :010 Fetching Route Parameters.mp4 | Size: (13.55 MB)
FileName :011 Fetching Route Parameters Reactively.mp4 | Size: (25.33 MB)
FileName :012 An Important Note about Route Observables.mp4 | Size: (9.93 MB)
FileName :013 Passing Query Parameters and Fragments.mp4 | Size: (19.67 MB)
FileName :014 Retrieving Query Parameters and Fragments.mp4 | Size: (12.34 MB)
FileName :015 Some Common Gotchas.mp4 | Size: (23.48 MB)
FileName :016 Setting Up Child (Nested) Routes.mp4 | Size: (18.24 MB)
FileName :017 Using Query Parameters Practice.mp4 | Size: (19.72 MB)
FileName :018 Configuring the Handling of Query Parameters.mp4 | Size: (6.77 MB)
FileName :019 Redirecting and Wildcard Routes.mp4 | Size: (19.7 MB)
FileName :020 Outsourcing the Route Configuration.mp4 | Size: (17.54 MB)
FileName :021 An Introduction to Guards.mp4 | Size: (5.68 MB)
FileName :022 Protecting Routes with the canActivate() Method.mp4 | Size: (30.33 MB)
FileName :023 Protecting Child (Nested) Routes Using the canActivateChild() Method.mp4 | Size: (10.39 MB)
FileName :024 Using a Fake Authentication Service.mp4 | Size: (5.97 MB)
FileName :025 Controlling Navigation with the canDeactivate() Method.mp4 | Size: (44.4 MB)
FileName :026 Passing Static Data to a Route.mp4 | Size: (22.14 MB)
FileName :027 Resolving Dynamic Data with the Resolve Guard.mp4 | Size: (36.11 MB)
FileName :028 Understanding Location Strategies.mp4 | Size: (14.95 MB)
FileName :029 Wrapping Up.mp4 | Size: (2.19 MB)
FileName :001 Planning the General Structure.mp4 | Size: (2.66 MB)
FileName :002 Setting Up Routes.mp4 | Size: (22.41 MB)
FileName :003 Adding Navigation to the Application.mp4 | Size: (5.22 MB)
FileName :004 Marking Active Routes.mp4 | Size: (4.76 MB)
FileName :005 Fixing Page Reload Issues.mp4 | Size: (9.51 MB)
FileName :006 Child Routes Challenge.mp4 | Size: (5.82 MB)
FileName :007 Adding Child Routing Together.mp4 | Size: (13.91 MB)
FileName :008 Configuring Route Parameters.mp4 | Size: (21.46 MB)
FileName :009 Passing Dynamic Parameters to Links.mp4 | Size: (9.45 MB)
FileName :010 Styling Active Recipe Items.mp4 | Size: (4.33 MB)
FileName :011 Adding Editing Routes.mp4 | Size: (12.64 MB)
FileName :012 Retrieving Route Parameters.mp4 | Size: (10.42 MB)
FileName :013 Programmatic Navigation to the Edit Page.mp4 | Size: (15.98 MB)
FileName :014 One Note about Route Observables.mp4 | Size: (2.84 MB)
FileName :001 Module Introduction.mp4 | Size: (10.39 MB)
FileName :002 Analyzing Angular Observables.mp4 | Size: (6.14 MB)
FileName :003 Getting Closer to the Core of Observables.mp4 | Size: (20.66 MB)
FileName :004 Building a Custom Observable.mp4 | Size: (15.3 MB)
FileName :005 Errors and Completion.mp4 | Size: (21.61 MB)
FileName :006 Observables.mp4 | Size: (5.99 MB)
FileName :007 Understanding Operators.mp4 | Size: (27.33 MB)
FileName :008 Subjects.mp4 | Size: (24.71 MB)
FileName :009 Wrapping Up.mp4 | Size: (3.89 MB)
FileName :001 Improving the Reactive Service with Observables (Subjects).mp4 | Size: (19.64 MB)
FileName :001 Module Introduction.mp4 | Size: (2.91 MB)
FileName :002 Why do We Need Angular's Help.mp4 | Size: (5.39 MB)
FileName :003 Template-Driven (TD) Versus Reactive Approach.mp4 | Size: (3 MB)
FileName :004 Creating an Example Form.mp4 | Size: (5.2 MB)
FileName :005 Template-Driven (TD) Creating Forms and Registering the Controls.mp4 | Size: (20.47 MB)
FileName :006 Template-Driven (TD) Submitting and Using a Form.mp4 | Size: (22.12 MB)
FileName :007 Template-Driven (TD) Understanding Form State.mp4 | Size: (8.25 MB)
FileName :008 Template-Driven (TD) Accessing a Form Using the @ViewChild Decorator.mp4 | Size: (10.31 MB)
FileName :009 Template-Driven (TD) Adding Validation to Check User Input.mp4 | Size: (13.68 MB)
FileName :010 Template-Driven (TD) Using the Form State.mp4 | Size: (13.95 MB)
FileName :011 Template-Driven (TD) Displaying Validation Error Messages.mp4 | Size: (8.32 MB)
FileName :012 Template-Driven (TD) Set Default Values Using the ngModel Property Binding.mp4 | Size: (7.86 MB)
FileName :013 Template-Driven (TD) Using ngModel with Two-Way Binding.mp4 | Size: (9.57 MB)
FileName :014 Template-Driven (TD) Grouping Form Controls.mp4 | Size: (13.63 MB)
FileName :015 Template-Driven (TD) Handling Radio Buttons.mp4 | Size: (12.58 MB)
FileName :016 Template-Driven (TD) Setting and Patching Form Values.mp4 | Size: (16.44 MB)
FileName :017 Template-Driven (TD) Using Form Data.mp4 | Size: (16.46 MB)
FileName :018 Template-Driven (TD) Resetting Forms.mp4 | Size: (7.52 MB)
FileName :019 Introduction to the Reactive Approach.mp4 | Size: (1.52 MB)
FileName :020 Reactive Form Template Setup.mp4 | Size: (7.43 MB)
FileName :021 Reactive Creating a Form in Code.mp4 | Size: (13.08 MB)
FileName :022 Reactive Syncing HTML and Form.mp4 | Size: (13.94 MB)
FileName :023 Reactive Submitting a Form.mp4 | Size: (8.55 MB)
FileName :024 Reactive Adding Validation.mp4 | Size: (10.53 MB)
FileName :025 Reactive Getting Access to Controls.mp4 | Size: (15.32 MB)
FileName :026 Reactive Grouping Controls.mp4 | Size: (16.16 MB)
FileName :027 Reactive Arrays of FormControl (FormArray).mp4 | Size: (26.28 MB)
FileName :028 Reactive Creating Custom Validators.mp4 | Size: (23.34 MB)
FileName :029 Reactive Using Error Codes.mp4 | Size: (12.62 MB)
FileName :030 Reactive Creating a Custom Asynchronous Validator.mp4 | Size: (16.93 MB)
FileName :031 Reactive Reacting to Status or Value Changes.mp4 | Size: (8.28 MB)
FileName :032 Reactive Setting and Patching Values.mp4 | Size: (7.57 MB)
FileName :033 Assignment Solution.mp4 | Size: (49.22 MB)
FileName :001 Introduction.mp4 | Size: (2.14 MB)
FileName :002 TD Adding the Shopping List Form.mp4 | Size: (12.65 MB)
FileName :003 Adding Validation to a Form.mp4 | Size: (6.74 MB)
FileName :004 Allowing Selection of Items in a List.mp4 | Size: (14.75 MB)
FileName :005 Loading Shopping List Items into a Form.mp4 | Size: (9.88 MB)
FileName :006 Updating Existing Items.mp4 | Size: (10.45 MB)
FileName :007 Resetting a Form.mp4 | Size: (7.06 MB)
FileName :008 Allowing the User to Clear (Cancel) a Form.mp4 | Size: (3.78 MB)
FileName :009 Allowing the Deletion of Shopping List Items.mp4 | Size: (8.73 MB)
FileName :010 Creating a Template for the (Reactive) Recipe Edit Form.mp4 | Size: (14.46 MB)
FileName :011 Creating a Form to Edit Recipes.mp4 | Size: (16.59 MB)
FileName :012 Syncing HTML with a Form.mp4 | Size: (13.15 MB)
FileName :013 Adding Ingredient Controls to a FormArray.mp4 | Size: (19.15 MB)
FileName :014 Adding New Ingredient Controls.mp4 | Size: (12.06 MB)
FileName :015 Validating User Input.mp4 | Size: (16.46 MB)
FileName :016 Submitting the Recipe Edit Form.mp4 | Size: (24.79 MB)
FileName :017 Adding the Delete and Clear (Cancel) Functionality.mp4 | Size: (16.37 MB)
FileName :018 Redirecting a User (After Deleting a Recipe).mp4 | Size: (5.45 MB)
FileName :019 Adding an Image Preview.mp4 | Size: (5.8 MB)
FileName :020 Providing the Recipe Service Correctly.mp4 | Size: (6.67 MB)
FileName :021 Deleting Ingredients and Some Finishing Touches.mp4 | Size: (12.51 MB)
FileName :001 Introduction and Why Pipes Are Useful.mp4 | Size: (4.54 MB)
FileName :002 Using Pipes.mp4 | Size: (11.07 MB)
FileName :003 Parametrizing Pipes.mp4 | Size: (6.27 MB)
FileName :004 Learning More About Pipes.mp4 | Size: (6 MB)
FileName :005 Chaining Multiple Pipes.mp4 | Size: (8.66 MB)
FileName :006 Creating a Custom Pipe.mp4 | Size: (20.43 MB)
FileName :007 Parametrizing a Custom Pipe.mp4 | Size: (7.9 MB)
FileName :008 Example Creating a Filter Pipe.mp4 | Size: (22.14 MB)
FileName :009 Pure and Impure Pipes (How to Fix the Filter Pipe).mp4 | Size: (15.54 MB)
FileName :010 Understanding the Async Pipe.mp4 | Size: (13.76 MB)
FileName :001 A New Integrated Development Environment (IDE).mp4 | Size: (2.02 MB)
FileName :002 Module Introduction.mp4 | Size: (1.44 MB)
FileName :003 How Does Angular Interact with Backends.mp4 | Size: (5.59 MB)
FileName :004 Anatomy of an HTTP Request.mp4 | Size: (3.8 MB)
FileName :005 Setting Up Backend (Firebase).mp4 | Size: (8.18 MB)
FileName :006 Sending a POST Request.mp4 | Size: (33.51 MB)
FileName :007 Sending a GET Request.mp4 | Size: (9.66 MB)
FileName :008 Using Reactive Extensions for JavaScript (RxJS) Operators to Transform Response Data.mp4 | Size: (14.62 MB)
FileName :009 Using Types with HttpClient.mp4 | Size: (18.73 MB)
FileName :010 Outputting Posts.mp4 | Size: (8.07 MB)
FileName :011 Showing a Loading Indicator.mp4 | Size: (7.04 MB)
FileName :012 Using a Service for HTTP Requests.mp4 | Size: (24.87 MB)
FileName :013 Working of Services and Components.mp4 | Size: (13.23 MB)
FileName :014 Sending a DELETE Request.mp4 | Size: (12 MB)
FileName :015 Handling Errors.mp4 | Size: (24.57 MB)
FileName :016 Using Subjects for Error Handling.mp4 | Size: (11.49 MB)
FileName :017 Using the catchError Operator.mp4 | Size: (8.99 MB)
FileName :018 Error Handling and User Experience (UX).mp4 | Size: (8.47 MB)
FileName :019 Setting Headers.mp4 | Size: (12.56 MB)
FileName :020 Adding Query Parameters.mp4 | Size: (15.02 MB)
FileName :021 Observing Different Types of Responses.mp4 | Size: (28.42 MB)
FileName :022 Changing the Response Body Type.mp4 | Size: (12.56 MB)
FileName :023 Introducing Interceptors.mp4 | Size: (24.82 MB)
FileName :024 Manipulating Request Objects.mp4 | Size: (8.94 MB)
FileName :025 Response Interceptors.mp4 | Size: (11.31 MB)
FileName :026 Multiple Interceptors.mp4 | Size: (18.86 MB)
FileName :027 Wrapping Up.mp4 | Size: (8.19 MB)
FileName :001 Module Introduction.mp4 | Size: (2.06 MB)
FileName :002 Setting Up Backend (Firebase).mp4 | Size: (5.98 MB)
FileName :003 Setting Up the Data Storage Service.mp4 | Size: (21.89 MB)
FileName :004 Storing Recipes.mp4 | Size: (24.29 MB)
FileName :005 Fetching Recipes.mp4 | Size: (22.97 MB)
FileName :006 Transforming Response Data.mp4 | Size: (17.03 MB)
FileName :007 Resolving Data before Loading.mp4 | Size: (30.74 MB)
FileName :008 Fixing a Bug with the Resolver.mp4 | Size: (7.3 MB)
FileName :001 Module Introduction.mp4 | Size: (1.05 MB)
FileName :002 Working of Authentication.mp4 | Size: (7 MB)
FileName :003 Adding the Authentication Page.mp4 | Size: (23.92 MB)
FileName :004 Switching between Authentication Modes.mp4 | Size: (13.61 MB)
FileName :005 Handling Form Input.mp4 | Size: (12.49 MB)
FileName :006 Preparing the Backend.mp4 | Size: (7.68 MB)
FileName :007 Preparing the Signup Request.mp4 | Size: (34.73 MB)
FileName :008 Sending the Signup Request.mp4 | Size: (16.38 MB)
FileName :009 Adding Loading Spinner and Error Handling Logic.mp4 | Size: (24.79 MB)
FileName :010 Improving Error Handling.mp4 | Size: (22.61 MB)
FileName :011 Sending Login Requests.mp4 | Size: (25.51 MB)
FileName :012 Handling Login Error.mp4 | Size: (18.61 MB)
FileName :013 Creating and Storing the User Data.mp4 | Size: (39.24 MB)
FileName :014 Reflecting the Authentication State in the User Interface (UI).mp4 | Size: (35.88 MB)
FileName :015 Adding a Token to Outgoing Requests.mp4 | Size: (39.68 MB)
FileName :016 Attaching a Token with an Interceptor.mp4 | Size: (34.32 MB)
FileName :017 Adding Logout.mp4 | Size: (12.2 MB)
FileName :018 Adding Auto-Login.mp4 | Size: (39.17 MB)
FileName :019 Adding Auto-Logout.mp4 | Size: (31.05 MB)
FileName :020 Adding an Authentication Guard.mp4 | Size: (42.29 MB)
FileName :021 Wrapping Up.mp4 | Size: (8.67 MB)
FileName :001 Module Introduction.mp4 | Size: (1.46 MB)
FileName :002 Adding an Alert Modal Component.mp4 | Size: (27.01 MB)
FileName :003 Understanding the Different Approaches.mp4 | Size: (4.06 MB)
FileName :004 Using the ngIf Directive.mp4 | Size: (12.67 MB)
FileName :005 Preparing Programmatic Creation.mp4 | Size: (32.18 MB)
FileName :006 Creating a Component Programmatically.mp4 | Size: (20.05 MB)
FileName :007 Understanding entryComponents.mp4 | Size: (20.04 MB)
FileName :008 Data Binding and Event Binding.mp4 | Size: (23.24 MB)
FileName :009 Wrapping Up.mp4 | Size: (5.86 MB)
FileName :001 Module Introduction.mp4 | Size: (914.7 KB)
FileName :002 What are Modules.mp4 | Size: (4.63 MB)
FileName :003 Analyzing the AppModule Class.mp4 | Size: (27.85 MB)
FileName :004 Getting Started with Feature Modules.mp4 | Size: (33.91 MB)
FileName :005 Splitting Modules Correctly.mp4 | Size: (17.14 MB)
FileName :006 Adding Routes to Feature Modules.mp4 | Size: (19.59 MB)
FileName :007 Component Declarations.mp4 | Size: (7.86 MB)
FileName :008 ShoppingList Feature Module.mp4 | Size: (18.59 MB)
FileName :009 Understanding Shared Modules.mp4 | Size: (31.24 MB)
FileName :010 Understanding Core Modules.mp4 | Size: (20.19 MB)
FileName :011 Adding an Authentication Feature Module.mp4 | Size: (17.44 MB)
FileName :012 Understanding Lazy Loading.mp4 | Size: (4.07 MB)
FileName :013 Implementing Lazy Loading.mp4 | Size: (47.46 MB)
FileName :014 More Lazy Loading.mp4 | Size: (11.88 MB)
FileName :015 Preloading Lazy-Loaded Code.mp4 | Size: (13.94 MB)
FileName :016 Modules and Services.mp4 | Size: (10.03 MB)
FileName :017 Loading Services Differently.mp4 | Size: (33.47 MB)
FileName :018 Wrapping Up.mp4 | Size: (3.27 MB)
FileName :001 Module Introduction.mp4 | Size: (2.61 MB)
FileName :002 Starting Setup and Why We Want Standalone Components.mp4 | Size: (15.78 MB)
FileName :003 Building a First Standalone Component.mp4 | Size: (35.97 MB)
FileName :004 Standalone Directives and Connecting Building Blocks.mp4 | Size: (8.83 MB)
FileName :005 Migrating Another Component.mp4 | Size: (6.65 MB)
FileName :006 A Standalone Root Component.mp4 | Size: (15.87 MB)
FileName :007 Services and Standalone Components.mp4 | Size: (14.2 MB)
FileName :008 Routing with Standalone Components.mp4 | Size: (22.44 MB)
FileName :009 Lazy Loading.mp4 | Size: (28.81 MB)
FileName :010 Summary.mp4 | Size: (6.97 MB)
FileName :001 Module Introduction.mp4 | Size: (1.99 MB)
FileName :002 Signals - What and Why.mp4 | Size: (14.05 MB)
FileName :003 Creating a New Signal.mp4 | Size: (10.62 MB)
FileName :004 Updating a Signal Value.mp4 | Size: (6.43 MB)
FileName :005 Reading and Outputting a Signal Value.mp4 | Size: (5.58 MB)
FileName :006 Signal Updating - set(), update(), and mutate().mp4 | Size: (16.7 MB)
FileName :007 Important - Signals Are NOT Finished Yet!.mp4 | Size: (4.42 MB)
FileName :008 Computed Values and Effects.mp4 | Size: (11.81 MB)
FileName :009 Module Summary.mp4 | Size: (2.4 MB)
FileName :001 Module Introduction.mp4 | Size: (1.76 MB)
FileName :002 What Is NgRx.mp4 | Size: (4.7 MB)
FileName :003 Understanding NgRx and Its Building Blocks.mp4 | Size: (7.55 MB)
FileName :004 Project Setup and Installing NgRx.mp4 | Size: (15.6 MB)
FileName :005 Adding a First Reducer and Store Setup.mp4 | Size: (21.53 MB)
FileName :006 An Alternative Way of Creating Reducers.mp4 | Size: (9.24 MB)
FileName :007 Reading Data from the Store.mp4 | Size: (29.22 MB)
FileName :008 Introducing Actions and State Changing Reducers.mp4 | Size: (17.04 MB)
FileName :009 Dispatching Actions.mp4 | Size: (12.7 MB)
FileName :010 Attaching Data to Actions.mp4 | Size: (11.66 MB)
FileName :011 Handling Actions without createReducer.mp4 | Size: (15.22 MB)
FileName :012 An Alternative Way of Defining Actions.mp4 | Size: (28.69 MB)
FileName :013 Time to Practice - A Second Action.mp4 | Size: (18.17 MB)
FileName :014 Exploring Selectors.mp4 | Size: (23.32 MB)
FileName :015 Introducing Effects.mp4 | Size: (7.09 MB)
FileName :016 Installing the Effects Package.mp4 | Size: (7.68 MB)
FileName :017 Defining a First Effect.mp4 | Size: (20.18 MB)
FileName :018 The Old @Effect Decorator and Registering Effects.mp4 | Size: (14.22 MB)
FileName :019 Using Store Data in Effects.mp4 | Size: (10.36 MB)
FileName :020 Adding a Second Effect.mp4 | Size: (35.21 MB)
FileName :021 Summary.mp4 | Size: (7.58 MB)
FileName :022 Getting Started with Reducers.mp4 | Size: (22.63 MB)
FileName :023 Adding Logic to the Reducer.mp4 | Size: (21.22 MB)
FileName :024 Understanding and Adding Actions.mp4 | Size: (21.15 MB)
FileName :025 Setting Up the NgRx Store.mp4 | Size: (19.52 MB)
FileName :026 Selecting State.mp4 | Size: (38.7 MB)
FileName :027 Dispatching Actions.mp4 | Size: (29.69 MB)
FileName :028 Multiple Actions.mp4 | Size: (40.7 MB)
FileName :029 Preparing Update and Delete Actions.mp4 | Size: (14.06 MB)
FileName :030 Updating and Deleting Ingredients.mp4 | Size: (41.87 MB)
FileName :031 Expanding the State.mp4 | Size: (40.02 MB)
FileName :032 Managing More State Through NgRx.mp4 | Size: (42.07 MB)
FileName :033 Removing Redundant Component State Management.mp4 | Size: (16.67 MB)
FileName :034 First Summary and Clean Up.mp4 | Size: (23.4 MB)
FileName :035 One Root State.mp4 | Size: (46.04 MB)
FileName :036 Setting Up Auth Reducer and Actions.mp4 | Size: (32.97 MB)
FileName :037 Dispatching Auth Actions.mp4 | Size: (27.52 MB)
FileName :038 Auth Finished (For Now ).mp4 | Size: (33.69 MB)
FileName :039 An Important Note on Actions.mp4 | Size: (24.58 MB)
FileName :040 Exploring NgRx Effects.mp4 | Size: (15.59 MB)
FileName :041 Defining the First Effect.mp4 | Size: (17.85 MB)
FileName :042 Effects and Error Handling.mp4 | Size: (39.27 MB)
FileName :043 Login Through NgRx Effects.mp4 | Size: (41.88 MB)
FileName :044 Managing UI State in NgRx.mp4 | Size: (32.85 MB)
FileName :045 Finishing the Login Effect.mp4 | Size: (32.13 MB)
FileName :046 Preparing Other Auth Actions.mp4 | Size: (18.64 MB)
FileName :047 Adding Signup.mp4 | Size: (30.51 MB)
FileName :048 Further Auth Effects.mp4 | Size: (28.87 MB)
FileName :049 Adding Auto-Login with NgRx.mp4 | Size: (39.87 MB)
FileName :050 Adding Auto-Logout.mp4 | Size: (31.69 MB)
FileName :051 Finishing the Auth Effects.mp4 | Size: (12.84 MB)
FileName :052 Using the Store Devtools.mp4 | Size: (19.77 MB)
FileName :053 The Router Store.mp4 | Size: (8.68 MB)
FileName :054 Getting Started with NgRx for Recipes.mp4 | Size: (46.4 MB)
FileName :055 Fetching Recipe Detail Data.mp4 | Size: (42.57 MB)
FileName :056 Fetching Recipes and Using the Resolver.mp4 | Size: (54 MB)
FileName :057 Fixing the Auth Redirect.mp4 | Size: (10.76 MB)
FileName :058 Update, Delete and Add Recipes.mp4 | Size: (70.68 MB)
FileName :059 Storing Recipes Through Effects.mp4 | Size: (26.76 MB)
FileName :060 Cleanup Work.mp4 | Size: (10.11 MB)
FileName :061 Wrap Up.mp4 | Size: (10.49 MB)
FileName :001 Introduction.mp4 | Size: (2.67 MB)
FileName :002 Setting Up the Starting Project.mp4 | Size: (2.56 MB)
FileName :003 Animation Triggers and State.mp4 | Size: (24.47 MB)
FileName :004 Switching between States.mp4 | Size: (7.5 MB)
FileName :005 Transitions.mp4 | Size: (6.66 MB)
FileName :006 Advanced Transitions.mp4 | Size: (18.91 MB)
FileName :007 Transition Phases.mp4 | Size: (14.03 MB)
FileName :008 The Void State.mp4 | Size: (20.98 MB)
FileName :009 Using Keyframes for Animations.mp4 | Size: (18.83 MB)
FileName :010 Grouping Transitions.mp4 | Size: (7.33 MB)
FileName :011 Using Animation Callbacks.mp4 | Size: (9.92 MB)
FileName :001 Module Introduction.mp4 | Size: (9.32 MB)
FileName :002 Adding Service Workers.mp4 | Size: (50.07 MB)
FileName :003 Caching Assets for Offline Use.mp4 | Size: (23.63 MB)
FileName :004 Caching Dynamic Assets and URLs.mp4 | Size: (31.14 MB)
FileName :001 Introduction.mp4 | Size: (2.74 MB)
FileName :002 Why Unit Tests.mp4 | Size: (4.68 MB)
FileName :003 Analyzing the Testing Setup (As Created by the Command Line Interface (CLI)).mp4 | Size: (30.59 MB)
FileName :004 Running Tests (With the Command Line Interface (CLI)).mp4 | Size: (8.8 MB)
FileName :005 Adding a Component and Some Fitting Tests.mp4 | Size: (21.22 MB)
FileName :006 Testing Dependencies Components and Services.mp4 | Size: (26.15 MB)
FileName :007 Simulating Asynchronous Tasks.mp4 | Size: (37.19 MB)
FileName :008 Using fakeAsync and Tick.mp4 | Size: (8.93 MB)
FileName :009 Isolated Versus Non-Isolated Tests.mp4 | Size: (21.01 MB)
FileName :001 Module Introduction.mp4 | Size: (2.42 MB)
FileName :002 A Closer Look at the ng new Command.mp4 | Size: (20.56 MB)
FileName :003 Integrated Development Environment (IDE) and Project Setup.mp4 | Size: (7.91 MB)
FileName :004 Understanding the Configuration Files.mp4 | Size: (31.55 MB)
FileName :005 Important Command Line Interface (CLI) Commands.mp4 | Size: (22.05 MB)
FileName :006 The angular json File - a Closer Look.mp4 | Size: (45.14 MB)
FileName :007 Angular Schematics - an Introduction.mp4 | Size: (5.37 MB)
FileName :008 The ng add Command.mp4 | Size: (17.21 MB)
FileName :009 Using Custom ng generate Schematics.mp4 | Size: (11.93 MB)
FileName :010 Updating Projects Using the ng update Command.mp4 | Size: (8.19 MB)
FileName :011 Deploying with the ng deploy Command.mp4 | Size: (19.99 MB)
FileName :012 Understanding Differential Loading.mp4 | Size: (17.64 MB)
FileName :013 Managing Multiple Projects in One Folder.mp4 | Size: (15.1 MB)
FileName :014 Angular Libraries - an Introduction.mp4 | Size: (11.44 MB)
FileName :015 Wrapping Up.mp4 | Size: (6.79 MB)
FileName :001 Module Introduction.mp4 | Size: (1.85 MB)
FileName :002 What & Why.mp4 | Size: (11.19 MB)
FileName :003 Installing & Using TypeScript.mp4 | Size: (16.07 MB)
FileName :004 Base Types & Primitives.mp4 | Size: (8.82 MB)
FileName :005 Array & Object Types.mp4 | Size: (13.23 MB)
FileName :006 Type Inference.mp4 | Size: (6.26 MB)
FileName :007 Working with Union Types.mp4 | Size: (6.23 MB)
FileName :008 Assigning Type Aliases.mp4 | Size: (6.56 MB)
FileName :009 Diving into Functions & Function Types.mp4 | Size: (11.95 MB)
FileName :010 Understanding Generics.mp4 | Size: (18.53 MB)
FileName :011 Classes & TypeScript.mp4 | Size: (20.51 MB)
FileName :012 Working with Interfaces.mp4 | Size: (11.89 MB)
FileName :013 Configuring the TypeScript Compiler.mp4 | Size: (11.59 MB)
FileName :basics-assignment-1-solution.zip | Size: (41.03 KB)
FileName :basics-assignment-1-start.zip | Size: (35.58 KB)
FileName :basics-assignment-2-solution.zip | Size: (36.12 KB)
FileName :basics-assignment-2-start.zip | Size: (35.46 KB)
FileName :basics-assignment-3-solution.zip | Size: (36.35 KB)
FileName :basics-assignment-3-start.zip | Size: (35.61 KB)
FileName :basics-components.zip | Size: (39.09 KB)
FileName :basics-databinding.zip | Size: (39.75 KB)
FileName :basics-directives.zip | Size: (39.81 KB)
FileName :basics-ngfor-addition.zip | Size: (35.25 KB)
FileName :prj-basics-final.zip | Size: (43.31 KB)
FileName :prj-start.zip | Size: (17.16 KB)
FileName :debugging.zip | Size: (17.38 KB)
FileName :cmp-databinding-assignment-solution.zip | Size: (23.28 KB)
FileName :cmp-databinding-assignment-start.zip | Size: (35.09 KB)
FileName :cmp-databinding-final.zip | Size: (21.52 KB)
FileName :cmp-databinding-start.zip | Size: (18.54 KB)
FileName :prj-basics-final.zip | Size: (43.31 KB)
FileName :prj-cmp-databinding-final.zip | Size: (29.82 KB)
FileName :directives-final.zip | Size: (19.95 KB)
FileName :directives-start (1).zip | Size: (18.9 KB)
FileName :directives-start.zip | Size: (18.9 KB)
FileName :prj-directives-final.zip | Size: (45.95 KB)
FileName :services-assignment-solution.zip | Size: (42.8 KB)
FileName :services-assignment-start.zip | Size: (40.49 KB)
FileName :services-final (1).zip | Size: (26.98 KB)
FileName :services-final.zip | Size: (26.98 KB)
FileName :services-start (1).zip | Size: (25.28 KB)
FileName :services-start.zip | Size: (25.28 KB)
FileName :prj-directives-final (1).zip | Size: (46.13 KB)
FileName :prj-directives-final.zip | Size: (45.95 KB)
FileName :prj-services-final.zip | Size: (47.85 KB)
FileName :routing-final.zip | Size: (50.48 KB)
FileName :routing-start (1).zip | Size: (38.06 KB)
FileName :routing-start.zip | Size: (38.06 KB)
FileName :prj-routing-final.zip | Size: (55.21 KB)
FileName :eek:bs-01-start (1).zip | Size: (37.25 KB)
FileName :eek:bs-01-start.zip | Size: (25.52 KB)
FileName :eek:bs-02-first-custom-observable.zip | Size: (40.91 KB)
FileName :eek:bs-03-complete-custom-observable.zip | Size: (41.76 KB)
FileName :eek:bs-04-operators.zip | Size: (38.4 KB)
FileName :eek:bs-05-finished.zip | Size: (45.01 KB)
FileName :prj-obs-01-finished.zip | Size: (61.03 KB)
FileName :prj-routing-final.zip | Size: (34.55 KB)
FileName :forms-reactive-assignment-solution.zip | Size: (20 KB)
FileName :forms-reactive-assignment-start.zip | Size: (18.76 KB)
FileName :forms-reactive-final.zip | Size: (20.51 KB)
FileName :forms-reactive-start.zip | Size: (19.48 KB)
FileName :forms-td-assignment-solution.zip | Size: (20.09 KB)
FileName :forms-td-assignment-start.zip | Size: (19.32 KB)
FileName :forms-td-final.zip | Size: (19.24 KB)
FileName :forms-td-start.zip | Size: (19.05 KB)
FileName :prj-forms-final.zip | Size: (56.45 KB)
FileName :prj-obs-01-finished.zip | Size: (61.03 KB)
FileName :pipes-assignment-solution.zip | Size: (44.29 KB)
FileName :pipes-assignment-start.zip | Size: (35.75 KB)
FileName :pipes-final.zip | Size: (35.57 KB)
FileName :pipes-start.zip | Size: (18.97 KB)
FileName :http-01-start (1).zip | Size: (19.23 KB)
FileName :http-01-start (2).zip | Size: (30.02 KB)
FileName :http-01-start.zip | Size: (19.23 KB)
FileName :http-02-post-requests.zip | Size: (33.71 KB)
FileName :http-03-get-and-transform-data.zip | Size: (35.33 KB)
FileName :http-04-loading-indicator.zip | Size: (35.32 KB)
FileName :http-05-handling-errors.zip | Size: (36.2 KB)
FileName :http-06-headers.zip | Size: (34.1 KB)
FileName :http-07-query-params.zip | Size: (35.82 KB)
FileName :http-08-interceptor.zip | Size: (36.65 KB)
FileName :http-09-finished.zip | Size: (23.91 KB)
FileName :prj-http-01-save-and-fetch-recipes.zip | Size: (76.94 KB)
FileName :prj-http-02-finished.zip | Size: (82.79 KB)
FileName :auth-01-auth-component.zip | Size: (76.16 KB)
FileName :auth-02-auth-form.zip | Size: (74.52 KB)
FileName :auth-03-signup-request.zip | Size: (80.6 KB)
FileName :auth-04-added-login.zip | Size: (80.55 KB)
FileName :auth-05-added-token-to-requests.zip | Size: (85.52 KB)
FileName :auth-06-logout.zip | Size: (79.98 KB)
FileName :auth-07-autologin-autologout.zip | Size: (85.74 KB)
FileName :auth-08-finished.zip | Size: (76.54 KB)
FileName :dyn-cmp-finished.zip | Size: (87.33 KB)
FileName :eek:pt-mod-01-feature-module.zip | Size: (47.84 KB)
FileName :eek:pt-mod-02-routing-module.zip | Size: (48.29 KB)
FileName :eek:pt-mod-03-shared-module.zip | Size: (48.93 KB)
FileName :eek:pt-mod-04-core-module.zip | Size: (48.88 KB)
FileName :eek:pt-mod-05-lazy-loading.zip | Size: (95.47 KB)
FileName :eek:pt-mod-06-finished.zip | Size: (94.49 KB)
FileName :01-starting-project.zip | Size: (212.03 KB)
FileName :02-migrated-cmp.zip | Size: (211.81 KB)
FileName :03-starting-with-routing.zip | Size: (216.99 KB)
FileName :04-finished.zip | Size: (215.32 KB)
FileName :01 Starting Setup.zip | Size: (17.95 KB)
FileName :02 Finished.zip | Size: (20.42 KB)
FileName :01-starting-setup-standalone.zip | Size: (220.57 KB)
FileName :01-starting-setup.zip | Size: (220.03 KB)
FileName :03-added-first-reducer-standalone.zip | Size: (222.81 KB)
FileName :03-added-first-reducer.zip | Size: (222.19 KB)
FileName :04-alternative-reducer-syntax-standalone.zip | Size: (223.69 KB)
FileName :04-alternative-reducer-syntax.zip | Size: (223.11 KB)
FileName :05-selecting-data-from-store-standalone.zip | Size: (223.5 KB)
FileName :05-selecting-data-from-store.zip | Size: (222.89 KB)
FileName :06-added-actions.zip | Size: (221.42 KB)
FileName :07-alternative-syntax-standalone.zip | Size: (222.68 KB)
FileName :07-alternative-syntax.zip | Size: (222.23 KB)
FileName :08-practice-second-action-standalone.zip | Size: (223.36 KB)
FileName :08-practice-second-action.zip | Size: (222.76 KB)
FileName :09-selectors-standalone.zip | Size: (222.61 KB)
FileName :09-selectors.zip | Size: (221.91 KB)
FileName :10-first-effect-standalone.zip | Size: (224.14 KB)
FileName :10-first-effect.zip | Size: (223.42 KB)
FileName :11-intro-finished-standalone.zip | Size: (224.7 KB)
FileName :11-intro-finished.zip | Size: (223.98 KB)
FileName :ngrx-00-starting-project.zip | Size: (282.21 KB)
FileName :ngrx-01-first-reducer-updated.zip | Size: (281.65 KB)
FileName :ngrx-01-first-reducer.zip | Size: (96.63 KB)
FileName :ngrx-02-added-store-updated.zip | Size: (282.57 KB)
FileName :ngrx-02-added-store.zip | Size: (97.55 KB)
FileName :ngrx-03-added-actions-updated.zip | Size: (283.69 KB)
FileName :ngrx-03-added-actions.zip | Size: (98.71 KB)
FileName :ngrx-04-finished-shopping-list-updated.zip | Size: (286.18 KB)
FileName :ngrx-04-finished-shopping-list.zip | Size: (105.47 KB)
FileName :ngrx-05-auth-without-effects-updated.zip | Size: (253.25 KB)
FileName :ngrx-05-auth-without-effects.zip | Size: (105.88 KB)
FileName :ngrx-06-login-effect-updated.zip | Size: (253.85 KB)
FileName :ngrx-06-login-effect.zip | Size: (103.95 KB)
FileName :ngrx-07-auth-finished-updated.zip | Size: (254 KB)
FileName :ngrx-07-localstorage-effects.zip | Size: (108.25 KB)
FileName :ngrx-08-auth-finished.zip | Size: (104.08 KB)
FileName :ngrx-08-finished-modern.zip | Size: (251.62 KB)
FileName :ngrx-08-finished-updated.zip | Size: (251.62 KB)
FileName :ngrx-09-devtools-and-routing.zip | Size: (107.63 KB)
FileName :ngrx-10-fetch-recipes-effect.zip | Size: (111.85 KB)
FileName :ngrx-11-recipe-crud.zip | Size: (107.84 KB)
FileName :ngrx-12-finished.zip | Size: (103.7 KB)
FileName :ngrx-create-functions-syntax.zip | Size: (112.22 KB)
FileName :animations-finished.zip | Size: (39.71 KB)
FileName :animations-start.zip | Size: (38.65 KB)
FileName :ng-pwa-01-start.zip | Size: (37.34 KB)
FileName :ng-pwa-02-finished (1).zip | Size: (61.12 KB)
FileName :ng-pwa-02-finished.zip | Size: (61.12 KB)
FileName :testing-final.zip | Size: (41.58 KB)
FileName :typescript-intro-01-finished.zip | Size: (5.23 KB)
]
Screenshot
0WmOtXgL_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

c3ee4854c5347b718618cf7c668e451b.jpg

Angular - The Complete Guide (2024 Edition)
Updated 5/2024
Duration: 43h45m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 23 GB
Genre: eLearning | Language: English​

Master Angular (formerly "Angular 2") and build awesome, reactive web apps with the successor of Angular.js

What you'll learn
Learn modern Angular, including standalone components & signals from the ground up & in great detail!
Learn how to send HTTP requests, implement routing, authenticate users or handle complex forms - and much more!
Develop modern, complex, responsive and scalable web applications with Angular
Fully understand the architecture behind an Angular application and how to use it
Learn TypeScript, a modern JavaScript superset, along the way
Create single-page or fullstack applications with one of the most modern JavaScript frameworks out there
Use the gained, deep understanding of the Angular fundamentals to quickly establish yourself as a frontend developer

Requirements
NO prior Angular knowledge is required!
Basic JavaScript & web development knowledge is required!

Description
May 23rd 2024: Big update released!
Brand-new "Essentials" sections were added, covering modern Angular (incl. standalone components, signals, new control flow & more) from the ground up.
This course therefore once again teaches modern Angular, whilst also teaching "older" Angular features since many projects are still stuck on old Angular versions. With this course, you'll be ready to work with Angular, no matter which version you might be using in your next project!
--
Join the most comprehensive and bestselling Angular course on Udemy and learn all about this amazing framework from the ground up, in great depth!
This course starts from scratch, you neither need to know Angular 1 nor Angular 2!
From
Setup
to
Deployment
, this course covers it all! You'll learn all about
Components
,
Directives
,
Services
,
Forms
,
Http
Access,
Authentication, Optimizing an Angular App with Modules and Offline Compilation
and
much more
- and in the end: You'll learn how to
deploy

an application
!
But that's not all!
This course will also show you how to use the
Angular CLI
and feature a
complete project
, which allows you to practice the things learned throughout the course!
And if you do get stuck, you
benefit from an extremely fast and friendly support
- both via direct messaging or discussion. You have my word! ;-)
Angular is one of the most modern, performance-efficient and powerful frontend frameworks you can learn as of today. It allows you to build great web apps which offer awesome user experiences!
Learn all the fundamentals you need to know to get started developing Angular applications right away.
Hear what my students have to say
"Absolutely fantastic tutorial series. I cannot thank you enough. The quality is first class and your presentational skills are second to none. Keep up this excellent work. You really rock! - Paul Whitehouse"
"The instructor, Max, is very enthusiastic and engaging. He does a great job of explaining what he's doing and why rather than having students just mimic his coding. Max was also very responsive to questions. I would recommend this course and any others that he offers. Thanks, Max!"
"As a person new to both JavaScript and Angular 2 I found this course extremely helpful because Max does a great job of explaining all the important concepts behind the code. Max has a great teaching ability to focus on what his audience needs to understand."
This Course uses TypeScript
TypeScript is the main language used by the official Angular team and the language you'll mostly see in Angular tutorials. It's a superset to JavaScript and makes writing Angular apps really easy. Using it ensures, that you will have the best possible preparation for creating Angular apps. Check out the free videos for more information.
TypeScript knowledge is, however, not required - basic JavaScript knowledge is enough.
Why Angular?
Angular is the next big deal. Being the successor of the overwhelmingly successful Angular.js framework it's bound to shape the future of frontend development in a similar way. The powerful features and capabilities of Angular allow you to create complex, customizable, modern, responsive and user friendly web applications.
Angular is faster than Angular 1 and offers a much more flexible and modular development approach. After taking this course you'll be able to fully take advantage of all those features and start developing awesome applications immediately.
Due to the drastic differences between Angular 1 and Angular (= Angular 2+) you don't need to know anything about Angular.js to be able to benefit from this course and build your futures projects with Angular.
Get a very deep understanding of how to create Angular applications
This course will teach you all the fundamentals about modules, directives, components, databinding, routing, HTTP access and much more! We will take a lot of deep dives and each section is backed up with a real project. All examples showcase the features Angular offers and how to apply them correctly.
Specifically you will learn:
Which architecture Angular uses
How to use TypeScript to write Angular applications
All about directives and components, including the creation of custom directives/ components
How databinding works
All about routing and handling navigation
What pipes are and how to use them
How to send HTTP requests (e.g. to REST APIs)
What dependency injection is and how to use it
How to use modules in Angular
How to optimize your (bigger) Angular applications
An introduction to NgRx and complex state management
We will build a major project in this course so that you can practice all concepts
And so much more!
Pay once, benefit a lifetime!
Don't lose any time, gain an edge and start developing now!
Who this course is for:
Newcomer as well as experienced frontend developers interested in learning a modern JavaScript framework
This course is for everyone interested in learning a state-of-the-art frontend JavaScript framework
Taking this course will enable you to be amongst the first to gain a very solid understanding of Angular

Bitte Anmelden oder Registrieren um Links zu sehen.




RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten