Skip to content

Commit 33663f8

Browse files
committed
Upgrade to Angular 8 beta
1 parent b200fc2 commit 33663f8

File tree

10 files changed

+1386
-1321
lines changed

10 files changed

+1386
-1321
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 7 | Material Design | Firebase - Starter kit
9+
# Angular 8 beta | Material Design | Firebase - Starter kit
1010

11-
A full stack starter app containing [Angular 7](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 beta](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

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 7 front-end
5+
* Angular 8 beta front-end
66
* Material Design
77
* Firebase back-end (OAuth authentication and NoSQL database)
88
* Automated documentation (compodoc)

package-lock.json

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

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ngxmatfire",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"author": "Jeroen Ouwehand",
5-
"description": "Full stack starter app with Angular 7, Material Design and Firebase.",
5+
"description": "Full stack starter app with Angular 8 beta, Material Design and Firebase.",
66
"keywords": [
77
"angular",
88
"angular 7",
@@ -37,51 +37,51 @@
3737
"sync": "git fetch && git checkout master && git merge upstream/master && git push"
3838
},
3939
"dependencies": {
40-
"@angular/animations": "^7.1.0",
41-
"@angular/cdk": "^7.1.0",
42-
"@angular/common": "^7.1.0",
43-
"@angular/compiler": "^7.1.0",
44-
"@angular/core": "^7.1.0",
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",
4545
"@angular/fire": "^5.1.1",
4646
"@angular/flex-layout": "^7.0.0-beta.23",
47-
"@angular/forms": "^7.1.0",
48-
"@angular/material": "^7.1.0",
49-
"@angular/platform-browser": "^7.1.0",
50-
"@angular/platform-browser-dynamic": "^7.1.0",
51-
"@angular/platform-server": "^7.1.0",
52-
"@angular/router": "^7.1.0",
53-
"core-js": "^2.5.7",
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",
5454
"firebase": "^5.7.3",
5555
"hammerjs": "^2.0.8",
5656
"ngx-auth-firebaseui": "^2.2.1",
57-
"rxjs": "^6.3.3",
57+
"rxjs": "^6.4.0",
5858
"rxjs-compat": "^6.3.3",
5959
"ts-helpers": "*",
60-
"zone.js": "^0.8.26"
60+
"zone.js": "^0.8.29"
6161
},
6262
"devDependencies": {
6363
"@angular-devkit/build-angular": "^0.11.4",
6464
"@angular/cli": "^7.1.0",
6565
"@angular/compiler-cli": "^7.1.0",
6666
"@angular/language-service": "^7.1.0",
6767
"@compodoc/compodoc": "^1.1.7",
68-
"@types/jasmine": "^2.8.11",
69-
"@types/node": "^10.12.18",
68+
"@types/jasmine": "^3.3.9",
69+
"@types/node": "^11.10.4",
7070
"codelyzer": "^4.5.0",
7171
"jasmine-core": "^3.3.0",
7272
"jasmine-spec-reporter": "^4.2.1",
73-
"karma": "^3.1.1",
73+
"karma": "^4.0.1",
7474
"karma-chrome-launcher": "^2.2.0",
75-
"karma-cli": "^1.0.1",
75+
"karma-cli": "^2.0.0",
7676
"karma-coverage-istanbul-reporter": "^2.0.4",
77-
"karma-jasmine": "^1.1.2",
77+
"karma-jasmine": "^2.0.1",
7878
"karma-jasmine-html-reporter": "^1.4.0",
79-
"protractor": "^5.4.1",
80-
"rxjs-tslint": "^0.1.5",
79+
"protractor": "^5.4.2",
80+
"rxjs-tslint": "^0.1.7",
8181
"ts-node": "^7.0.1",
8282
"tscov": "^1.3.3",
83-
"tslint": "^5.12.0",
84-
"typescript": "^3.1.6",
85-
"webpack": "^4.28.2"
83+
"tslint": "^5.13.1",
84+
"typescript": "^3.3.3333",
85+
"webpack": "^4.29.6"
8686
}
8787
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Component } from '@angular/core';
77
})
88
export class CardBlockComponent {
99
titleCard = 'Angular';
10-
numberCard = 7;
10+
numberCard = 8;
1111
subTitleCard = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nisl ligula.';
1212
contentCard = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nisl ligula.';
1313
angularImage: string;

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 7 | Material Design | Firebase (OAuth authentication and NoSQL database)';
10+
contentOne = 'Angular 8 beta | 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 7';
9+
titleThree = 'Angular 8 beta';
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 7';
31+
this.change1.title = 'Learning Angular 8 beta';
3232
this.change1.author = 'Person A';
3333
}
3434

src/app/shared/pipes/currency-pipe.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
<h3>Currency Pipe :</h3>
77
<div>
88
<p>Angular: {{angularPrice | currency:'EUR':false}}</p>
9-
<p>Angular 7: {{angular7Price | currency:'EUR':true:'4.2-2'}}</p>
9+
<p>Angular 8 beta: {{angular7Price | currency:'EUR':true:'4.2-2'}}</p>
1010
</div>
1111
</fieldset>`,
1212
styles: []

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Angular 7 | Material Design | Firebase</title>
5+
<title>Angular 8 beta | Material Design | Firebase</title>
66
<base href="/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)