Angular, TypeScript

Angular 기본로직 : index.html - component.ts - component.html

IT여행 2021. 12. 20. 14:03

1) index.html - component.ts - component.html 순서로 연결됨

<app-root>  -    app-root, title     -  {{title}}

 

2) 웹화면과 로직 비교