Skip to content

app.component.html #858

Closed
Closed
@fida2013

Description

@fida2013
  • {{userlist.name}}
  • {{userlist.phone}}
  • <ul *ngFor="let account of userlists.socialAccount"> 
        <li>{{account}}</li> 
    </ul>
    

app.component.ts -----------file
userlists = [
{ name: 'bilal', phone: '99999', socialAccount:['fcebook', 'insta', 'gmail'] },
{ name: 'sahim', phone: '77777' , socialAccount:['youtube', 'Tiktok', 'hbl banking']},
{ name: 'tayyab', phone: '2238' , socialAccount:['yahoo', 'indeed', 'likee'] },
{ name: 'sohaib', phone: '66666' , socialAccount:['linkedin', 'rozee', 'whatsapp'] }
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions