I would like to create a dynamic table using angular, but I don't know where to start. I have done the tour of heroes tut and i want to move forward. The table would later become a calendar.
Asked
Active
Viewed 109 times
1 Answers
2
Try a custom table component like this. Custom angular2 table

RemyaJ
- 5,358
- 4
- 22
- 41
-
Then you can create a shared module with a table component and calender component and include the shared module in your module. – RemyaJ Apr 20 '17 at 10:57
-
But when I tried I don't get a proper row or header or anything like that and I don't know why. – Béla Olcsán Apr 20 '17 at 11:00
-
[I want something similar](http://stackoverflow.com/questions/34556277/angular2-table-rows-as-component).. but I don't understand how the code works – Béla Olcsán Apr 20 '17 at 12:39
-
I don't have enough reputation.. :( – Béla Olcsán Apr 21 '17 at 06:56