Techno Blender
Digitally Yours.

Angular PrimeNG Timeline Customized – GeeksforGeeks

0 32


import { Component } from "@angular/core";

import { PrimeIcons } from "primeng/api";

  

@Component({

    selector: "app-root",

    templateUrl: "./app.component.html",

    styleUrls: ["./app.component.scss"]

})

export class AppComponent {

    gfg: any[];

      

    ngOnInit() {

        this.gfg = [

            {

                title: "1. Narendra Modi",

                Date: "26 May 2014 - Present",

                Icon: PrimeIcons.SORT_UP,

                color: "#9C27B0",

                ButtonColor: "p-button-rounded p-button-secondary"

            },

            {

                title: "2. Manmohan Singh",

                Date: "22 May 2004 to 26 May 2014",

                Icon: PrimeIcons.SORT_UP,

                color: "#673AB7",

                ButtonColor: "p-button-rounded p-button-primary"

            },

            {

                title: "3. Atal Bihari Vajpayee",

                Date: "19 March 1998 to 22 May 2004",

                Icon: PrimeIcons.SORT_UP,

                color: "#FF9800",

                ButtonColor: "p-button-rounded p-button-success"

            },

            {

                title: "4. Inder Kumar Gujral",

                Date: "21 April 1997 to 19 March 1998",

                Icon: PrimeIcons.SORT_UP,

                color: "#607D8B",

                ButtonColor: "p-button-rounded p-button-danger"

            },

            {

                title: "5. H. D. Deve Gowda",

                Date: "1 June 1996 to 21 April 1997",

                Icon: PrimeIcons.SORT_UP,

                color: "#99e2ff",

                ButtonColor: "p-button-rounded p-button-warning"

            },

            {

                title: "6. Atal Bihari Vajpayee",

                Date: "16 May 1996 to 1 June 1996",

                Icon: PrimeIcons.SORT_UP,

                color: "#99e200",

                ButtonColor: "p-button-rounded p-button-help"

            }

        ];

    }

}


import { Component } from "@angular/core";

import { PrimeIcons } from "primeng/api";

  

@Component({

    selector: "app-root",

    templateUrl: "./app.component.html",

    styleUrls: ["./app.component.scss"]

})

export class AppComponent {

    gfg: any[];

      

    ngOnInit() {

        this.gfg = [

            {

                title: "1. Narendra Modi",

                Date: "26 May 2014 - Present",

                Icon: PrimeIcons.SORT_UP,

                color: "#9C27B0",

                ButtonColor: "p-button-rounded p-button-secondary"

            },

            {

                title: "2. Manmohan Singh",

                Date: "22 May 2004 to 26 May 2014",

                Icon: PrimeIcons.SORT_UP,

                color: "#673AB7",

                ButtonColor: "p-button-rounded p-button-primary"

            },

            {

                title: "3. Atal Bihari Vajpayee",

                Date: "19 March 1998 to 22 May 2004",

                Icon: PrimeIcons.SORT_UP,

                color: "#FF9800",

                ButtonColor: "p-button-rounded p-button-success"

            },

            {

                title: "4. Inder Kumar Gujral",

                Date: "21 April 1997 to 19 March 1998",

                Icon: PrimeIcons.SORT_UP,

                color: "#607D8B",

                ButtonColor: "p-button-rounded p-button-danger"

            },

            {

                title: "5. H. D. Deve Gowda",

                Date: "1 June 1996 to 21 April 1997",

                Icon: PrimeIcons.SORT_UP,

                color: "#99e2ff",

                ButtonColor: "p-button-rounded p-button-warning"

            },

            {

                title: "6. Atal Bihari Vajpayee",

                Date: "16 May 1996 to 1 June 1996",

                Icon: PrimeIcons.SORT_UP,

                color: "#99e200",

                ButtonColor: "p-button-rounded p-button-help"

            }

        ];

    }

}

FOLLOW US ON GOOGLE NEWS

Read original article here

Denial of responsibility! Techno Blender is an automatic aggregator of the all world’s media. In each content, the hyperlink to the primary source is specified. All trademarks belong to their rightful owners, all materials to their authors. If you are the owner of the content and do not want us to publish your materials, please contact us by email – [email protected]. The content will be deleted within 24 hours.

Leave a comment