# 原理图

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nzbin.gitbook.io/ng-matero/zh-1/schematics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
