This is my json used by datasource.how can I represent data on mat-table see 
attached image. I am beginner to Angular. Help me to understand how can i 
represent this json to my table with different format.

[  
   {  
      "name":"rohit",
      "details":[  
         {  
            "number":"97XXXXXXX87",
            "provider":"airtel",
            "circle":"maharashtra"
         },
         {  
            "number":"81XXXXXXX87",
            "provider":"vodaphone",
            "circle":"karnataka"
         }
      ]
   },
   {  
      "name":"rajesh",
      "details":[  
         {  
            "number":"98XXXXXXX88",
            "provider":"airtel",
            "circle":"maharashtra"
         },
         {  
            "number":"81XXXXXXX85",
            "provider":"vodaphone",
            "circle":"maharashtra"
         }
      ]
   }
]

Thanks, 
Rohit k

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to