We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In v18 the documentary has a fatal issue due of using wrong object. Correct version can be found inside the test repo. https://github.com/primefaces/primeng-quickstart-cli/blob/master/src/app/app.config.ts
the theme: Aura is missing a preset object.
like so. providePrimeNG({ theme: { preset: Aura } })
https://v18.primeng.org/installation
export const appConfig: ApplicationConfig = { providers: [ provideAnimationsAsync(), providePrimeNG({ theme: Aura }) ] };
fresh install following the documentation
No response
18
Angular CLI App
TypeScript
20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In v18 the documentary has a fatal issue due of using wrong object. Correct version can be found inside the test repo.
https://github.com/primefaces/primeng-quickstart-cli/blob/master/src/app/app.config.ts
the theme: Aura is missing a preset object.
like so.
providePrimeNG({
theme: {
preset: Aura
}
})
https://v18.primeng.org/installation
export const appConfig: ApplicationConfig = {
providers: [
provideAnimationsAsync(),
providePrimeNG({
theme: Aura
})
]
};
Environment
fresh install following the documentation
Reproducer
No response
Angular version
18
PrimeNG version
18
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: