Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Angular for Enterprise Applications

You're reading from   Angular for Enterprise Applications Build scalable Angular apps using the minimalist Router-first architecture

Arrow left icon
Product type Paperback
Published in Jan 2024
Publisher Packt
ISBN-13 9781805127123
Length 592 pages
Edition 3rd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Doguhan Uluca Doguhan Uluca
Author Profile Icon Doguhan Uluca
Doguhan Uluca
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Angular’s Architecture and Concepts FREE CHAPTER 2. Forms, Observables, Signals, and Subjects 3. Architecting an Enterprise App 4. Creating a Router-First Line-of-Business App 5. Designing Authentication and Authorization 6. Implementing Role-Based Navigation 7. Working with REST and GraphQL APIs 8. Recipes – Reusability, Forms, and Caching 9. Recipes – Master/Detail, Data Tables, and NgRx 10. Releasing to Production with CI/CD 11. Other Books You May Enjoy
12. Index
Appendix A

To get the most out of this book

  • Set up your system for web development following the scripts covered in Appendix A, Setting Up Your Development Environment.
  • If you’re new to Angular, complete the tutorials at https://angular.dev/tutorials.
  • Follow the Technical requirements section at the beginning of each chapter and information boxes within sections.
  • Check the latest code examples on GitHub at https://github.com/duluca.
  • Sign up for the companion site to complete the self-assessment at https://angularforenterprise.com.
  • For beginners, developers new to Angular, or inexperienced developers:
    1. Follow the book in the published order, coding your solution alongside the content in each chapter.
    2. It helps to be familiar with full-stack web development but is not a prerequisite.

Download the example code files

You can get the latest version of the example code files on GitHub. Four projects directly support the content in this book:

  1. Web Development Environment Setup Scripts at https://github.com/duluca/web-dev-environment-setup
  2. Local Weather App at https://github.com/duluca/local-weather-app
  3. LemonMart at https://github.com/duluca/lemon-mart
  4. LemonMart Server at https://github.com/duluca/lemon-mart-server

In each chapter, you can find specific instructions to access chapter-specific versions of code examples referred to as stages. When demonstrating continuous integration and deployment configuration, Git branches and GitHub pull requests are utilized to demonstrate specific configuration elements.

Note that the code on GitHub may differ from the book’s content as Angular evolves.

Download the color images

We also provide a PDF file with color images of the screenshots/diagrams used in this book. You can download it here: https://packt.link/gbp/9781805127123.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and X handles. For example, “Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system.”

A block of code is set as follows:

{
  "name": "local-weather-app",
  "version": "0.0.0",
  "license": "MIT",
  ...
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },

Any cross-platform or macOS-specific command-line input or output is written as follows:

$ brew tap caskroom/cask

Windows-specific command-line input or output is written as follows:

PS> Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Bold: Indicates a new term, an important word, or words that you see on the screen. For instance words in menus or dialog boxes also appear in the text like this. For example: “Select System info from the Administration panel.”

Warnings or important notes appear like this.

Tips and tricks appear like this.

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