All Projects → PacktPublishing → Accelerating-Angular-Development-with-Ivy

PacktPublishing / Accelerating-Angular-Development-with-Ivy

Licence: MIT license
Accelerating Angular Development with Ivy, published by Packt.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Accelerating-Angular-Development-with-Ivy

angular-8-boilerplate
Angular 8 Boilerplate with bootstrap
Stars: ✭ 23 (-50%)
Mutual labels:  ivy
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+6.52%)
Mutual labels:  ivy
emacs-run-command
Efficient and ergonomic external command invocation for Emacs
Stars: ✭ 64 (+39.13%)
Mutual labels:  ivy
pprzlink
Message and communication library for the Paparazzi UAV system
Stars: ✭ 17 (-63.04%)
Mutual labels:  ivy
doom-todo-ivy
Display all TODO and FIXME entries for a project or buffer in ivy. Extracted from doom-emacs.
Stars: ✭ 31 (-32.61%)
Mutual labels:  ivy
counsel-org-clock
Counsel (Ivy) interface for org-clock
Stars: ✭ 44 (-4.35%)
Mutual labels:  ivy
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (-30.43%)
Mutual labels:  ivy
avy-migemo
avy with migemo
Stars: ✭ 16 (-65.22%)
Mutual labels:  ivy
ngx-vant
Lightweight Mobile UI Components built on Vant and Angular
Stars: ✭ 34 (-26.09%)
Mutual labels:  ivy
.emacs.d
My Emacs Config
Stars: ✭ 22 (-52.17%)
Mutual labels:  ivy
Swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
Stars: ✭ 1,948 (+4134.78%)
Mutual labels:  ivy
Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+16945.65%)
Mutual labels:  ivy
ivy-youtube
Search for an Youtube video inside Emacs with Ivy
Stars: ✭ 24 (-47.83%)
Mutual labels:  ivy
robot
Functions and classes for gradient-based robot motion planning, written in Ivy.
Stars: ✭ 29 (-36.96%)
Mutual labels:  ivy
ng-profiler
Angular Profiler for Ivy, debugging and visualization tools
Stars: ✭ 31 (-32.61%)
Mutual labels:  ivy

Get this title for $10 on Packt's Spring Sale


For a limited period, all eBooks and Videos are only $10. All the practical content you need - by developers, for developers

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].