要解决Angular ng-bootstrap tabset字段不起作用的问题,可以尝试以下几种方法:
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { AppComponent } from './app.component';
@NgModule({
imports: [BrowserModule, NgbModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
Tab 1
Tab 1 content
Tab 2
Tab 2 content
ng update @ng-bootstrap/ng-bootstrap
以上是一些可能解决Angular ng-bootstrap tabset字段不起作用的方法。根据你的具体情况,你可能需要尝试其中的一种或多种方法。