Hello there, I've been using angular-meteor for the past +2 years, but in the last months I'm having the impression that the project is dying... the official site that contains the documentation has not a single line about newer versions of meteor and the stuff there is as old as the first releases of angular-meteor...
I would like to understand if this is the same point of view that you have and also would like to discuss about possible solutions to migrate from angular-meteor to a more de-coupled solution, like building angular with ng and using the built assets with raw meteor, without intermediate processes or code manipulation...
I recently did the same as @portah and decoupled an Angular6 / Meteor project so I can build the client using Angular CLI tools and build my Meteor server in the normal way. This is a relatively large application and I had been dreading the de-coupling work and had assumed that it would take days. But in fact it only took a few hours to get everything working with reliable AOT + tree shake builds on the Angular side.
I was thinking of creating a seed project with decoupled Meteor + Angular, lazy-loading Angular routes, AOT/tree-shake, and some Dockerfile configs to build the whole project into a couple of Docker images with the Angular build and other static content served by nginx. Would this be interesting to anyone?
After huge research, i am planning to go with JavaScript Search engine with Angular/Vue.js/Meteor/React as front-end
Choice of javascript client side storage is below
1) IndexedDB
2) JScene
3) LargeLocalStorage
4) ydn db
5) PouchDB
Links for reference
https://github.com/tantaman/LargeLocalStorage
https://gist.github.com/inexorabletash/a279f03ab5610817c0540c83857e4295
http://lintool.github.io/JScene/
https://db-engines.com/en/system/LokiJS%3BPouchDB%3BSolr
Please kindly suggest which one to go...
Basically have a cross platform system which accepts huge files and finally does a full text search...
In this way, the user just needs the browser no installation is required......
meteor-client.js:201 Uncaught TypeError: Cannot set property 'Package' of undefined
at meteor-client.js:201
at meteor-client.js:209
at Object../node_modules/meteor-client.js (meteor-client.js:1196)
at __webpack_require__ (bootstrap:79)
at Module../src/main.ts (main.ts:1)
at __webpack_require__ (bootstrap:79)
at Object.0 (main.ts:15)
at __webpack_require__ (bootstrap:79)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push
Hey I’m trying to bundle meteor with the arch: “web.cordova”, and I’m getting this error:
Error: Cannot find module '/var/folders/nn/8w5ch72n6z5f4tm_shv7_krc0000gn/T/tmp-4021QklJIqhaZO7s/bundle/programs/web.cordova/program.json’.
So I guess my question is… when is this file/folder suppose to get created? I see the others folders in there like web.browser/web.browser.legacy
meteor
[[[[[ ~/Projects/angular/simple-todos ]]]]]
=> Started proxy.
=> Errors prevented startup:
While determining active plugins:
error: conflict: two packages included in the app (templating-compiler and angular-templates) are both trying to handle *.html
While determining active plugins:
error: conflict: two packages included in the app (templating-compiler and angular-templates) are both trying to handle *.html
While determining active plugins:
error: conflict: two packages included in the app (templating-compiler and angular-templates) are both trying to handle *.html
=> Your application has errors. Waiting for file change.
=> Started MongoDB.