Skip to content

Commit b1996bd

Browse files
committed
1.0.5
1 parent 64f4e16 commit b1996bd

File tree

5 files changed

+82
-80
lines changed

5 files changed

+82
-80
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
![logo](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmd.png "Logo")
1010

1111
# Angular 4 | Material Design | Firebase - Starter kit
12-
A full stack starter app containing [Angular 4](https://angular.io) (v4.4.0-RC.0), [Material](https://material.io/) (v2.0.0-beta.8) and [Firebase](https://firebase.google.com/) (v4.3.1).
12+
A full stack starter app containing [Angular 4](https://angular.io) (v4.4.1), [Material](https://material.io/) (v2.0.0-beta.8) and [Firebase](https://firebase.google.com/) (v4.3.1).
1313

1414
## [Live demo](http://angular4.jerouw.nl)
1515
![loginpage](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmdprintscreen.png "Logo")

package-lock.json

Lines changed: 59 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngxmatfire",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"author": "Jeroen Ouwehand",
55
"description": "Full stack starter app with Angular 4, Material Design and Firebase.",
66
"keywords": [
@@ -28,18 +28,18 @@
2828
"i18n": "ng-xi18n"
2929
},
3030
"dependencies": {
31-
"@angular/animations": "^4.4.0-RC.0",
31+
"@angular/animations": "^4.4.1",
3232
"@angular/cdk": "^2.0.0-beta.8",
33-
"@angular/common": "^4.4.0-RC.0",
34-
"@angular/compiler": "^4.4.0-RC.0",
35-
"@angular/core": "^4.4.0-RC.0",
36-
"@angular/forms": "^4.4.0-RC.0",
37-
"@angular/http": "^4.4.0-RC.0",
33+
"@angular/common": "^4.4.1",
34+
"@angular/compiler": "^4.4.1",
35+
"@angular/core": "^4.4.1",
36+
"@angular/forms": "^4.4.1",
37+
"@angular/http": "^4.4.1",
3838
"@angular/material": "^2.0.0-beta.8",
39-
"@angular/platform-browser": "^4.4.0-RC.0",
40-
"@angular/platform-browser-dynamic": "^4.4.0-RC.0",
41-
"@angular/platform-server": "^4.4.0-RC.0",
42-
"@angular/router": "^4.4.0-RC.0",
39+
"@angular/platform-browser": "^4.4.1",
40+
"@angular/platform-browser-dynamic": "^4.4.1",
41+
"@angular/platform-server": "^4.4.1",
42+
"@angular/router": "^4.4.1",
4343
"core-js": "^2.5.1",
4444
"firebase": "^4.3.1",
4545
"hammerjs": "^2.0.8",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@angular/cli": "^1.4.1",
52-
"@angular/compiler-cli": "^4.4.0-RC.0",
52+
"@angular/compiler-cli": "^4.4.1",
5353
"@types/jasmine": "^2.5.54",
5454
"@types/node": "^8.0.24",
5555
"codelyzer": "^3.1.2",
@@ -63,8 +63,8 @@
6363
"karma-jasmine-html-reporter": "^0.2.2",
6464
"protractor": "^5.1.2",
6565
"ts-node": "^3.3.0",
66-
"tslint": "^5.6.0",
66+
"tslint": "^5.7.0",
6767
"typescript": "^2.5.2",
68-
"webpack": "^3.5.6"
68+
"webpack": "^3.6.0"
6969
}
7070
}

src/app/components/auth/signin.component.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ <h3>Anonymous login</h3>
5454
</form>
5555

5656
</md-card>
57-
<!-- TEMPORARY PLACE -->
58-
<!--
57+
58+
<!-- TEMPORARY PLACE, LOGIN NEEDS TO BE FIXED -->
5959
<app-phone-signin></app-phone-signin>
60-
-->

src/main.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ if (environment.production) {
88
enableProdMode();
99
}
1010

11-
getTranslationProviders().then(providers => {
12-
const options = { providers };
13-
platformBrowserDynamic().bootstrapModule(AppModule, options);
14-
});
11+
// getTranslationProviders().then(providers => {
12+
// const options = { providers };
13+
// platformBrowserDynamic().bootstrapModule(AppModule, this.options);
14+
// });
15+
16+
platformBrowserDynamic().bootstrapModule(AppModule);

0 commit comments

Comments
 (0)