14 | 17 |
18 |Welcome to the new order. Contribute your thoughts without fear.
28 |Don't compromise on data security. We do not save any of your data.
35 |It's just as any platform with features but without the tracking.
42 |7 | Seems like the page you're looking for doesn't exist. 8 |
9 | 10 |11 | Sorry, we couldn't find anything matching your search criteria. 12 |
13 | 14 |
15 | Looks like this post doesn't exist or maybe it was deliberately
16 | removed due to excessive reports.
17 | Either way, we're sorry!
18 |
150 78 | ? (post.body | slice: 0:150 | linkify | searchHighlight: searchTerms) 79 | .value + ' .... READ MORE' 80 | : (post.body | linkify | searchHighlight: searchTerms).value 81 | " 82 | > 83 | 86 |
87 | 88 |93 | 94 |
95 | 96 |103 | {{ 104 | (post.body | searchHighlight: searchTerms).count === 1 105 | ? (post.body | searchHighlight: searchTerms).count + 106 | " reference found" 107 | : (post.body | searchHighlight: searchTerms).count + 108 | " references found" 109 | }} 110 | inside body 111 |
112 | 113 |14 | {{ randomText }} 15 |
-------------------------------------------------------------------------------- /src/app/spinner/spinner.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { async, ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { SpinnerComponent } from './spinner.component'; 4 | 5 | describe('SpinnerComponent', () => { 6 | let component: SpinnerComponent; 7 | let fixture: ComponentFixture3 | What's hot ? 4 |
5 | 6 |Total posts: {{ totalPosts }}
27 |Total page visits: {{ totalPageVisits }}
28 |