From d7d7ebf5de3882cc00d27d1468aed5959bb50180 Mon Sep 17 00:00:00 2001 From: Manol Donev Date: Fri, 4 Oct 2019 18:45:52 +0300 Subject: [PATCH] chore: update dev workflow (#7906) --- DevelopmentWorkflow.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DevelopmentWorkflow.md b/DevelopmentWorkflow.md index 0f642077d..9d0f3986f 100644 --- a/DevelopmentWorkflow.md +++ b/DevelopmentWorkflow.md @@ -81,6 +81,13 @@ tns run ios tns run android ``` +--- +**NOTE** + +Linking `tns-core-modules` in Angular app does not work at the moment. Check [#7905](https://github.com/NativeScript/NativeScript/issues/7905) for more details on the issue. + +--- + ## Platform declarations To update the platform declarations (the ios.d.ts-es) you can run: