最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to use Angular CLI schematics in StackBlitz - Stack Overflow

programmeradmin7浏览0评论

I am using StackBlitz for testing and answering Angular related questions on Stackoverflow. I am manually creating Components, Services, Modules, etc. Is there a way to use Angular CLI in StackBlitz to speed up the process?

I am using StackBlitz for testing and answering Angular related questions on Stackoverflow. I am manually creating Components, Services, Modules, etc. Is there a way to use Angular CLI in StackBlitz to speed up the process?

Share Improve this question edited Aug 23, 2022 at 17:43 NeNaD asked May 19, 2021 at 10:09 NeNaDNeNaD 20.3k9 gold badges61 silver badges111 bronze badges 1
  • 1 To my knowledge there is no such option exist, #following – Pardeep Jain Commented May 19, 2021 at 10:11
Add a comment  | 

1 Answer 1

Reset to default 19

There's an even simpler way: right-click

It's pretty neat in the sense that it creates everything and adds it to the AppModule just like angular-cli schematics.

Source: https://github.com/stackblitz/core/issues/132#issuecomment-470386015

Also, you can drag and drop files from your local system to the stackblitz:

so you can generate everything on your local IDE or terminal and then drag and drop it to the stackblitz platform.

发布评论

评论列表(0)

  1. 暂无评论