Skip to content

Commit 7cc09f3

Browse files
committed
Dependencies update @angular v5.0.0-beta.0 and small changes
1 parent 700da13 commit 7cc09f3

File tree

6 files changed

+210
-183
lines changed

6 files changed

+210
-183
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
![logo](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmd.png "Logo")
77

88
# Angular 4 | Material Design | Firebase - Starter kit
9-
A full stack starter app containing [Angular 4](https://angular.io), [Material](https://material.io/) and [Firebase](https://firebase.google.com/).
9+
A full stack starter app containing [Angular 4](https://angular.io) (v5.0.0-beta.0/v4.3.1), [Material](https://material.io/) (v2.0.0-beta.8) and [Firebase](https://firebase.google.com/) (v4.1.3).
10+
1011

1112
### Project is still in progress
1213

@@ -24,7 +25,7 @@ Navigate to `http://localhost:4200/`. The app will automatically reload if you c
2425
To build the project run `npm run dist`.
2526

2627
## Development
27-
For own projects please use different keys in app.component.ts:
28+
For own projects please use different keys in `app.component.ts`:
2829
``` firebase.initializeApp({ ```
2930
``` // For other projects use different keys```
3031
``` apiKey: '[YOUR_KEY]',```
@@ -34,6 +35,7 @@ For own projects please use different keys in app.component.ts:
3435
``` storageBucket: '[YOUR_KEY]',```
3536
``` messagingSenderId: '[YOUR_KEY]'```
3637
``` });```
38+
3739
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
3840

3941
### Including in this project:

0 commit comments

Comments
 (0)