Angular - 1.4 First application part 2

In part 2 of the First Application tutorial for Angular, users will learn how to create a basic component using Angular CLI. The tutorial will guide users through the process of creating a new component, defining its HTML template, and styling it using CSS.

The tutorial will also cover the basics of data binding in Angular, allowing users to pass data from the component class to the template and vice versa. Users will learn how to use property binding to set values for HTML attributes and how to use event binding to handle user input.

Additionally, the tutorial will introduce users to Angular's built-in directives, including *ngIf and *ngFor, which enable users to conditionally render content and loop through lists of data.

By the end of this tutorial, users will have a solid understanding of how to create and style components in Angular, as well as how to use data binding and directives to build dynamic and interactive applications. This knowledge will serve as a strong foundation for building more complex applications with Angular in the future.