-
Notifications
You must be signed in to change notification settings - Fork 41
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
meteor 1.8 - angular #96
Comments
Hello @JanvanCasteren, meteor-client-bundler does not work yet with Meteor 1.8. Georgy |
We have Meteor 1.8.2, using meteor-client-bundler 0.6.0 with client parameter "release": "1.7.0.5" as stated in the workaround. However, we experience occasional node process crashes with following error:
Could this be related to meteor-client-bundle version mismatch? |
@ardatan id love to assist with getting this package updated, but i dont know where to start. |
I have a working project with angular cli 7.3.9 version and meteor 1.8.1 version which uses meteor-client-bundler. It took me quite some time to get around all typescript errors but eventually I got it working. I planned to extract a starter project from it to share on github, but didn't find time yet. If anyone needs help to achieve a setup with angular 7 and meteor 1.8, please contact me, so I can see if I can help |
Let's team up @JanvanCasteren and @Urigo |
Hi @JanvanCasteren . I am having the same problem as @kombadzomba . We are using Meteor version 1.8.0.2, angular cli version 7.2.3 and meteor-client-bundler version 0.6.0. Do you think that you have fixed our problem aswell with the changes you made? |
I have three meteor-related imports in my angular main.ts:
my meteor version is 1.8.1 It is important to only import Meteor in main angular file. Don't import it in any of the files of your Meteor folder, because you will have tslint complaining about double declarations. Versions of the relevant client side packages are
Could the above information be helpful to you? The combination of Meteor with Angular works very well for me and I do plan to put a starter project on github with my setup. I don't have time for it this week, but I will do it soon. |
Hi @JanvanCasteren . Thank you for the quick response. I will try these fixes and let you know if they work. I would also be very thankful if you created a starter project at some point. |
Hi @SergijeRaz I uploaded a starter project to Github: https://github.com/JanvanCasteren/meteor-angular-starter I am also working on a more elobarate demo, which also inegrates the Meteor accounts system in Angular: https://github.com/JanvanCasteren/meteor-angular-demo . This demo is still work-in-progress, but you can take a look at it to see how I do things. Any comments are appreciated. I have to do a little more polishing and after that I will put a post about the two repositories on the Meteor forum. |
should meteor-client-bundler work with meteor 1.8? I use it in an angular frontend and it doesn't work anymore since upgrading meteor from 1.6 to 1.8.
The text was updated successfully, but these errors were encountered: