Category: Angular

0

PrimeNg Treetable Example

Today, I want to talk about how to make a PrimeNg treetable example. Let me explain what the tree table is. You can use tree table data format to display hierarchical data in tabular format....

0

PrimeNg Paginator Example

Today, I want to talk about PrimeNg Pagination. I will give you an example of PrimeNg Paginator. First we must add this code to our ts file.

3

PrimeNg Context Menu Example

Today, I want to talk about PrimeNg ContextMenu. Context Menu property is very usefull for PrimeNg table  operations. Let’s make a PrimeNg Context Menu Example. First we must prepare the html code below.

0

How To Download A Pdf File In Angular 2

Today, I want to talk about the second method that exports data with a pdf file in Angular 2. We can do it in several ways on the server side. It depends on to...

How To Download An Excel File In Angular 2 1

How To Download An Excel File In Angular 2

Today, I want to talk about the second method that exports data with an excel file in Angular 2.  I mentioned this method in my last post. We can do it in several ways...

2

How To Export Data To Excel File in Angular 2

Today I want to explain how to export your data to an excel file in Angular. You can do it in two ways. First, fetch the json data in Angular and then convert the...

3

PrimeNg Progress Bar

Tonight I want to show you how easy to make a progresbar with Prime Ng.  As usual we must add progressbar component to the app.module

Second step is using it in your html...

4

PrimeNg DataTable

Now let’s dive into PrimeNg data table component. In this post, we will develope a good PrimeNg dataTable example. It has wonderfull properties such as pagination, sorting, resizing etc.  At first we must add...

6

Prime Ng Toast & Messages

Today I want to show you how to use prime ng toast and message component. This will be a good primeNg toast example. First, we have to install primeng with npm to our angular...

1

What is PrimeNg

    What is PrimeNg Angular. Let me explain it. PrimeNg is a free UI Library for angular framework which is still developing by PrimeTek company. It has lots of useful components to use for...