Question List - revaturelabs/ask-frontend GitHub Wiki

The question-list component overall is just a template view of all the questions asked by developers. It is a component that is shared between both Experts and Developers to view.

It is populated by questions in a preview format, which only displays contextual information about the question, such as title, who asked the question, and tags associated with the question. Each preview-question is its own component.

This page also features pagination in the form of a "Load More Questions" button. The page initially loads 20 questions, and loads 20 more questions per page.

In summation, the question-list component is the parent component to the preview-question component.

HTML

TS

@Output()

@Input()

Variables

Constructor

Functions