Angular's angular.json: Your Workspace Blueprint

angular.json is the blueprint for your workspace, telling the CLI how to build, serve, and generate code. It defines project paths, build targets, and default prefixes. The footgun: assuming the `projects` section mirrors the file system.
Think of `angular.json` as the central blueprint for your entire Angular workspace. It gives the CLI instructions to build, serve, and test every application and library within it. You'll edit it to configure build targets, define internationalization (i18n) locales, or change the default component prefix. A common mistake is assuming the `projects` section mirrors the file system; the initial app resides at the workspace root, not in a `projects/` folder.
Read the original → angular.jp
- #angular
- #cli
- #configuration
- #build-tools
Get five bites like this every day.
Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.