Skip to content

Commit a0af4d9

Browse files
committed
chore: note about angular in plugin workspaces
1 parent 2f8e1b8 commit a0af4d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/plugin-workspace-guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ This created a `packages/nativescript-label-marquee` folder containing a plugin
8989
- Updating the `npm start` interactive display
9090
- Updating the README here to list the new package
9191

92-
## Add Angular compatibility to a package
92+
## If needed, add Angular compatibility to a package
93+
94+
Not all packages need specific Angular compatibility. Only if you want to provide Angular specific behavior for example, custom directives, components or other extended behavior to expand on top of your NativeScript plugin will you need to do this.
95+
96+
You can [see an example of Angular specific behavior in a plugin here](https://github.com/NativeScript/plugins/blob/main/packages/datetimepicker/angular/nativescript-datetimepicker.accessors.ts).
9397

9498
```cli
9599
npm run add-angular

0 commit comments

Comments
 (0)