150 likes | 873 Views
This presentation on Angular Components will introduce you to the most fundamental concept of Angular. Components are the building blocks of an Angular application and define different parts of the User interface. In this video, the following topics are covered: <br><br>1. What are Angular Components?<br>2. Creating Angular Components<br>3. Components Decorator Metadata<br><br>About Simplilearn Angular training course:<br>This Angular Certification Training Course will help you master front-end web development with Angular. Gain in-depth knowledge of concepts like facilitating the development of single-page web applications, dependency injection, typescript, components, and directives with this Angular Course.<br><br>Simplilearnu2019s Angular certification course helps you understand the design of single-page applications and how Angular facilities their development. This Angular certification provides knowledge of concepts such as TypeScript, Bootstrap Grid System, dependency injections, SPA, forms, pipes, promises, observables, and Angular class testing.<br><br>Angular Course Key Features<br>1. 100% Money Back Guarantee<br>2. 50 hours of blended learning<br>3. Three industry-based projects and 12 quizzes<br>4. Free introductory JavaScript course<br>5. Flexibility to choose classes<br><br>ud83dudc49Learn more at: https://bit.ly/2Druybm<br>
E N D
What’s in It for You? What are Angular components? Creating an Angular Component Component Decorator Metadata
What Are Angular components? Logo component Sign-in component Image component Create-account component
What Are Angular components? Logo component Sign-in component Image component Create-account component
What Are Angular components? Only one component can be instantiated per element in a template Most basic building block of an application Angular components are a subset of directives
What Are Angular components? Only one component can be instantiated per element in a template Most basic building block of an application Angular components are a subset of directives
What Are Angular components? NgModule Component must belong to the Ng module Components implement Life-cycle hooks @Component decorator provides additional metadata
Creating Angular components ng g c component-name
Component: Metadata Template URL Styles Selector Template StyleURLs Providers Animations