Topic: Can't bind to 'buttonClass' since it isn't a known property of 'mdb-tabset'
                  
                  alvipeo
                  pro
                  asked 7 years ago
                
                I created a project as it described in 5 min Tutorial. And I use this html from samples:
       <!-- Tab panels -->
        <mdb-tabset #staticTabs [buttonClass]="'nav nav-tabs tabs-2 light-blue darken-3'" [contentClass]="''" class="tab-content">
I get error while compiling:
>> Can't bind to 'buttonClass' since it isn't a known property of 'mdb-tabset'
Damien, you have my project (related to another issue), it has this markup. It also gives this error. So what am I missing?
I'm imported MDBBootstrapModule.forRoot(). What else should I do?
                
                  
                
                
                
              
              
            FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Opened
Specification of the issue
              - ForumUser: Pro
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: No
 - Provided link: No
 
Tags
                  
Dawid Adach pro commented 7 years ago
Dear alvipeo, have you defined NO_SCHEMA_ERROR in your app.module.ts ?