Guest User

Untitled

a guest
May 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. {
  2. "_id": "5afd7a6e17cccf7f900e1f5c",
  3. "component_name": "Features",
  4. "component_title": "Why use it ?",
  5. "description": "One Cloud ",
  6. "createdAt": "2018-05-17T12:49:50.824Z",
  7. "updatedAt": "2018-05-17T12:49:50.837Z",
  8. "__v": 0,
  9. "id": "5afd7a6e17cccf7f900e1f5c",
  10. "class_name": "features",
  11. "content_type": "standard-section",
  12. "features": [
  13. {
  14. "_id": "5afd696264024388348de864",
  15. "Title": "Consistant Infrastructurern",
  16. "Description": "Because we can provide a consistant infrastructure technology of cloud computing, that manage.",
  17. "content_type": "itd",
  18. "createdAt": "2018-05-17T11:37:06.273Z",
  19. "updatedAt": "2018-05-17T11:37:06.284Z",
  20. "__v": 0,
  21. "id": "5afd696264024388348de864",
  22. "home": "5afd7a6e17cccf7f900e1f5c",
  23. "image": null
  24. },
  25. {
  26. "_id": "5afd699064024388348de867",
  27. "Title": "Data Centric",
  28. "Description": "Define their IT strategy, no lock-in vendor.",
  29. "content_type": "itd",
  30. "createdAt": "2018-05-17T11:37:52.809Z",
  31. "updatedAt": "2018-05-17T11:37:52.816Z",
  32. "__v": 0,
  33. "id": "5afd699064024388348de867",
  34. "home": "5afd7a6e17cccf7f900e1f5c",
  35. "image": null
  36. },
  37. {
  38. "_id": "5afd69aa64024388348de86a",
  39. "Title": "Complete Dashboardrn",
  40. "Description": "Same dashboard to manage workloads and applications.",
  41. "content_type": "itd",
  42. "createdAt": "2018-05-17T11:38:18.526Z",
  43. "updatedAt": "2018-05-17T11:38:18.532Z",
  44. "__v": 0,
  45. "id": "5afd69aa64024388348de86a",
  46. "home": "5afd7a6e17cccf7f900e1f5c",
  47. "image": null
  48. },
  49. {
  50. "_id": "5afd69ca64024388348de86d",
  51. "Title": " and Environment",
  52. "Description": "Everything transport across both worlds (/).",
  53. "content_type": "itd",
  54. "createdAt": "2018-05-17T11:38:50.011Z",
  55. "updatedAt": "2018-05-17T11:38:50.018Z",
  56. "__v": 0,
  57. "id": "5afd69ca64024388348de86d",
  58. "home": "5afd7a6e17cccf7f900e1f5c",
  59. "image": null
  60. },
  61. {
  62. "_id": "5afd6a5364024388348de870",
  63. "Title": "Consistant Infrastructure",
  64. "Description": "Because we can provide a consistant infrastructure technology of cloud computing, that manage.rnrn",
  65. "content_type": "itd",
  66. "createdAt": "2018-05-17T11:41:07.106Z",
  67. "updatedAt": "2018-05-17T11:41:07.112Z",
  68. "__v": 0,
  69. "id": "5afd6a5364024388348de870",
  70. "home": "5afd7a6e17cccf7f900e1f5c",
  71. "image": null
  72. },
  73. {
  74. "_id": "5afd6a7364024388348de873",
  75. "Title": "Complete Dashboard",
  76. "Description": "Same dashboard to manage workloads and applications.",
  77. "content_type": "itd",
  78. "createdAt": "2018-05-17T11:41:39.611Z",
  79. "updatedAt": "2018-05-17T11:41:39.614Z",
  80. "__v": 0,
  81. "id": "5afd6a7364024388348de873",
  82. "home": "5afd7a6e17cccf7f900e1f5c",
  83. "image": null
  84. }
  85. ],
  86. "products": []
  87. }
  88.  
  89. <div id="wrapper">
  90. <ng-container *ngFor=" let content of homeContent">
  91. <app-standard-section [data]='content'></app-standard-section>
  92. </ng-container></div>
  93.  
  94. <section class="container {{ data.class_name }} ">
  95. <div class="col-md-12 text-center">
  96. <div class="navy-line"></div>
  97. <h4>{{ data.description }}</h4>
  98. <h3>{{ data.component_title }}</h3>
  99. </div>
  100. I need to put here the features elements with the content type 'itd'
  101. </section>
  102.  
  103. <div class="col-sm-12 col-md-6 col-lg-4">
  104. <div class="arguments-image">
  105. <img src="{{element.image}}" alt="{{element.title}}">
  106. </div>
  107. <h5>{{element.title}}</h5>
  108. <p>{{element.description}}</p>
Add Comment
Please, Sign In to add comment