PrimeNg in Angular | Angular 17

Поделиться
HTML-код
  • Опубликовано: 4 май 2024
  • How to use Primeng in Angular.
    Angular 17 primeNg instalation.
    To Join Live Sessions Join Below Group
    chat.whatsapp.com/GmByxyjIEMg...
    Angular Interview Question
    voidchetan.github.io/intervie...
    Learn From me
    angularacademy.in
    Connect With Me
    chat.whatsapp.com/BcKALY2eGab...
    You can find Code on GitHub
    github.com/voidChetan
    Visit Our Mini Project Ideas Portal where you can find So many project
    ideas you can try to implement
    miniprojectideas.com
    Follow & Connect me on LinkedIn
    / chetan-jogi-a87148ba
    #angular17
    #primeng
    #angularproject
  • НаукаНаука

Комментарии • 19

  • @thiwanki6040
    @thiwanki6040 6 дней назад

    Nice Explanation Sir

  • @informer9261
    @informer9261 2 месяца назад +2

    sir best yt channel for angular and dot net

  • @User.2024.1
    @User.2024.1 2 месяца назад +2

    Would you like to see a project playlist from scratch on PrimeNG. Thanks for the video.

  • @benjaminbarna6893
    @benjaminbarna6893 Месяц назад

    Thank you so much! I have been stuck with how to import these modules to my projects with the standalona angular project! Thanks again!

  • @bennybillions9462
    @bennybillions9462 Месяц назад

    please make a full course on primeng in angular 17

  • @rronzhushi3746
    @rronzhushi3746 2 месяца назад

    what do you think about primeng is it okay to use for real projects or is it better to use ag grid or angular material?
    and what about prime flex is it okay to use before tailwind ?
    Thanks for the content!

    • @LearningPartnerDigital
      @LearningPartnerDigital  2 месяца назад

      It's based on architecture your project has n requirements too.aggrid has only table but prime has everything including table also

    • @LearningPartnerDigital
      @LearningPartnerDigital  2 месяца назад

      In all industry level project prime ng is used

    • @rronzhushi3746
      @rronzhushi3746 2 месяца назад

      @@LearningPartnerDigital and what about prime flex is it good to use or should I stick with tailwind ?

    • @LearningPartnerDigital
      @LearningPartnerDigital  2 месяца назад

      @@rronzhushi3746 again it's same..u use bootstrap, tailwind or prieflex. Different ui frameworks. Tailwind has great demand now so it's a good choice. Prieflex has limited use

  • @igorr4682
    @igorr4682 Месяц назад

    The problem I have with PrimeNg is that it does not provide any layout components like grid or flex box most of the time you need to add yet another css framework to deal with layout.

    • @LearningPartnerDigital
      @LearningPartnerDigital  Месяц назад

      Ideally we don't use prime for css its for their components which we can use

  • @microsearch3080
    @microsearch3080 2 месяца назад

    I am using both primeng and bootstrap in my angular application, but some of the primeng features are not working
    For example if I use the button from primeng, the buttons are not looks like border curved, it's looks like a flat box button. When I remove the bootstrap import from my project , then it's worked. Why I can't use both the dependencies in a same project

    • @LearningPartnerDigital
      @LearningPartnerDigital  2 месяца назад

      We can use both. Check angular json if u have imported prime css

    • @microsearch3080
      @microsearch3080 2 месяца назад

      @@LearningPartnerDigital
      i just created a new angular 17 application and installed primeng and add the below lines in angular.json file
      "node_modules/primeng/resources/themes/soho-light/theme.css",
      "node_modules/primeng/resources/primeng.min.css"
      i tried to use a button and its working normaly.
      then i installed bootstrap in the application and add the below line in index.html

      at that time the primeng button border curve is gone and bootstrap buttons are working smooth.