burkeholland / nativescript-statusbar

A NativeScript plugin to change the style of the status bar. Currently ios only.
MIT License
32 stars 14 forks source link

Support for NS + Angular #12

Open GurgenHOVH opened 6 years ago

GurgenHOVH commented 6 years ago

I got the following code snippet from previous issue.

registerElement("StatusBar", () => require("nativescript-statusbar").StatusBar);

@Component({
    selector: "Login",
    moduleId: module.id,
    template: `<StatusBar ios:barStyle="light" android:barStyle="#4286f4" #fff></StatusBar>`
})

It does not work with NS 3.1.4 + Angular

prabudevarrajan commented 6 years ago

I am also looking for NativeScript Angular support

andredewaard commented 6 years ago

Vue support here please

MuhammadTahir92 commented 6 years ago

any update on it @burkeholland using with angular?

Jonarod commented 5 years ago

@andre-dw suggesting PR #18 to add Vue.js support if it still makes sense for you after 1 year :smile: