bradmartin / nativescript-wear-os

Consolidated repo for WearOS with NativeScript
Apache License 2.0
34 stars 7 forks source link

Use in Angular Nativescript App #15

Open duckfev3r opened 5 years ago

duckfev3r commented 5 years ago

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 !

PhilippS93 commented 4 years ago

Hi, is this plugin still maintained?

bufke commented 3 years ago

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);