Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://i.stack.imgur.com/KiXzj.jpg
https://i.stack.imgur.com/RthNi.jpg
据我所知,Angular cli 在 ng gc comp-name 上生成一个组件,并将该组件添加到最近的 Angular 模块以使该组件工作。
将组件放入路由中由开发人员自行决定,因此 Angular cli 不会将其放入路由中。它必须由开发人员手动完成
我们不能自动声明路由,它完全取决于功能。我们需要手动添加它们。