Does primeNg upgrade need Angular upgrade?











up vote
0
down vote

favorite












I am planning to use primeng turbo table feature that is included in 5.x.



Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular version accordingly.



I want to confirm if the upgrade of primeNg needs an upgrade of Angular as well?










share|improve this question









New contributor




Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    0
    down vote

    favorite












    I am planning to use primeng turbo table feature that is included in 5.x.



    Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular version accordingly.



    I want to confirm if the upgrade of primeNg needs an upgrade of Angular as well?










    share|improve this question









    New contributor




    Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am planning to use primeng turbo table feature that is included in 5.x.



      Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular version accordingly.



      I want to confirm if the upgrade of primeNg needs an upgrade of Angular as well?










      share|improve this question









      New contributor




      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am planning to use primeng turbo table feature that is included in 5.x.



      Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular version accordingly.



      I want to confirm if the upgrade of primeNg needs an upgrade of Angular as well?







      angular primeng primeng-datatable primeng-turbotable






      share|improve this question









      New contributor




      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Nov 5 at 3:54









      HDJEMAI

      4,003123553




      4,003123553






      New contributor




      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 5 at 3:13









      Mouni R

      332




      332




      New contributor




      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Mouni R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          According to the newest primeng release notes:




          PrimeNG 6.0.0 is fully compatible with Angular 6 and RxJS 6, if you
          are using Angular 5 then you need to continue using PrimeNG 5.x
          instead.




          Also 5.0.0 version release is compatible accordingly:




          PrimeNG 5 fully support Angular 5, if your project is on Angular 4,
          the PrimeNG version to use would be 4.x as PrimeNG 5 does not work on
          Angular 4 due to AOT constraints.




          So try to always check release notes.






          share|improve this answer




























            up vote
            0
            down vote













            If you want to use PrimeNG 6, then it is fully compatible with angular 6 and you cannot use primeNG 6 with angular 5, you can only use PrimeNG 5 with angular 5.



            You can read that here: https://www.primefaces.org/primeng-6-0-0-released/



            If you want to use PrimeNG 7.0.0-beta.1 even if it is beta, then you need to upgrade to angular 7.



            The PrimeNG 4.2.3 is compatible with angular 5: https://www.primefaces.org/primeng-4-2-2-released/




            So you need to verify the compatible angular version and upgrade to it, when you use a newer version of PrimeNG







            share|improve this answer





















              Your Answer






              StackExchange.ifUsing("editor", function () {
              StackExchange.using("externalEditor", function () {
              StackExchange.using("snippets", function () {
              StackExchange.snippets.init();
              });
              });
              }, "code-snippets");

              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "1"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });






              Mouni R is a new contributor. Be nice, and check out our Code of Conduct.










               

              draft saved


              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53147839%2fdoes-primeng-upgrade-need-angular-upgrade%23new-answer', 'question_page');
              }
              );

              Post as a guest
































              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              0
              down vote



              accepted










              According to the newest primeng release notes:




              PrimeNG 6.0.0 is fully compatible with Angular 6 and RxJS 6, if you
              are using Angular 5 then you need to continue using PrimeNG 5.x
              instead.




              Also 5.0.0 version release is compatible accordingly:




              PrimeNG 5 fully support Angular 5, if your project is on Angular 4,
              the PrimeNG version to use would be 4.x as PrimeNG 5 does not work on
              Angular 4 due to AOT constraints.




              So try to always check release notes.






              share|improve this answer

























                up vote
                0
                down vote



                accepted










                According to the newest primeng release notes:




                PrimeNG 6.0.0 is fully compatible with Angular 6 and RxJS 6, if you
                are using Angular 5 then you need to continue using PrimeNG 5.x
                instead.




                Also 5.0.0 version release is compatible accordingly:




                PrimeNG 5 fully support Angular 5, if your project is on Angular 4,
                the PrimeNG version to use would be 4.x as PrimeNG 5 does not work on
                Angular 4 due to AOT constraints.




                So try to always check release notes.






                share|improve this answer























                  up vote
                  0
                  down vote



                  accepted







                  up vote
                  0
                  down vote



                  accepted






                  According to the newest primeng release notes:




                  PrimeNG 6.0.0 is fully compatible with Angular 6 and RxJS 6, if you
                  are using Angular 5 then you need to continue using PrimeNG 5.x
                  instead.




                  Also 5.0.0 version release is compatible accordingly:




                  PrimeNG 5 fully support Angular 5, if your project is on Angular 4,
                  the PrimeNG version to use would be 4.x as PrimeNG 5 does not work on
                  Angular 4 due to AOT constraints.




                  So try to always check release notes.






                  share|improve this answer












                  According to the newest primeng release notes:




                  PrimeNG 6.0.0 is fully compatible with Angular 6 and RxJS 6, if you
                  are using Angular 5 then you need to continue using PrimeNG 5.x
                  instead.




                  Also 5.0.0 version release is compatible accordingly:




                  PrimeNG 5 fully support Angular 5, if your project is on Angular 4,
                  the PrimeNG version to use would be 4.x as PrimeNG 5 does not work on
                  Angular 4 due to AOT constraints.




                  So try to always check release notes.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 5 at 3:53









                  mpro

                  762519




                  762519
























                      up vote
                      0
                      down vote













                      If you want to use PrimeNG 6, then it is fully compatible with angular 6 and you cannot use primeNG 6 with angular 5, you can only use PrimeNG 5 with angular 5.



                      You can read that here: https://www.primefaces.org/primeng-6-0-0-released/



                      If you want to use PrimeNG 7.0.0-beta.1 even if it is beta, then you need to upgrade to angular 7.



                      The PrimeNG 4.2.3 is compatible with angular 5: https://www.primefaces.org/primeng-4-2-2-released/




                      So you need to verify the compatible angular version and upgrade to it, when you use a newer version of PrimeNG







                      share|improve this answer

























                        up vote
                        0
                        down vote













                        If you want to use PrimeNG 6, then it is fully compatible with angular 6 and you cannot use primeNG 6 with angular 5, you can only use PrimeNG 5 with angular 5.



                        You can read that here: https://www.primefaces.org/primeng-6-0-0-released/



                        If you want to use PrimeNG 7.0.0-beta.1 even if it is beta, then you need to upgrade to angular 7.



                        The PrimeNG 4.2.3 is compatible with angular 5: https://www.primefaces.org/primeng-4-2-2-released/




                        So you need to verify the compatible angular version and upgrade to it, when you use a newer version of PrimeNG







                        share|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          If you want to use PrimeNG 6, then it is fully compatible with angular 6 and you cannot use primeNG 6 with angular 5, you can only use PrimeNG 5 with angular 5.



                          You can read that here: https://www.primefaces.org/primeng-6-0-0-released/



                          If you want to use PrimeNG 7.0.0-beta.1 even if it is beta, then you need to upgrade to angular 7.



                          The PrimeNG 4.2.3 is compatible with angular 5: https://www.primefaces.org/primeng-4-2-2-released/




                          So you need to verify the compatible angular version and upgrade to it, when you use a newer version of PrimeNG







                          share|improve this answer












                          If you want to use PrimeNG 6, then it is fully compatible with angular 6 and you cannot use primeNG 6 with angular 5, you can only use PrimeNG 5 with angular 5.



                          You can read that here: https://www.primefaces.org/primeng-6-0-0-released/



                          If you want to use PrimeNG 7.0.0-beta.1 even if it is beta, then you need to upgrade to angular 7.



                          The PrimeNG 4.2.3 is compatible with angular 5: https://www.primefaces.org/primeng-4-2-2-released/




                          So you need to verify the compatible angular version and upgrade to it, when you use a newer version of PrimeNG








                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 5 at 3:53









                          HDJEMAI

                          4,003123553




                          4,003123553






















                              Mouni R is a new contributor. Be nice, and check out our Code of Conduct.










                               

                              draft saved


                              draft discarded


















                              Mouni R is a new contributor. Be nice, and check out our Code of Conduct.













                              Mouni R is a new contributor. Be nice, and check out our Code of Conduct.












                              Mouni R is a new contributor. Be nice, and check out our Code of Conduct.















                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53147839%2fdoes-primeng-upgrade-need-angular-upgrade%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest




















































































                              這個網誌中的熱門文章

                              Tangent Lines Diagram Along Smooth Curve

                              Yusuf al-Mu'taman ibn Hud

                              Zucchini