Before we dive in to creating our LOB app, I have included a cheat sheet for you to familiarize yourself with common Angular syntax and CLI commands, because going forward, this syntax and these commands will be used without their purpose explicitly explained. Take some time to review and orient yourself with new Angular syntax, major components, CLI scaffolds, and common pipes. You may find the list especially useful if your background is with AngularJS, since you will need to unlearn some old syntax.
Angular cheat sheet
Binding
Binding, or data binding, refers to an automatic, one or two-way connection between a variable in code and a value displayed or input in an HTML template or another component:
Type | Syntax | Data... |