<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x" -->

---
title: How to set up an Nx-style monorepo workspace with the...
description: Part 3 of a tutorial series on setting up an Nx-style monorepo with the Angular CLI. Covers creating passenger info and flight search feature libraries with...
canonical: https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3 | daily.dev
og:description: Part 3 of a tutorial series on setting up an Nx-style monorepo with the Angular CLI. Covers creating passenger info and flight search feature libraries with...
og:url: https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x
og:image: https://api.daily.dev/og/posts/C1joe9g3X.png
og:image:alt: How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3

**[Playful Programming](https://daily.dev/sources/playfulprogramming)** · [@layzeedk](https://daily.dev/layzeedk) · 8 min read · 0 upvotes · 0 comments

## Summary

Part 3 of a tutorial series on setting up an Nx-style monorepo with the Angular CLI. Covers creating passenger info and flight search feature libraries with routed components and lazy-loaded routing in the feature shell module. Also walks through generating a mobile booking application project, configuring Angular builder file replacements to swap component templates between desktop and mobile builds, and running lint and test suites for the new projects.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://playfulprogramming.com/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-4bb6>

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#general-programming](https://daily.dev/tags/general-programming), [#angular](https://daily.dev/tags/angular)

[View this post on daily.dev](https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3","url":"https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x"},"datePublished":"2026-03-16T21:47:02.231Z","dateModified":"2026-03-17T18:00:38.934Z","description":"Part 3 of a tutorial series on setting up an Nx-style monorepo with the Angular CLI. Covers creating passenger info and flight search feature libraries with...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/890f5951e36cea786b025880b469f593?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/890f5951e36cea786b025880b469f593?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Playful Programming","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Person","name":"Lars Gyrup Brink Nielsen","url":"https://daily.dev/layzeedk","image":"https://avatars1.githubusercontent.com/u/6364586?v=4","description":"Tech Writer, Tech Speaker, FOSS Maintainer, Microsoft MVP.","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":410}},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-to-set-up-an-nx-style-monorepo-workspace-with-the-angular-cli-part-3-c1joe9g3x","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,general-programming,angular","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Playful Programming","item":"https://daily.dev/sources/playfulprogramming"},{"@type":"ListItem","position":3,"name":"How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3"}]}
```

