Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Angular 2 Cookbook

You're reading from   Angular 2 Cookbook Discover over 70 recipes that provide the solutions you need to know to face every challenge in Angular 2 head on

Arrow left icon
Product type Paperback
Published in Jan 2017
Publisher Packt
ISBN-13 9781785881923
Length 464 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Matthew Frisbie Matthew Frisbie
Author Profile Icon Matthew Frisbie
Matthew Frisbie
Patrick Gillespie Patrick Gillespie
Author Profile Icon Patrick Gillespie
Patrick Gillespie
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Strategies for Upgrading to Angular 2 FREE CHAPTER 2. Conquering Components and Directives 3. Building Template-Driven and Reactive Forms 4. Mastering Promises 5. ReactiveX Observables 6. The Component Router 7. Services, Dependency Injection, and NgModule 8. Application Organization and Management 9. Angular 2 Testing 10. Performance and Advanced Concepts

What you need for this book

Every recipe in this book is accompanied by a link to the book's companion site, http://ngcookbook.herokuapp.com/. Recipes that involve code examples will include a link to a live example on Plunker. This will allow you to inspect and test code in real time without having to worry about compilation, local servers, or anything of that ilk. It must be noted, however, that this setup is only appropriate for experimentation and should not be used for user-facing or production applications.

Angular 2 comes in both JavaScript and TypeScript flavors, but this book aims directly at the TypeScript edition, since it is syntactically superior (as you will soon realize). For proper production applications, TypeScript will be compiled into JavaScript before it is served to the browser. The way this book accomplishes this (and many other code preparation tasks) is inside a Node.js install on your local machine. Node.js includes the Node Package Manager (npm), which lets you install and run open source JavaScript software from the command line.

Some chapters in this book will require that you have Node.js installed before running commands and launching a local server or test suite. Furthermore, it is recommended (but not required) that you install the Node Version Manager on top of Node.js, which will make managing your installed packages much easier.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image