ngx-tabset
Version:
A very simple library to let you create some tabs
12 lines (11 loc) • 337 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export declare class TabsModule {
/**
* Use in AppModule: new instance of NgxTabset.
*/
static forRoot(): ModuleWithProviders;
/**
* Use in features modules with lazy loading: new instance of NgxTabset.
*/
static forChild(): ModuleWithProviders;
}