elements icon indicating copy to clipboard operation
elements copied to clipboard

Create schematics package and add "ng add" support

Open tomastrajan opened this issue 5 years ago • 3 comments

WOuld be cool if it would be possible to ng add @angular-extension/schematics which will install the package and add LazyElementsModule.forRoot() with some basic config,... could be also customized using prompts if user wants default configuration or just plain import...

tomastrajan avatar Sep 20 '19 22:09 tomastrajan

Hi, @tomastrajan I have seen that the https://github.com/angular-extensions/schematics project was deprecated one year ago. Should we add it as a subproject in this repo or a new repo?

angelfraga avatar Sep 21 '19 16:09 angelfraga

Would do it as a part of this project, basically the same setup as the @angular-extensions/model but this lib probably only needs ng-add schematic....

Wanna look into it but currently bit busy with other activities 😬😂

tomastrajan avatar Sep 22 '19 08:09 tomastrajan

Hi @tomastrajan , I would like to take up this issue. I am learning about schematics from your blog https://medium.com/@tomastrajan/total-guide-to-custom-angular-schematics-5c50cf90cdb4 and guess this would be perfect example to learn and contribute.

sanketmaru avatar Dec 31 '19 06:12 sanketmaru