angular-meteor
angular-meteor copied to clipboard
Angular and Meteor - The perfect stack
This is easily reproducible. However, let me start by saying that I do have a Meteor project running in 1.8. I tried upgrading to 1.10 and I get the same...
Example **all-in-one** from **MeteorCLI** folder is failing: ```shell ➜ all-in-one git:(master) ✗ meteor [[[[[ ~/Documents/angular-meteor/examples/MeteorCLI/all-in-one ]]]]] => Started proxy. => Meteor 2.3.5 is available. Update this project with 'meteor update'....
I'm trying to use Angular 9 in my project to take advantage of Ivy. I upgraded my Angular version and then switched on AOT mode. Angular compiles twice (is this...
ReferenceError: Can't find variable: __decorate at export class AppComponent {} { "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "dom", "es2015" ], "module": "commonjs",...
Hello. When I added SSR using Angular Universal in this Angular CLI + Meteor project, I encountered errors like. I executed the following commands to add SSR support. ng add...
Hi, I'm planning on adding angular universal as per example MeteorCLI/universal and have few questions: - How to run the example with AOT on Windows (`AOT=1 meteor`), I tried: ```...
Hello @ardatan, there is an issue when using AOT w/ Rollup: "Compiling undefined with meteor-babel without a cache" See for more information: https://github.com/meteor/meteor/issues/10236#issuecomment-427048932 https://github.com/Urigo/angular-meteor/pull/1927#issuecomment-442387358 Reproduction: ``` cd examples/MeteorCLI/bare meteor npm...
Before updating to 1.8.2 it worked, but after updating it shows me the following errors. **Versions I'm using:** 1. angular: 1.7.8 2. angular-meteor: 1.3.12 3. ng-table: 4.0.0 ``` Error: "[angular-meteor][err][404]...
Sorry, but I wasn't really able to wrap my head around how to test this feature ... In my example, I wanted to call the `ready()` method of a subscription...
### When reporting a bug, please be sure to include the following: - [x] A descriptive title - [x] An *isolated* way to reproduce the behavior (example: GitHub repository with...