elements
elements copied to clipboard
Create schematics package and add "ng add" support
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...
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?
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 😬😂
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.