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
BY Best Interview Question ON 20 Aug 2019