1.

How to use primeng in angular 4?

Answer» FOLLOWING steps will provide you the proper direction to USE priming in angular 4
  • In order to install primeng UI LIBRARIES or primeng UT components: Install primeng using the COMMAND- NPM install primeng-save
  • In dependencies section include package.json
  • Goes to the setting, and configure PrimeNG in app.module.ts
  • Include import { DataListModule } from ‘primeng/primeng;
  • Import DataListModule and include primeng components using command bikes.component.html


Discussion

No Comment Found