Nathan Walker
Nathan Walker
I’ll be doing more with Electron and Nx in the new year but nothing formalized yet.
Have you tried any tips from here: https://github.com/mgechev/angular-seed/wiki/Integration-with-AngularFire2
This may offer some solutions to try: https://github.com/mgechev/angular-seed/issues/1905 Please post back which may help your condition.
Hi @renestalder thanks for the report - I"ll fix this once {N} supports angular 2.4 and I can update more of the seed: https://github.com/NativeScript/nativescript-angular/pull/842
AoT + rollup needs more work here - just a hint to whomever may want to tackle: https://github.com/NathanWalker/angular-seed-advanced/blob/7ceb023131775a36286a2726039e8f179067783b/tools/config/seed.config.ts#L411 It's likely some rollup named exports need to be configured and added...
This is awesome @dancancro !! I couldn't agree more. One of the reasons I did *not* create my own seed was for this very reason. It's why this is simply...
@dancancro 1. This directory explanation may help: https://github.com/NathanWalker/angular-seed-advanced#code-organization-overview Sample directory is `Just a sample module pre-configured with a scalable ngrx setup.` meant to serve as an example of how to...
Thanks @vanchisel @Dutchboy @jlooper My motivations with this seed have always been to see things just like: https://github.com/TeamMaestro/angular-native-seed and: https://github.com/jlooper/angular-starter To me, the least any OSS maintainer can hope for...
Thank you - love the sounds of this especially with Ionics new desktop grid displays 👍
@oravecz Can always squeeze more ;) The rollup build will up although there's some more challenges to get rollup working here. It's not documented in the readme here however the...