How does angular2+ encapsulate lists?

The usage of

is similar to the following

<app-list>
  <div>{{"item"}}</div>
</app-list>
Apr.09,2021

answer your own questions

using components:


    </ng-template>
  </li>
</ul>
Menu