Skip to content

Commit

Permalink
upgrade to Angular 8 and Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed Jun 3, 2019
1 parent e95cbc0 commit a2a7a25
Show file tree
Hide file tree
Showing 13 changed files with 2,888 additions and 3,359 deletions.
38 changes: 0 additions & 38 deletions INIT.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This repository contains the code of the [Serverless Angular with Firebase & AngularFire Course](https://angular-university.io/course/firebase-course).

This course repository is updated to Angular v7, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
This course repository is updated to Angular v8, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.

![Serverless Angular with Firebase & AngularFire Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/serverless-angular-small.png)

Expand Down
12 changes: 12 additions & 0 deletions browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
12 changes: 6 additions & 6 deletions init-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import {COURSES, findLessonsForCourse} from './db-data';
import * as firebase from 'firebase';

var config = {
apiKey: 'AIzaSyDAdoefqX5OqjkD3BkW25ZAL6XYZMo4Vz8',
authDomain: 'fir-course-17549.firebaseapp.com',
databaseURL: 'https://fir-course-17549.firebaseio.com',
projectId: 'fir-course-17549',
storageBucket: 'fir-course-17549.appspot.com',
messagingSenderId: '170806523820'
apiKey: "AIzaSyDNPCbN20dZrAbGChRjyBSDmu2uRiPyBMk",
authDomain: "test-a6f61.firebaseapp.com",
databaseURL: "https://test-a6f61.firebaseio.com",
projectId: "test-a6f61",
storageBucket: "test-a6f61.appspot.com",
messagingSenderId: "24603706805"
};

console.log("Uploading data to the database with the following config:\n");
Expand Down
Loading

0 comments on commit a2a7a25

Please sign in to comment.