Skip to content

Commit 75faa04

Browse files
committed
Small changes to docs and components
1 parent 217a0d4 commit 75faa04

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ A full stack starter app containing [Angular 7](https://angular.io), [Material](
1919

2020
[Get started now](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/docs/DEVELOPER.md)
2121

22-
## Features
22+
## All features
2323

24-
[Everything included in this project](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/docs/FEATURES.md)
24+
[Discover all the features in this project](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/docs/FEATURES.md)
2525

2626
## Automated documentation
2727

docs/FEATURES.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@
3131

3232
## Material Design usage in this project
3333

34-
* Mat Datepicker
35-
* Mat Input
36-
* Mat Slide toggle
37-
* Mat Menu
38-
* Mat Sidenav
39-
* Mat Toolbar
40-
* Mat Table
41-
* Mat Stepper
42-
* Mat Expansion panel
43-
* Mat Card
44-
* Mat Tabs
45-
* Mat Buttons
46-
* Mat Icon
47-
* Mat Progress spinner
48-
* Mat Progress bar
49-
* Mat Tooltip
50-
* Mat Snackbar
34+
* Datepicker
35+
* Input
36+
* Slide toggle
37+
* Menu
38+
* Sidenav
39+
* Toolbar
40+
* Table
41+
* Stepper
42+
* Expansion panel
43+
* Card
44+
* Tabs
45+
* Buttons
46+
* Icon
47+
* Progress spinner
48+
* Progress bar
49+
* Tooltip
50+
* Snackbar
51+
* Drag & drop

docs/TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ All improvements to this repo will first be done in a sub branch.
1414
* Cellphone authentication (optimizing)
1515
* Session
1616
* Google, Facebook, Twitter & Github signin/signup
17-
* Error messages (email already exists, login failed, registration failed)
1817

1918
### Profile
2019

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 (0Auth authentication and NoSQL database)';
10+
contentOne = 'Angular 7 | Material Design | Firebase (OAuth authentication and NoSQL database)';
1111

1212
}

src/app/shared/layout/header/header.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ <h4>(User: {{userEmail()}})</h4>
115115
</mat-toolbar>
116116

117117
<mat-tab-group>
118-
<mat-tab label="COMP">
118+
<mat-tab label="HOME TAB">
119119
</mat-tab>
120120

121-
<mat-tab label="MISC">
121+
<mat-tab label="RANDOM TAB">
122122
<div id="content">
123123
<mat-card>
124-
<h1>Misc</h1>
124+
<h1>Random content</h1>
125125
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eleifend metus vel imperdiet cursus.
126126
Donec tempor placerat nibh ac hendrerit. Nulla feugiat augue ac fringilla facilisis. Aenean eget nibh at quam egestas commodo.
127127
Maecenas dapibus nisl quis nulla tristique, vitae laoreet tellus convallis. Interdum et malesuada fames ac ante ipsum primis in faucibus.

0 commit comments

Comments
 (0)