Meteor with multiple database

Hi

I try to use multiple databases with meteor angular 2.

I get error when i try to import MongoInternals

import {MongoInternals} from 'meteor/mongo';

Error :
Module ‘“meteor/mongo”’ has no exported member ‘MongoInternals’

Please how can import this module in my app

Regards

Are you doing this client-side or server-side ? :slight_smile:

Hi

it’s server-side

i use the default angular meteor base project

git clone https://github.com/bsliran/angular2-meteor-base socially

Thank