Open MaxHershey opened 1 year ago
Hey @MaxHershey, we have dropped Angular direct support as they were a little bit more complex to continue to support. One way you can use your MeteorJS App in a similar way that was before is with simple DDP. I've made a version of my the same codebase but using typescript(meteor-sdk).
Trying to upgrade a Meteor Angular application from Meteor 2.2 -> 2.8.1 and Angular 5 -> 15.
However I can't seem to find any helpful guide or tutorial. It appears the meteor cli has completely given up on angular.
Does the meteor angular-compilers package simply use whatever version of angular/typescript you install in your local project npm to compile the project? or does it install its own versions and use those... Very confused.
Any help would be greatly appreciated!