-
Notifications
You must be signed in to change notification settings - Fork 396
repository configuration for angular packages dev mode #2448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repository configuration for angular packages dev mode #2448
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dsl400 .
thanks for the contribution ❤️ !
Testing this locally, changes in the angular and core bundles were immediately recognized. This is a great improvement for development. Thanks!
I have one inline remark about the change of the Typescript version as I don't think it's required. Please have a look.
This reverts commit dec9ee1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsl400 Thanks for the update. I also reverted the larger lock file change that stemmed from the typescript dependency change. With this, it LGTM :)
Thanks again for the contribution!
proposal of angular packages configuration that uses
ng serve
for development modewhen running
npm run dev
inpackages/angular-material
the packagescore
angular
angular-material
andexamples
are referenced from source code and changes are applied immediately