BUY COMPLETE ANGULAR 2 JS

Тема в разделе "Angular", создана пользователем admin, 13 апр 2024.

Этап:
Покупка и раздача продукта
Цена:
10.00 USD
Участников:
2 из 2
Организатор:
admin
Расчетный взнос:
10 USD
  • Участники покупки:
    1. admin, 2. forexsklad;
  1. admin

    admin Administrator Команда форума

    COMPLETE ANGULAR 2 JS

    Screenshot_2.jpg

    This Angular 2 video course is probably the most complete on the Internet to date and this means that it is time to seriously start studying the second Angular. The course covers everything from installation to mini project deployment. You will learn all about components, directives, services, forms, authentication, and more - and in the end: You will learn how to deploy an application! And that is not all. This course will show you how to use the Angular 2 CLI on an off-the-shelf project, allowing you to quickly master the knowledge gained in practice. Angular 2 is almost in its release phase, so don't miss the chance to explore all the benefits and be the first developer to use it.

    LESSON 1.

    Introduction
    What is in Angular2
    Creating an Angular 2 Project
    Editing our First App
    Understanding the Project Structure
    Why TypeScript? What is TypeScript?
    Getting Started with Components
    How an Angular 2 App gets started?
    Understanding AppModules
    Using Templates & Styles
    First Summary
    Creating a new Component
    About Unique Selectors
    Using multiple Components
    MUST WATCH - How to proceed with this Course?
    View Encapsulation and Styling
    Inserting Content with ng-content
    Databinding Overview
    String Interpolation
    Property Binding & Event Binding Overview
    Property Binding
    Binding to Custom Properties
    Event Binding
    Binding to Custom Events
    More Information on Property & Event Binding
    Two-Way Binding
    The Component Lifecycle
    Component Lifefcycle Usage Examples
    Template Access with Local References, ViewChild and ContentChild
    Project Setup
    IMPORTANT - Required Changes
    Creating the Header Component
    Creating the Recipes Component
    Creating Recipe Model & List Component
    Recipe Detail & Databinding
    Shopping List Component
    What are Directives?
    Attribute Directives
    Building a Custom Attribute Directive
    Element Interaction with HostListener & HostBinding
    Directive Property Binding
    ngIf
    ngFor
    ngSwitch
    Angular 2's De-Sugaring Mechanism
    Building a Custom Structural Directive
    Using NgModules
    Ingredients List with ngFor
    Custom Dropdown Directive
    Introduction
    Chrome Debugger & Sourcemaps
    Augury
    What are Services?
    Example - Logging Service
    What is Dependency Injection?
    Example - Injecting the Logging Service
    Multiple Instances vs One Instance
    Services & AppModules
    Using NgModules
    Injecting Services into Services
    Using Services for Cross-Component Interaction
    Course Project - Creating the Recipe Service
    Course Project - Creating the Shopping List Service
    Course Project - Cross-Service Communication
    Course Project - Cleanup
    Introduction to the Angular 2 Router
    Introduction to the Angular 2 Router
    Loading Routes
    Navigation with Links
    Understanding Navigation Paths
    Imperative Routing (Triggered in Code)
    Route Parameters
    Extracting Route Parameters
    Query Parameters
    Extracting Query Parameters
    Query Parameters and the routerLink Directive
    Child Routes
    Child Routes
    Required Adjustments in this Module
    Setting up Project Routes
    Adding Navigation
    Child Routes
    Adding Child Route Navigation
    Passing the Recipe ID (Route Parameters)
    Updating the Recipe Service
    Making it all Work
    Styling Active Links
    Cleanup
    Introduction to Forms in Angular 2
    Template-Driven Approach Basics
    Registering Controls (Template-Driven)
    Finishing Touches
    Submitting a Form and Using the Output (Template-Driven)
    Form Properties
    Input Validation (Template-Driven)
    Form State & CSS Classes (Template-Driven)
    Default Values with ngModel (Template-Driven)
    Two-Way Binding with ngModel (Template-Driven)
    Form Groups (Template-Driven)
    Radio Button Controls (Template-Driven)
    Using the Form State, Providing a better UX (Template-Driven)
    The Data-Driven Approach (Intro)
    Creating a Form (Data-Driven)
    Important Changes with AppModules
    Synchronizing HTML and the Angular 2 Form (Data-Driven)
    Submitting a Form and Using the Output (Data-Driven)
    Input Validation (Data-Driven)
    Using the Form State, Providing a better UX (Data-Driven)
    Form Groups (Data-Driven)
    Radio Buttons (Data-Driven)
    Form Arrays, Arrays of Control (Data-Driven)
    Creating a Form with the FormBuilder (Data-Driven)
    Creating Custom Validators (Data-Driven)
    Custom Asynchronous Validators (Data-Driven)
    Custom Asynchronous Validators (Data-Driven)
    Shopping List Form HTML Setup (Template-Driven)
    Adding & Editing Mode
    Submitting the Shopping List Form
    Selecting Items & Property Binding
    Displaying Data with ngModel
    Editing Items
    Deleting Items & Clearing the Form
    Editing & Adding Recipes (Intro)
    Recipe Form - Preparation - Fetching the Active Recipe
    Creating the Recipe Form with the Data-Driven Approach
    Synchronizing the HTML Code with the Form
    Submitting the Form and Editing Recipes
    Managing Recipe Ingredients
    What are Pipes?
    Using Pipes
    Parametrizing Pipes
    Pipe Documentation
    Chaining Pipes
    Custom Pipes
    Example - Creating a Filter Pipe
    Using NgModules
    'Pure' Pipe Limitations
    'Impure' Pipes
    The Async Pipe
    Required Adjustments in this Module
    Http & Observables
    Demo Data Source - Firebase Setup
    Sending a GET Request
    Using NgModules
    The Power of Observables Operators - Map (ping Data)
    The Power of Observables Operators - Map (ping Data)
    Retrieving and Transforming Data with Observables
    Using the Async Pipe
    Error Handling with Observables
    Wrap Up
    Http Intro & setup
    Storing Recipes on the Server (POST)
    Fetching Recipes (GET) and Changing the Storage Method (PUT)
    Finishing Touches & Bugfixes
    Differences between Course Videos and Angular
    NgModule Overview
    Required Adjustments in this Module
    Introduction
    Project Setup
    Setting up Routes
    Backend (Firebase) Setup
    User Signup
    User Signin & Managing the User State
    User Logout
    Protecting a Route from Unauthorized Access
    Finishing Touches
    Introduction
    Using Feature Modules
    Creating a Feature Module
    Creating a Feature Module for Child Routes
    Lazy Loading of Routes
    Implementing Lazy Loading
    Using Shared Modules
    Using a Core Module
    Understanding Module Encapsulation
    When to use which Module?
    Performance and File Size Improvements with Offline (Ahead-of-time) Compilation
    VIEW FIRST - About this Section
    About the New Project Structure (same Video as in Custom Project Module)
    Intro & What to Deploy
    Setting up an App for Deployment
    Deploying to Github Pages with the Angular 2 CLI
    Deploying to Github Pages Manually
    Deploying to AWS S3
    Intro
    Installation
    New Project - ng new and ng init
    Building your Project - ng build & ng serve
    Understanding the Project Structure
    Linting your Code - ng lint
    Unit Tests - ng test
    Managing Project Content - ng generate & ng destroy
    Putting it into Production - ng build and ng github-pages
    Learning More - ng --help and Wrap Up
    Intro
    Dependencies & Typings
    App Setup & Tsconfig
    Gulp
    Basic App Code
    Typings & External Files
    Setting up index.html
    Configuring SystemJS
    Development Workflow
    Linting with the official Styleguide
    Production Workflow (Bundling, Minification)
    Adding Third Party Packages
    Course Roundup
    Introduction
    Using Types
    Classes
    Interfaces
    Generics
    Wrap up & Modules

     
Similar Threads
  1. admin
    Ответов:
    0
    Просмотров:
    97
  2. admin
    Ответов:
    0
    Просмотров:
    116
  3. admin

    BUY ANGULAR 2

    admin, 13 апр 2024, в разделе: Angular
    Ответов:
    0
    Просмотров:
    76
Загрузка...