Skip to content

Commit 2ea12af

Browse files
authored
Merge pull request #23 from jeroenouw/v8
V8
2 parents 720a4c7 + 865e934 commit 2ea12af

17 files changed

+2251
-3430
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
![logo](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmd.png "Logo")
88

9-
# Angular 8 beta | Material Design | Firebase - Starter kit
9+
# Angular 8 | Material Design | Firebase - Starter kit
1010

11-
A full stack starter app containing [Angular 8 beta](https://angular.io), [Material](https://material.io/) and [Firebase](https://firebase.google.com/). See also: [AngularMaterialGo](https://github.com/jeroenouw/AngularMaterialGo)
11+
A full stack starter app containing [Angular 8](https://angular.io), [Material](https://material.io/) and [Firebase](https://firebase.google.com/). See also: [AngularMaterialGo](https://github.com/jeroenouw/AngularMaterialGo)
1212

1313
## [Live demo](http://ngxmatfire.jerouw.nl)
1414

File renamed without changes.

docs/FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Features in this project
44

5-
* Angular 8 beta front-end
5+
* Angular 8 front-end
66
* Material Design
77
* Firebase back-end (OAuth authentication and NoSQL database)
88
* Automated documentation (compodoc)

package-lock.json

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

package.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ngxmatfire",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "Jeroen Ouwehand",
5-
"description": "Full stack starter app with Angular 8 beta, Material Design and Firebase.",
5+
"description": "Full stack starter app with Angular 8, Material Design and Firebase.",
66
"keywords": [
77
"angular",
8-
"angular 7",
8+
"angular 8",
99
"firebase",
1010
"material",
1111
"nosql",
@@ -37,37 +37,37 @@
3737
"sync": "git fetch && git checkout master && git merge upstream/master && git push"
3838
},
3939
"dependencies": {
40-
"@angular/animations": "^8.0.0-beta.6",
41-
"@angular/cdk": "^7.0.0-rc.2",
42-
"@angular/common": "^8.0.0-beta.6",
43-
"@angular/compiler": "^8.0.0-beta.6",
44-
"@angular/core": "^8.0.0-beta.6",
45-
"@angular/fire": "^5.1.1",
46-
"@angular/flex-layout": "^7.0.0-beta.23",
47-
"@angular/forms": "^8.0.0-beta.6",
48-
"@angular/material": "^7.0.0-rc.2",
49-
"@angular/platform-browser": "^8.0.0-beta.6",
50-
"@angular/platform-browser-dynamic": "^8.0.0-beta.6",
51-
"@angular/platform-server": "^8.0.0-beta.6",
52-
"@angular/router": "^8.0.0-beta.6",
53-
"core-js": "^2.6.5",
40+
"@angular/animations": "^8.0.0",
41+
"@angular/cdk": "^8.0.0",
42+
"@angular/common": "^8.0.0",
43+
"@angular/compiler": "^8.0.0",
44+
"@angular/core": "^8.0.0",
45+
"@angular/fire": "^5.1.3",
46+
"@angular/flex-layout": "^8.0.0-beta.26",
47+
"@angular/forms": "^8.0.0",
48+
"@angular/material": "^8.0.0",
49+
"@angular/platform-browser": "^8.0.0",
50+
"@angular/platform-browser-dynamic": "^8.0.0",
51+
"@angular/platform-server": "^8.0.0",
52+
"@angular/router": "^8.0.0",
53+
"core-js": "^3.1.3",
5454
"firebase": "^5.7.3",
5555
"hammerjs": "^2.0.8",
5656
"ngx-auth-firebaseui": "^2.2.1",
57-
"rxjs": "^6.4.0",
58-
"rxjs-compat": "^6.3.3",
57+
"rxjs": "^6.5.0",
58+
"rxjs-compat": "^6.5.0",
5959
"ts-helpers": "*",
60-
"zone.js": "^0.8.29"
60+
"zone.js": "~0.9.1"
6161
},
6262
"devDependencies": {
63-
"@angular-devkit/build-angular": "^0.11.4",
64-
"@angular/cli": "^7.1.0",
65-
"@angular/compiler-cli": "^7.1.0",
66-
"@angular/language-service": "^7.1.0",
63+
"@angular-devkit/build-angular": "~0.800.0",
64+
"@angular/cli": "^8.0.0",
65+
"@angular/compiler-cli": "^8.0.0",
66+
"@angular/language-service": "^8.0.0",
6767
"@compodoc/compodoc": "^1.1.7",
6868
"@types/jasmine": "^3.3.9",
6969
"@types/node": "^11.10.4",
70-
"codelyzer": "^4.5.0",
70+
"codelyzer": "^5.0.1",
7171
"jasmine-core": "^3.3.0",
7272
"jasmine-spec-reporter": "^4.2.1",
7373
"karma": "^4.0.1",
@@ -81,7 +81,9 @@
8181
"ts-node": "^7.0.1",
8282
"tscov": "^1.3.3",
8383
"tslint": "^5.13.1",
84-
"typescript": "^3.3.3333",
8584
"webpack": "^4.29.6"
85+
},
86+
"peerDependencies": {
87+
"typescript": "3.4.5"
8688
}
8789
}

src/app/components/blocks/first-block/first-block.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import { Component } from '@angular/core';
77
})
88
export class FirstBlockComponent {
99
titleOne = 'Starter kit';
10-
contentOne = 'Angular 8 beta | Material Design | Firebase (OAuth authentication and NoSQL database)';
10+
contentOne = 'Angular 8 | Material Design | Firebase (OAuth authentication and NoSQL database)';
1111

1212
}

src/app/components/blocks/third-block/third-block.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Component } from '@angular/core';
66
styleUrls: ['./third-block.component.scss']
77
})
88
export class ThirdBlockComponent {
9-
titleThree = 'Angular 8 beta';
9+
titleThree = 'Angular 8';
1010
contentThree = 'Angular is a framework for building client applications in HTML and TypeScript that compiles to JavaScript.';
1111

1212
titleFour = 'Material 2';

src/app/components/misc/change/change-detection.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class ChangeDetectionComponent implements OnInit {
2828

2929
OnMutate() {
3030
console.log('OnMutate');
31-
this.change1.title = 'Learning Angular 8 beta';
31+
this.change1.title = 'Learning Angular 8';
3232
this.change1.author = 'Person A';
3333
}
3434

src/app/components/misc/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class TableComponent implements OnInit {
1818
database = new DataBase();
1919
dataSource: dataSource | null;
2020

21-
@ViewChild(MatSort) sort: MatSort;
21+
@ViewChild(MatSort, {static: true}) sort: MatSort;
2222

2323
constructor() { }
2424

src/app/components/misc/virtual-reality/virtreal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare let VRView: any;
1111
export class VirtRealComponent implements AfterViewInit {
1212

1313
viewer: any;
14-
@ViewChild('viewer') viewerElement: any;
14+
@ViewChild('viewer', {static: true}) viewerElement: any;
1515

1616
@Input() scenes: Scene;
1717
@Input() width: any;

0 commit comments

Comments
 (0)