fix: angular tsconfig wrong @demo/shared path#25
fix: angular tsconfig wrong @demo/shared path#25agonper wants to merge 1 commit intoNativeScript:mainfrom
Conversation
|
Thanks @agonper there's one other adjustment the tools need with latest updates to ensure the angular app's tsconfig is correct, it should instead annotate along with each added package like this for example: That would allow natural livesync changes with Angular demo. |
|
You're welcome @NathanWalker. I'm happy to help 🙂 .
I noticed that too. Now with Ivy it should no longer be necessary to pre-build Angular plugins for live sync, right? That would be an enormous DX boost! Looking forward seeing that adjustment! Thanks for making NativeScript better every day 😄 |
|
Correct! Yes that should allow the angular demo to work/livesync like the vanilla demo. Thanks for the kind words 🤗 |
|
Any progress on this issue? I have tried implementing the tsconfig changes but there are still errors resolving modules. |
Error description
Angular demo build cannot find files under
@demo/sharedscopeSteps to reproduce