Skip to content

Deepakdps/actionButton

Repository files navigation

FLOATING ACTION BUTTON

This codebase is a demo to show how to use Angular with NativeScript to create your own floating action button other than using this plugin

Getting Started

For getting started with angular for mobiles with nativescript click Here

Installing

-To install run

tns run android

by plugging in your mobile with USB Cable after enabling developer options

-To debug run

tns debug android --start

-To verify installation requirements run

tns doctor

Deployment

Run tns build android to build the project for more info click Here