You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation describes that the dark mode can be set with the ‘darkModeSelector’ property. In the code, however, the ‘ThemeType’ type only has two valid properties: ‘preset’ and ‘options’ and not ‘darkModeSelector’ as in the documentation. Docs export type ThemeType = { preset?: any; options?: any; } | 'none' | boolean | undefined;
Environment
Win11 with VS Code
Reproducer
No response
Angular version
18.2.13
PrimeNG version
18.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.1
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:
Describe the bug
The documentation describes that the dark mode can be set with the ‘darkModeSelector’ property. In the code, however, the ‘ThemeType’ type only has two valid properties: ‘preset’ and ‘options’ and not ‘darkModeSelector’ as in the documentation.
Docs
export type ThemeType = { preset?: any; options?: any; } | 'none' | boolean | undefined;
Environment
Win11 with VS Code
Reproducer
No response
Angular version
18.2.13
PrimeNG version
18.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.1
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: