Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Essential Angular

    Posted By: AlenMiler
    Essential Angular

    Essential Angular by Victor Savkin
    English | 31 May 2017 | ASIN: B0716BBX9P | 108 Pages | AZW3 | 1.07 MB

    Key Features

    Written by two Angular core contributors
    A complete overview of the key aspects of Angular
    Up to date with the latest Angular release

    Book Description

    Essential Angular is a concise, complete overview of the key aspects of Angular, written by two Angular core contributors. The book covers the framework's mental model, its API, and the design principles behind it. This book is fully up to date with the latest release of Angular.

    Essential Angular gives you a strong foundation in the core Angular technology. It will help you put all the concepts into the right places so you will have a good understanding of why the framework is the way it is. Read this book after you have toyed around with the framework, but before you embark on writing your first serious Angular application.

    This book covers concepts such as the differences between Just-In-Time (JIT) and Ahead-Of-Time (AOT) compilation in Angular, alongside NgModules, components and directives. It also goes into detail on Dependency Injection and Change Detection: essential skills for Angular developers to master. The book finishes with a look at testing, and how to integrate different testing methodologies in your Angular code.

    What you will learn

    Understand why and how to use JIT and AOT compilation in Angular
    Bootstrap and inject NgModules
    Learn about the component lifecycle
    Understand the two phases of Change Detection
    Visualize and parse the Injector tree
    Understand advanced Lazy Loading
    Integrate and run different testing strategies on your code

    About the Author

    Victor Savkin and Jeff Cross are core contributors to the Angular projects.

    Victor Savkin has been on the Angular team since the inception of Angular 2. Victor developed dependency injection, change detection, forms, and the router.

    Jeff Cross was one of the earliest core team members on Angular 1. He developed the Angular 2 HTTP and AngularFire2 modules, contributed to RxJS 5, and was most recently the Tech Lead of the Angular Mobile team at Google.

    Nrwl.io – Angular consulting for enterprise customers, from core team members

    Victor and Jeff are founder of Nrwl, a company providing Angular consulting for enterprise customers, from core team members.

    Table of Contents

    Compilation
    NgModules
    Components and Directives
    Templates
    Dependency Injection
    Change Detection
    Forms
    Testing
    Reactive Programming in Angular