File tree 2 files changed +30
-3
lines changed
2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The Course contains, below Topics:
8
8
# Setup Development Environment
9
9
* Installing Nodejs
10
10
* Installing VSCode
11
+ * Why Nodejs/npm
11
12
12
13
# Typescript Basics
13
14
* Installing Typescript
@@ -53,15 +54,16 @@ The Course contains, below Topics:
53
54
- Property Binding
54
55
- Event Binding
55
56
* Directives
57
+ - Introduction
58
+ - Structural Directives
59
+ - Attribute Directives
56
60
- Built-in directives
57
61
- * ngIf
58
62
- * ngFor
59
63
- * ngSwitch
60
64
- ngClass
61
65
- ngStyle
62
- - Structural Directives
63
- - Attribute Directives
64
- - Writing Custom Directives
66
+
65
67
# Component Lifecycle Hooks and Component Communication
66
68
* ngOnInit
67
69
* ngOnChanges
@@ -139,6 +141,7 @@ The Course contains, below Topics:
139
141
- Validating Forms
140
142
- Submit and reset forms
141
143
- Custom Pipe demo with Forms
144
+ - Writing a custom directive
142
145
- Writing Custom validator
143
146
144
147
* Reactive Forms
@@ -192,3 +195,8 @@ The Course contains, below Topics:
192
195
* Configure build for multiple configuration
193
196
* ng update
194
197
* Deploying your Angular App
198
+
199
+ # PWA
200
+ * Introduction
201
+ * Making your App PWA
202
+ * Deploying and Tesging the PWA
You can’t perform that action at this time.
0 commit comments