ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 216 forks source link

Request: Support for NG-ZORRO #608

Open amolmt opened 3 years ago

amolmt commented 3 years ago

I'm submitting a...

Add support for NG-ZORRO

Can we please add support for NG-ZORRO just like we have right now for angular material and bootstrap while creating a new project with ngx-rocket?

sinedied commented 3 years ago

Adding a new UI template is not an easy task, as you would need to ensure that:

If you're willing to work on it, I would suggest to first create an add-on for it as it would be easier, starting from the "raw" UI template and overwriting the HTML.

Once you have a working concept, it will be easier to discuss integration in the main generator.

amolmt commented 3 years ago

Sure.