mirror of
https://github.com/mempool/mempool.git
synced 2024-12-26 16:24:26 +01:00
Merge pull request #1717 from mempool/simon/ngb-boostrap-imports
NgBootstrap library import optimization
This commit is contained in:
commit
dd9a704af8
@ -7,7 +7,6 @@ import { LightweightChartsComponent } from './lightweight-charts/lightweight-cha
|
|||||||
import { LightweightChartsAreaComponent } from './lightweight-charts-area/lightweight-charts-area.component';
|
import { LightweightChartsAreaComponent } from './lightweight-charts-area/lightweight-charts-area.component';
|
||||||
import { BisqMarketComponent } from './bisq-market/bisq-market.component';
|
import { BisqMarketComponent } from './bisq-market/bisq-market.component';
|
||||||
import { BisqTransactionsComponent } from './bisq-transactions/bisq-transactions.component';
|
import { BisqTransactionsComponent } from './bisq-transactions/bisq-transactions.component';
|
||||||
import { NgbPaginationModule } from '@ng-bootstrap/ng-bootstrap';
|
|
||||||
import { BisqTransactionComponent } from './bisq-transaction/bisq-transaction.component';
|
import { BisqTransactionComponent } from './bisq-transaction/bisq-transaction.component';
|
||||||
import { BisqBlockComponent } from './bisq-block/bisq-block.component';
|
import { BisqBlockComponent } from './bisq-block/bisq-block.component';
|
||||||
import { BisqDashboardComponent } from './bisq-dashboard/bisq-dashboard.component';
|
import { BisqDashboardComponent } from './bisq-dashboard/bisq-dashboard.component';
|
||||||
@ -50,7 +49,6 @@ import { CommonModule } from '@angular/common';
|
|||||||
CommonModule,
|
CommonModule,
|
||||||
BisqRoutingModule,
|
BisqRoutingModule,
|
||||||
SharedModule,
|
SharedModule,
|
||||||
NgbPaginationModule,
|
|
||||||
FontAwesomeModule,
|
FontAwesomeModule,
|
||||||
NgxBootstrapMultiselectModule,
|
NgxBootstrapMultiselectModule,
|
||||||
],
|
],
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbCollapse, NgbCollapseModule, NgbRadioGroup, NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
|
|
||||||
import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fontawesome';
|
import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fontawesome';
|
||||||
import { faFilter, faAngleDown, faAngleUp, faAngleRight, faAngleLeft, faBolt, faChartArea, faCogs, faCubes, faHammer, faDatabase, faExchangeAlt, faInfoCircle,
|
import { faFilter, faAngleDown, faAngleUp, faAngleRight, faAngleLeft, faBolt, faChartArea, faCogs, faCubes, faHammer, faDatabase, faExchangeAlt, faInfoCircle,
|
||||||
faLink, faList, faSearch, faCaretUp, faCaretDown, faTachometerAlt, faThList, faTint, faTv, faAngleDoubleDown, faSortUp, faAngleDoubleUp, faChevronDown,
|
faLink, faList, faSearch, faCaretUp, faCaretDown, faTachometerAlt, faThList, faTint, faTv, faAngleDoubleDown, faSortUp, faAngleDoubleUp, faChevronDown,
|
||||||
@ -146,11 +145,10 @@ import { IndexingProgressComponent } from '../components/indexing-progress/index
|
|||||||
NgbTooltipModule,
|
NgbTooltipModule,
|
||||||
NgbButtonsModule,
|
NgbButtonsModule,
|
||||||
NgbPaginationModule,
|
NgbPaginationModule,
|
||||||
NgbDropdownModule,
|
|
||||||
NgbAccordionModule,
|
|
||||||
InfiniteScrollModule,
|
|
||||||
NgbTypeaheadModule,
|
NgbTypeaheadModule,
|
||||||
NgbModule,
|
NgbDropdownModule,
|
||||||
|
NgbCollapseModule,
|
||||||
|
InfiniteScrollModule,
|
||||||
FontAwesomeModule,
|
FontAwesomeModule,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
@ -162,17 +160,16 @@ import { IndexingProgressComponent } from '../components/indexing-progress/index
|
|||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
RouterModule,
|
RouterModule,
|
||||||
InfiniteScrollModule,
|
|
||||||
NgbTypeaheadModule,
|
|
||||||
NgbModule,
|
|
||||||
FontAwesomeModule,
|
|
||||||
NgbAccordionModule,
|
|
||||||
NgbNavModule,
|
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
|
NgbNavModule,
|
||||||
NgbTooltipModule,
|
NgbTooltipModule,
|
||||||
NgbButtonsModule,
|
NgbButtonsModule,
|
||||||
NgbPaginationModule,
|
NgbPaginationModule,
|
||||||
|
NgbTypeaheadModule,
|
||||||
NgbDropdownModule,
|
NgbDropdownModule,
|
||||||
|
NgbCollapseModule,
|
||||||
|
InfiniteScrollModule,
|
||||||
|
FontAwesomeModule,
|
||||||
TimeSinceComponent,
|
TimeSinceComponent,
|
||||||
TimeUntilComponent,
|
TimeUntilComponent,
|
||||||
ClipboardComponent,
|
ClipboardComponent,
|
||||||
|
Loading…
Reference in New Issue
Block a user