> For the complete documentation index, see [llms.txt](https://nzbin.gitbook.io/ng-matero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nzbin.gitbook.io/ng-matero/zh-1/schematics.md).

# 原理图

Schematics 可以说是 Angular 生态中非常强大的一个功能。通过 Schematics 可以快速添加项目目录或者生成常用的业务模板。

目前 ng-matero 实现了 `ng add` 及 `ng generate` 功能，之后还会添加 `ng update`，方便 ng-matero 项目的升级维护，同时也会继续完善 `ng generate`，提供更多常用的业务模板。

* [ng add](/ng-matero/zh-1/schematics/project-init.md)
* [ng generate](/ng-matero/zh-1/schematics/new-route.md)
* ng update
