Open duckfev3r opened 5 years ago
Hi, is this plugin still maintained?
I use this in an Angular app. It works like every other NativeScript project.
import { registerElement } from "@nativescript/angular";
import { WearOsLayout } from "nativescript-wear-os";
registerElement("WearOsLayout", () => WearOsLayout);
Hi I wish to use this plugin in my angular app, not sure where I should start, is there a straight-forward way to make this happen ?
Cheers !