Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 800 Bytes

File metadata and controls

34 lines (21 loc) · 800 Bytes

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