Answers for "angular two page same component"

0

how to add different components in the same page in angular

<div>{{title}}</div>
<app-comp1></app-comp1>
<app-comp2></app-comp2>
Posted by: Guest on February-24-2021

Code answers related to "angular two page same component"

Browse Popular Code Answers by Language