Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Import custom components inside a custom component

$
0
0

@Biedehood wrote:

I have a few custom components which I want to split up in multiple sub-components. The problem is that in Ionic V4 it seems to be that I can not import custom components inside custom components

My main component

<ion-list>
  <ion-item *ngFor="let activity of activities">
    <app-activity></app-activity>
  </ion-item>
</ion-list>

The sub-component I intend to use in the main component
<div>
  <p>{{activity.date}}</p>
  <p>{{activity.activityName}}</p>
  <p>{{activity.activityMsg}}</p>
  <p *ngFor="let label of activity.activityLabels">{{label}}</p>
</div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>