+
+
+ {#if isLoaded}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Track the stock recommendations and performance of CNBC's Jim Cramer
+
+
+
+ + Jim Cramer Tracker +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {:else}
+
+
+
+
+
+ | + Symbol + | ++ Name + | ++ Date + | ++ Sentiment + | ++ Return Since + | ++ Sector + | +
|---|---|---|---|---|---|
|
+
+ {item?.ticker}
+
+ {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
+
+
+ |
+
+ + {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} + | + ++ {new Date(item?.date)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} + | + + ++ {item?.sentiment} + | + ++ {item?.returnSince} + | + ++ {item?.sector} + | + +
+
+ {/if}
+
+
+
+
+
+