// Angular imports // import { NgModule } from '@angular/core'; // Components // // Modules // import { FbActionModule } from './fbAction/fb-action.module'; import { AnteckningModule } from './fbAnteckning/anteckning.module'; import { FbPopoverModule } from './fbPopover/fb-popover.module'; import { FbTextModule } from './fbText/fb-text.module'; import { FbInfoTooltipModule } from './fbInfoTooltip/fb-info-tooltip.module'; import { FbTabsetModule } from './fbTabset/fb-tabset.module'; import { FbSpinnerModule } from './fbSpinner/fb-spinner.module'; import { FbKommentarKnappModule } from './fbKommentarKnapp/fb-kommentar-knapp.module'; import { FbSpinnerButtonModule } from './fbSpinnerButton/fb-spinner-button.module'; // Services // // Directives // // Pipes // @NgModule({ exports: [ FbActionModule, AnteckningModule, FbPopoverModule, FbTextModule, FbInfoTooltipModule, FbTabsetModule, FbSpinnerModule, FbKommentarKnappModule, FbSpinnerButtonModule ], declarations: [ ], entryComponents: [], providers: [] }) export class FbCommonComponentModule { }