将NativeScript添加到Angular项目

时间:2019-01-25 14:36:42

标签: android ios angular nativescript

我正在尝试使用以前开发的现有Web应用程序来创建移动应用程序。

为此,我使用NativeScript是因为它可以与现有的使用代码共享结构的Angular项目一起使用。

按照他们网站上的文档进行操作: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project

我将Web项目转换为代码共享结构:

ng add @nativescript/schematics

但是控制台出现错误:

trustedSubscriber._addParentTeardownLogic is not a function

然后当我要在手机上运行它时

tns run android --bundle

tns run ios --bundle

我遇到一个错误(似乎没有将其检测为NativeScript项目):

No project found at or above '/Path/to/my/project' and neither was a --path specified.

0 个答案:

没有答案