Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use in Angular Nativescript App #15

Open
duckfev3r opened this issue Jun 27, 2019 · 2 comments
Open

Use in Angular Nativescript App #15

duckfev3r opened this issue Jun 27, 2019 · 2 comments
Labels
question Further information is requested

Comments

@duckfev3r
Copy link

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 !

@bradmartin bradmartin added the question Further information is requested label Jul 30, 2019
@PhilippS93
Copy link

Hi, is this plugin still maintained?

@bufke
Copy link

bufke commented Dec 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants