Skip to content

Commit 755c07d

Browse files
updated contents and add PWA
1 parent f08ee94 commit 755c07d

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

.vscode/settings.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#2f7c47",
4+
"activityBar.activeBorder": "#422c74",
5+
"activityBar.background": "#2f7c47",
6+
"activityBar.foreground": "#e7e7e7",
7+
"activityBar.inactiveForeground": "#e7e7e799",
8+
"activityBarBadge.background": "#422c74",
9+
"activityBarBadge.foreground": "#e7e7e7",
10+
"statusBar.background": "#215732",
11+
"statusBar.foreground": "#e7e7e7",
12+
"statusBarItem.hoverBackground": "#2f7c47",
13+
"titleBar.activeBackground": "#215732",
14+
"titleBar.activeForeground": "#e7e7e7",
15+
"titleBar.inactiveBackground": "#21573299",
16+
"titleBar.inactiveForeground": "#e7e7e799"
17+
},
18+
"peacock.color": "#215732"
19+
}

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The Course contains, below Topics:
88
# Setup Development Environment
99
* Installing Nodejs
1010
* Installing VSCode
11+
* Why Nodejs/npm
1112

1213
# Typescript Basics
1314
* Installing Typescript
@@ -53,15 +54,16 @@ The Course contains, below Topics:
5354
- Property Binding
5455
- Event Binding
5556
* Directives
57+
- Introduction
58+
- Structural Directives
59+
- Attribute Directives
5660
- Built-in directives
5761
- *ngIf
5862
- *ngFor
5963
- *ngSwitch
6064
- ngClass
6165
- ngStyle
62-
- Structural Directives
63-
- Attribute Directives
64-
- Writing Custom Directives
66+
6567
# Component Lifecycle Hooks and Component Communication
6668
* ngOnInit
6769
* ngOnChanges
@@ -139,6 +141,7 @@ The Course contains, below Topics:
139141
- Validating Forms
140142
- Submit and reset forms
141143
- Custom Pipe demo with Forms
144+
- Writing a custom directive
142145
- Writing Custom validator
143146

144147
* Reactive Forms
@@ -192,3 +195,8 @@ The Course contains, below Topics:
192195
* Configure build for multiple configuration
193196
* ng update
194197
* Deploying your Angular App
198+
199+
# PWA
200+
* Introduction
201+
* Making your App PWA
202+
* Deploying and Tesging the PWA

0 commit comments

Comments
 (0)