diff --git a/src/data/roadmaps/angular/content/cli-builders@TeWEy9I-hU6SH02Sy2S2S.md b/src/data/roadmaps/angular/content/cli-builders@TeWEy9I-hU6SH02Sy2S2S.md index abe74fab5..22d2a75bb 100644 --- a/src/data/roadmaps/angular/content/cli-builders@TeWEy9I-hU6SH02Sy2S2S.md +++ b/src/data/roadmaps/angular/content/cli-builders@TeWEy9I-hU6SH02Sy2S2S.md @@ -1 +1,9 @@ -# CLI Builders \ No newline at end of file +# CLI Builders + +A number of Angular CLI commands run a complex process on your code, such as building, testing, or serving your application. The commands use an internal tool called `Architect` to run CLI builders, which invoke another tool (bundler, test runner, server) to accomplish the desired task. Custom builders can perform an entirely new task or to change which third-party tool is used by an existing command. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - CLI Builders](https://angular.dev/tools/cli/cli-builder) +- [@video@Angular Builders – Creating Custom Builder from Scratch](https://www.youtube.com/watch?v=QbDkDLnXAZE) +- [@opensource@Angular Builders](https://github.com/just-jeb/angular-builders) \ No newline at end of file