<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
---
|
|
title: 'Enteprise Angular Monorepo Patterns'
|
|
date: 2025-03-20
|
|
slug: enterprise-angular-book
|
|
authors: [Mike Hartington]
|
|
tags: [angular, nx, architecture]
|
|
cover_image: /blog/images/2025-03-20/book-relaunch.avif
|
|
description: Get the latest version of the Enterprise Angular Monorepo patterns book.
|
|
---
|
|
|
|
{% callout type="deepdive" title="Angular Week Series" expanded=true %}
|
|
|
|
This article is part of the Angular Week series:
|
|
|
|
- [Modern Angular Testing with Nx](/blog/modern-angular-testing-with-nx)
|
|
- [Angular Architecture Guide To Building Maintainable Applications at Scale](/blog/architecting-angular-applications)
|
|
- [Using Rspack with Angular](/blog/using-rspack-with-angular)
|
|
- **Enterprise Patterns**
|
|
|
|
{% /callout %}
|
|
|
|
Building applications is often a challenge when you're in the enterprise. But thankfully, Nx can help teams keep on the happy path when building for these challenging environments. We've had a book available since 2018 to help teams follow established patterns and ensure high quality code, however 2018 was quite a long time ago. Times have changed and so has the best practices for building Angular applications.
|
|
|
|
As part of our Week of Angular, I'm thrilled to share that we've revised our book "Enterprise Angular Monorepo Patterns" and have updated it for 2025!
|
|
|
|
If you'd like to get your copy of the book, be sure to [check it out](https://go.nx.dev/angular-patterns-ebook) and download your free copy!
|