Explaining: Data Bindings - Angular
0:25 - Communication
4:38 - String Interpolation
7:35 - Property Binding
10:29 - Event Binding
12:56 - Two way Binding
PlayList: (Angular Guide)
https://www.youtube.com/playlist?list=PL0YIgTrUMXlhnQCc19_zKmsD7h9d7_SpD
PlayList: (Real Time Project Design)
https://www.youtube.com/playlist?list=PL0YIgTrUMXlgC9J3jq_KJSrVaSKTkcQPB
www.vapstudent.in then click on Blog for CLI commands
Style CSS:
----------------
h3 {
color: white;
font-weight: bold;
}
.title {
text-align: center;
vertical-align: bottom;
background-color:lightskyblue;
height: 40px;
padding-top: 5px;
}
.columnPan {
height:80vh;
border-color: lightslategray;
border-style: solid;
}