File

src/app/app-poll/app-poll.ts

Index

Properties

Properties

options
options: Option[]
Type : Option[]
type
type: string
Type : string
export interface AppPoll{

    id: number,
    title: string,
    publishedDate: number,
    answer: Answer
}

export interface Answer{
    type: string,
    options: Option[];
}

export interface Option{
    id: number,
    label: string
}

result-matching ""

    No results matching ""