Jaguar-dart / jaguar_serializer

Format (JSON, XML, protobuf, mongodb, etc) and platform (server, client) agnostic serialization framework
172 stars 34 forks source link

not compatible with angular 5.3.0 #179

Closed lejard-h closed 5 years ago

lejard-h commented 5 years ago

The cli is not compatible with the last version of Angular

Probably due to the analyzer

angular 5.3.0 need analyzer 0.35.0.

Note that the 6.0.0-alpha will need the 0.36.0 version

tejainece commented 5 years ago

jaguar_serializer_cli version 2.2.6 supports analyzer 0.36.0.

For 0.35.0 please use override dependencies.

tejainece commented 5 years ago

Please reopen the issue if there are still issues. Also let me know if it works.