Nathan Mc Grath

Results 41 comments of Nathan Mc Grath

also `Module not found: Error: Cannot resolve module 'ngCart' in`. This can be fixed by pushing the changes you made here: https://github.com/snapjay/ngCart/issues/73 to NPM.

Still a few issues with this PR so leaving it as a draft for now.

@AntiCZ There's no reducer, the action is caught by a side effect

@diegomaninetti Thanks for sharing, but this meta reducer doesn't solve the problem. The issue is no changes are fired in the template once data references from the template has been...

@diegomaninetti Sorry I got the impression this was to be used in conjunction, now that makes perfect sense! It's a nice solution, however using immutable/frozen data comes with other benefits...

Are you suggesting to not use ngModel at all? If we didn't use it at all then how would we retrieve input values from form elements? We would need to...

The strange thing about this one, is if you remove the `ignoreImports` property from the config, then the node module is resolved correctly and is included in the bundle. It's...

Would love to this implemented!

Just to add a bit more motivation to this issue, I'm currently trying to get Sanity working within a Nrwl NX workspace with some degree of success, but the way...

You're right that this is related to Webpack, using some custom Webpack configuration might help to work around this. There is an issue open for customizing the Webpack config here:...