Coder Social home page Coder Social logo

packtpublishing / accelerating-angular-development-with-ivy Goto Github PK

View Code? Open in Web Editor NEW
47.0 7.0 10.0 268 KB

Accelerating Angular Development with Ivy, published by Packt.

License: MIT License

JavaScript 10.83% TypeScript 80.18% HTML 7.34% CSS 1.06% SCSS 0.60%
angular ivy book

accelerating-angular-development-with-ivy's Introduction

Accelerating Angular Development with Ivy

Accelerating Angular Development with Ivy

This is the code repository for Accelerating Angular Development with Ivy, published by Packt.

A practical guide to building faster and more testable Angular apps with the new Ivy engine

What is this book about?

Angular Ivy is the latest rendering engine and compiler introduced in Angular. Ivy helps frontend developers to make their Angular applications faster, better optimized, and more robust. This easy-to-follow guide will help you get to grips with the new features of Angular Ivy and show you how to migrate your Angular apps from View Engine to Ivy.

This book covers the following exciting features:

  • Find out why Angular Ivy tests are faster and more robust
  • Explore the concept of CSS custom properties and scoping of values and learn how to use them with Angular Ivy
  • Use testing harnesses present in Angular components to write effective tests
  • Explore the architecture of the Angular compatibility compiler and understand why it is important
  • Discover effective techniques for migrating your existing Angular apps to the Ivy engine

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter01.

The code will look like the following:

function changeSettings(settings: {
  sleepTimer: number;
  volume: number;
}): void {
  const volumeSetting = settings.volume ?? 0.5;
  sendVolumeSignal(volumeSetting);
  
  const sleepTimerSetting = settings.sleepTimer ?? 900;
  sendSleepTimerSignal(sleepTimerSetting);
}

The following is what you need for this book:

This book is for experienced Angular web developers who want to migrate to the latest Ivy engine for building faster web applications. Intermediate knowledge of Angular and TypeScript will help you get the most out of this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1-12 Angular versions 9 through 12 Windows, Mac OS X, and Linux (Any)
1-12 TypeScript versions 3.6 through 4.3 Windows, Mac OS X, and Linux (Any)
1-12 Angular CLI Windows, Mac OS X, and Linux (Any)
1-12 Angular CDK Windows, Mac OS X, and Linux (Any)
1-12 Angular Google Maps Windows, Mac OS X, and Linux (Any)
1-12 Angular Material Windows, Mac OS X, and Linux (Any)
1-12 Angular YouTube Player Windows, Mac OS X, and Linux (Any)

Make sure to install a recent version of Angular CLI globally.

Part 1: A quick and functional guide to Angular Ivy

Chapter 1: Discovering new APIs and language syntax

Feature app: Globalization

Chapter 2: Boosting developer productivity through tooling, configuration and convenience

Feature app: Inheritance

Feature app: Style bindings

Chapter 3: Introducing CSS Custom Properties and new provider scopes

Feature app: Any provider scope

Feature app: Colored panels

Feature app: CSS Custom Properties

Feature app: Welcome

Chapter 4: Exploring Angular Components features

Feature app: Map

Feature app: Video

Part 2: Build a real world application with the Angular Ivy features you learned

Real world app: Angular Academy

Part 3: Upgrade your View Engine application and development workflow to Angular Ivy

Chapter 9: Debugging with the new Ivy runtime APIs

Feature app: Random number

Chapter 12: Embracing Ahead-of-Time compilation

Feature app: Feature flag initializer

Feature app: Feature flags


We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products <Other books you may enjoy>

Get to Know the Authors

Lars Gyrup Brink Nielsen is a frontend architect at Systemate A/S in Denmark. As a cofounder of the open learning non-profit This is Learning, he creates open platforms for free knowledge and public learning. Lars is a tech writer, international tech speaker, FOSS maintainer, Microsoft MVP in Developer Technologies, and GitHub Star.

Jacob Andresen works as a senior software developer based in Copenhagen, Denmark. He has been working as a software developer and consultant in information retrieval systems and web applications since 2002.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781800205215

accelerating-angular-development-with-ivy's People

Contributors

jacobandresen avatar layzeedk avatar packt-itservice avatar packtutkarshr avatar shubham763 avatar sofi-hr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.