angular components
Предварительный просмотр (5 стр.)
Прокрутите вниз 👇
О "angular components"
angular components step 1: understanding angular architecture angular is built on a component-based architecture , which means the application is divided into reusable, self-contained pieces called components . these components are organized into modules , and they rely on services for shared functionality. let’s dive into each part of angular’s architecture. 1. components a component is the most basic building block of an angular application. it controls a part of the ui and consists of three main parts: template : defines the view (html structure). class : contains the logic (typescript code). metadata : provides additional information about the component. steps to create and understand a component generate a component use angular cli to generate a new component: ng generate …
Этот файл содержит 32 стр. в формате PPTX (303,3 КБ). Чтобы скачать "angular components", нажмите кнопку Telegram слева.