You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in demo-angular/tsconfig.json update include and exclude properties to the following (same as in your demo app):
"include": [
"../src",
"**/*"
],
"exclude": [
"../src/node_modules",
"node_modules",
"platforms"
]
in demo-angular/package.json add your plugin source as a dependency - "nativescript-your-plugin": "file:../src"
No description provided.
The text was updated successfully, but these errors were encountered: