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?
angular primeng primeng-datatable primeng-turbotable
New contributor
add a comment |
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?
angular primeng primeng-datatable primeng-turbotable
New contributor
add a comment |
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?
angular primeng primeng-datatable primeng-turbotable
New contributor
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
angular primeng primeng-datatable primeng-turbotable
New contributor
New contributor
edited Nov 5 at 3:54
HDJEMAI
4,003123553
4,003123553
New contributor
asked Nov 5 at 3:13
Mouni R
332
332
New contributor
New contributor
add a comment |
add a comment |
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.
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 5 at 3:53
mpro
762519
762519
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Nov 5 at 3:53
HDJEMAI
4,003123553
4,003123553
add a comment |
add a comment |
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.
Mouni R is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password