<
h1
style
=
"color:green"
>GeeksforGeeks</
h1
>
<
h3
>Angular PrimeNG ScrollTop Element</
h3
>
<
div
style
=
"font-size: 20px"
>
<
h2
> About GeeksforGeeks </
h2
>
<
p-scrollPanel
[style]="{width: '200px',
height: '200px'}">
<
p
>
GeeksforGeeks is a computer
science portal for geeks.
It offers thousands of written
articles on various computer science
topics. Some of the topics are
DSA, C++, C, Java, etc.
</
p
>
<
p
>
The practice portal of GeeksforGeeks can
be used to practice DSA problems.
There is a Problem of the Day which helps
you maintain the consistency to solve problems.
</
p
>
<
p-scrollTop
target
=
"parent"
[threshold]="100"
icon
=
"pi pi-angle-double-up"
>
</
p-scrollTop
>
</
p-scrollPanel
>
</
div
>