ryangiordano / codigo-queue

A Queue App using Angular 2 and Firebase 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository contents

An Angular 2 application for managing queues.

Running the code

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

A note about Firebase Connectivity

A firebase.config.ts file has to be created in the src/app/environments folder. This will handle connecting to your Firebase. It imports AuthMethods and AuthProviders from angularfire2, and exports two constants: firebaseConfig containing the configuration object for Firebase, and authConfig, containing auth provider and method.

About

A Queue App using Angular 2 and Firebase 3


Languages

Language:TypeScript 88.1%Language:HTML 11.6%Language:CSS 0.3%