Skip to content

Commit 040680f

Browse files
committed
Update to Angular 5
1 parent b82af50 commit 040680f

File tree

12 files changed

+909
-335
lines changed

12 files changed

+909
-335
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![demolive](https://img.shields.io/badge/demo-live-green.svg)](http://angular4.jerouw.nl/)
1+
[![demolive](https://img.shields.io/badge/demo-live-green.svg)](http://ngxmatfire.jerouw.nl/)
22
[![npmversion](https://img.shields.io/npm/v/ngxmatfire.svg)]()
33
[![npmlicense](https://img.shields.io/npm/l/ngxmatfire.svg)](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/LICENSE/)
44
[![dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/package.json)
@@ -8,10 +8,10 @@
88

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

11-
# Angular 4 | Material Design | Firebase - Starter kit
12-
A full stack starter app containing [Angular 4](https://angular.io) (v4.4.6), [Material](https://material.io/) (v2.0.0-beta.12) and [Firebase](https://firebase.google.com/) (v4.6.0).
11+
# Angular 5 | Material Design | Firebase - Starter kit
12+
A full stack starter app containing [Angular 5](https://angular.io), [Material](https://material.io/) and [Firebase](https://firebase.google.com/).
1313

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

1717
## Quick start, Development & Production

docs/DEVELOPER.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Quick start
2-
First clone this repo: `git clone https://github.com/jeroenouw/Angular4MaterialDesign.git`.
2+
First clone this repo: `git clone https://github.com/jeroenouw/AngularMaterialFirebase.git`.
33
Change directory to this project
44
Run `npm install` to install all the dependencies.
5-
Run `npm start` or `ng serve` to run this project.
5+
Run `npm start` to run this project. This will run with the AoT Compiler.
66
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
77

88
## Development
@@ -22,7 +22,6 @@ Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app
2222
To build the development environment, run `npm run dist`.
2323

2424
## Production
25-
To build the default production environment, run `npm run prod`.
26-
To build the production environment with Ahead-of-Time Compilation, run `npm run prod:aot`.
27-
To build the production environment with reduced file size, run `npm run prod:opt` (Takes extra time to build).
25+
To build the default production environment, run `npm run prod`. This will run with the AoT Compiler.
26+
To build the production environment with reduced file size, run `npm run prod:opt` (Takes extra time to build with build optimizer).
2827

docs/FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Features in this project:
2-
* Angular 4 front-end with Material Design
2+
* Angular 5 front-end with Material Design
33
* Firebase back-end (0Auth authentication and NoSQL database)
44
* Home page
55
* About page

0 commit comments

Comments
 (0)