Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PrimeNg version 17 #37

Open
pctimhk opened this issue Dec 12, 2023 · 2 comments
Open

Support PrimeNg version 17 #37

pctimhk opened this issue Dec 12, 2023 · 2 comments

Comments

@pctimhk
Copy link

pctimhk commented Dec 12, 2023

The current template did not support PrimeNg version 17

@dgashby
Copy link

dgashby commented Mar 27, 2024

@pctimhk just curious, I just tried applying the Sakai-ng layout to my Angular 17.1.0 / PrimeNg 17.11.0 app and am now seeing errors about "Providers from the BrowserModule have already been loaded." Is this what others are seeing or is it something different?

The demo app that comes with the template seems to be based on Angular 17.0.5 / PrimeNg 17.2.

@Adrian2422
Copy link

@pctimhk This template works fine with primeng v.17+. Please specify what exactly doesn't work in your case.

@dgashby This error means that the application is trying to load the BrowserModule again even though it is already loaded. In this template, the BrowserModule template is loaded in app.layout.module.ts. You probably also added this module in your existing application, make sure that it will be loaded only once (via a shared module etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants