angular-meteor icon indicating copy to clipboard operation
angular-meteor copied to clipboard

Angular and Meteor - The perfect stack

Results 24 angular-meteor issues
Sort by recently updated
recently updated
newest added

I'm trying to build the MeteorCLI/lazy-loading with the latest version of angular-compiler (0.3.0) and meteor 1.6.1 ``` $ git clone https://github.com/Urigo/angular-meteor.git $ cd angular-meteor/examples/MeteorCLI/lazy-loading $ meteor update --all-packages $ meteor...

bug
wontfix
1 - To Do

Considering Angular 17 just released and it now supports SSR/SSG and multiple other features and also that Meteor 3.0 will be releasing soon and it will upgrade from node 14...

Steps to reproduce: 1. `git clone [email protected]:domq/angular-meteor-base.git` 2. `cd angular-meteor-base; meteor npm i` 4. `env AOT=1 meteor` → **behavior OK**, see below 5. `git checkout upgrade/angular-12 && env AOT=1 meteor`...

I'm witnessing a resurgence of something that has the same symptoms as #1934, yet I followed all the instructions there. (See also #1988). I assume that the to-do item of...