Mark

Results 6 comments of Mark

Can confirm issue still exists on v3.0.2 ``` ✔ Component nativescript has 7.0.12 version and is up to date. ✔ Component @nativescript/core has 7.0.13 version and is up to date....

I'm guessing the `@nativescript/webpack/transformers/ns-transform-native-classes` isn't applied during the build process for whatever reason.

@koenkivits did you ever manage to write some documentation on the migration path from `laminas-mvc-console`? We also have a large application that needs migrating and some documentation or a list...

Any idea when a release with Angular 4 support will be made? Currently ng-hal is the only package blocking me from updating to the new version.

@dherges I haven't tested this yet, but I guess it's only the "unmet peer dependency" warning. Would it be possible to do a quick patch 0.x release just to update...

@dherges Those changes look like they should be satisfactory. Unfortunately when updating the dependency in my package.json to `"ng-hal": "https://github.com/dherges/ng-hal.git#feat/ng-2-and-4-release"` and doing an `npm install` (even a complete re-install of...