<
h1
style
=
"color: green"
>
GeeksforGeeks
</
h1
>
<
h4
>Angular PrimeNG Splitter Properties</
h4
>
<
h5
>Horizontal Splitter</
h5
>
<
p-splitter
layout
=
"horizontal"
>
<
ng-template
pTemplate>
<
div
class
=
"p-col p-ai-center p-jc-center"
>
Angular PrimeNG is a framework used with angular
to create components with great styling and this
framework is very easy to use and is used to make
responsive websites.
</
div
>
</
ng-template
>
<
ng-template
pTemplate>
<
div
class
=
"p-col p-ai-center p-jc-center"
>
Angular PrimeNG is a framework used with angular
to create components with great styling and this
framework is very easy to use and is used to make
responsive websites.
</
div
>
</
ng-template
>
</
p-splitter
>
<
h5
>Vertical Splitter</
h5
>
<
p-splitter
layout
=
"vertical"
[style]="{'height': '150px'}">
<
ng-template
pTemplate>
<
div
class
=
"p-col p-ai-center p-jc-center"
>
Angular PrimeNG is a framework used with angular
to create components with great styling and this
framework is very easy to use and is used to make
responsive websites.
</
div
>
</
ng-template
>
<
ng-template
pTemplate>
<
div
class
=
"p-col p-ai-center p-jc-center"
>
Angular PrimeNG is a framework used with angular
to create components with great styling and this
framework is very easy to use and is used to make
responsive websites.
</
div
>
</
ng-template
>
</
p-splitter
>