angular / closure-demo

MIT License
115 stars 27 forks source link

How to setup ngrx with closure? #26

Closed vforv closed 6 years ago

vforv commented 6 years ago

Hello,

Here is my config of closure compiler: https://github.com/vforv/angular-starter/blob/master/closure.conf

What I need to add to the config to have support for ngrx store lib?

alexeagle commented 6 years ago

sorry, not enough info, you didn't even say how far you got or what error you're getting.

one thing I notice in your linked file is you have node_modules/rxjs/**.js where I'd expect node_modules/rxjs/**/*.js (a recursive glob)

vforv commented 6 years ago

rxjs works fine...

I figure it out there is the problem with old version of ngrx...

But for the new version is easy to implement same as any angular lib....