Skip to content

Diamond Template layoutService config (colorScheme) #706

Discussion options

You must be logged in to vote

Hi,

Diamond has received the v17 update, you can download and use the updated part in the documentation. We've updated the broken part thanks to your report! We've utilized the Angular Signals to overcome the issue. Usage is as below.



@Component({
    selector: 'app-root',
    templateUrl: './app.component.html'
})
export class AppComponent implements OnInit {

    constructor(private primengConfig: PrimeNGConfig, private layoutService: LayoutService) { }

    ngOnInit(): void {
        this.primengConfig.ripple = true;       //enables core ripple functionality

        //optional configuration with the default configuration
        const config: AppConfig = {
            ripple: false,…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MainAbdessamad
Comment options

Comment options

You must be logged in to vote
1 reply
@cetincakiroglu
Comment options

Answer selected by cetincakiroglu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants