Skip to content

(angular 19 & primeng v.19) this app i build ui service for crud concept, it's useful and save time when you use primeng. such as dynamic table & form group & dialog. just learn the way to use it all. on src/app/displays, next time i'll do on my api perfect!

Notifications You must be signed in to change notification settings

Thitikorn-Nupan/angular-with-primeng-intermediary-service

Repository files navigation

Step install Primeng + Config

Note : This way recommend angular CLI & Core version 19.2.14

  • npm install primeng @primeng/themes (if failed add --legacy-peer-deps)
  • npm install primeicons --save (if failed add --legacy-peer-deps)
  • go to main css as 'style.css' and add @import 'primeicons/primeicons.css';
  • go to app.module.ts and add
    providers: [ provideAnimationsAsync(), providePrimeNG({ theme: { preset: Aura } }) ]

About

(angular 19 & primeng v.19) this app i build ui service for crud concept, it's useful and save time when you use primeng. such as dynamic table & form group & dialog. just learn the way to use it all. on src/app/displays, next time i'll do on my api perfect!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published