angular-extensions / model

Angular Model - Simple state management with minimalist API, one way data flow, multiple model support and immutable data exposed as RxJS Observable.

Home Page:https://tomastrajan.github.io/angular-model-pattern-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 7.1.0 is not working

vchmovzh-zz opened this issue · comments

Minimal reproduction of the bug with instructions:

  1. npm i -S @angular-extensions/model
  2. Create sample service, import Model, ModelFactory from @angular-extensions/model

Expected behavior:

You can create a service and use it

Other information:

There are errors during ng serve, in fact if you go to node_modules it pulls non-compiled repo.

I would be willing to submit a PR to fix this issue:

[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ x] No

Workaround

Currently 7.0.1 can be installed using
npm i -S @angular-extensions/model@7.0.1

uff sorry about that !

Will have a look asap!

@vchmovzh Ok the 7.1.1 is out! This was caused by the failed release (bad connection in a train tunnel) and then subsequent incorrect partial release. Now it should all be alright!

@tomastrajan well, that was fast! :) Like it! 👍