Angular with Meteor

So what is the current wayto get meteor running with angular?
The Meteor-rxjs package looks to not be maintained anymore, the angular-meteor site which is still linked to is outdated (using old and incompatible packages with new versions of everything)

1 Like

As part of the Meteor-Rspack integration, we plan to experiment with its support since there’s a Rspack plugin that enables it. Unfortunately, it’s not working yet, as the plugin still needs compatibility with Meteor’s implementation.

Hopefully, by the time we reach Meteor 3.4, it will be available.

2 Likes

A small teaser of what’s coming in a future Meteor release (hopefully a Meteor 3.4 beta). With Meteor 3.4 and Rspack integration, the door opens to many setups and tools. Most are easy to configure, while others like Angular, which relies on a package providing its own Rspack config, can be trickier to align with Meteor’s Rspack config defaults.

I’ve been experimenting with this integration and already managed to get a basic Angular app running with Meteor package code injected and working. Both Meteor and Angular configs now work together after some adjustments. In a future Meteor release, I’ll include a skeleton that covers the essentials, so that any Meteor user can have the option to develop using Angular, while getting the most from Meteor framework.

This is another clear example of how beneficial it is to delegate bundling to a modern tool as we are proceeding these days.

See the basic Angular app with Meteor used (Random.id()):


Thanks @joylunow to provide a small example, as I am not really familiar with Angular, having a proper small example helps me to go straight.

3 Likes

We are running an app with Meteor 2 and Angular, we have been looking for some possible solution for a migration to Meteor 3. Any news on this front is great.
Please let me know if there is a better place to follow up this topic?