Use the floating action button in Nativescript/Angular project -


in mobile app, have message page , i'd add floating action button write new message. of course heard plugin allowing me use fab seems work nativescript project. i've tried using registerelement function able use element in html file (like did cardview) didn't give anything.

maybe i'm doing wrong. missing ?

try

registerelement("fab", () => require("nativescript-floatingactionbutton").fab);


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -