Skip to content

Live coding from ng-phx with AngularFire and Firebase.

Notifications You must be signed in to change notification settings

katowulf/ngphx2016

Repository files navigation

NG-PHX Live Demo, 2016

git clone https://github.com/katowulf/ngphx2016.git
edit app/firebase.config.ts
npm install
npm start

Check out the release tags for various stages of the project.

Troubleshooting TypeScript errors

If you have issues with TypeScript definitions (e.g. error TS2304: Cannot find name 'Promise'.), or with changes to .ts files not being compiled, then instead of using npm start, launch two terminals and run the commands separately:

## terminal 1
tsc --watch

## terminal 2
npm run lite