-
Notifications
You must be signed in to change notification settings - Fork 46
Angular support #73
Angular support #73
Conversation
b5721cf
to
062623c
Compare
Whats the state of this PR? |
It was pretty functional, though it had some issue when I used it for an Angular project created with yarn. If you are interested, I can write for you instructions how to test it in your project (before it's published to NPM), so you can share your feedback as well |
@urish that would be great! Thanks |
Hey @urish I would definitely be interested in learning how to use this tool for an Angular 5 codebase, any tips? |
so eventually users will be able to install typewiz by running: ng add typewiz-angular
also install the TypeWiz CLI
publish to npm to make beta testing easier for users
@tw3 @FallenRiteMonk I published the beta version to npm, so testing should now be pretty much straight forward: https://medium.com/@urish/angular-schematics-and-the-future-of-typewiz-c266a5442c82 |
@urish Just tried it on a small project of mine and got following error:
Further in the error stack trace I found multiple lines similar to this one:
This is in a Nx workspace. Do you want me to give you more info's here, or should I open a new issue? |
@FallenRiteMonk yes, a new issue please. Can you please check if commenting out some of the code in features.component.ts fixes this |
No description provided.