|
1 | 1 | import { AngularReactBrowserModule } from '@angular-react/core'; |
2 | | -import { |
3 | | - FabBreadcrumbModule, |
4 | | - FabButtonModule, |
5 | | - FabCalendarModule, |
6 | | - FabCalloutModule, |
7 | | - FabCheckboxModule, |
8 | | - FabChoiceGroupModule, |
9 | | - FabComboBoxModule, |
10 | | - FabCommandBarModule, |
11 | | - FabDatePickerModule, |
12 | | - FabDetailsListModule, |
13 | | - FabDialogModule, |
14 | | - FabDividerModule, |
15 | | - FabFabricModule, |
16 | | - FabDropdownModule, |
17 | | - FabGroupModule, |
18 | | - FabGroupedListModule, |
19 | | - FabHoverCardModule, |
20 | | - FabIconModule, |
21 | | - FabImageModule, |
22 | | - FabLinkModule, |
23 | | - FabMarqueeSelectionModule, |
24 | | - FabMessageBarModule, |
25 | | - FabModalModule, |
26 | | - FabPanelModule, |
27 | | - FabPersonaModule, |
28 | | - FabPivotModule, |
29 | | - FabSearchBoxModule, |
30 | | - FabShimmerModule, |
31 | | - FabSliderModule, |
32 | | - FabSpinnerModule, |
33 | | - FabToggleModule, |
34 | | - FabTooltipModule, |
35 | | - FabSpinButtonModule, |
36 | | - FabTextFieldModule, |
37 | | - FabPeoplePickerModule, |
38 | | - FabTagPickerModule, |
39 | | - FabProgressIndicatorModule, |
40 | | - FabRatingModule |
41 | | -} from '@angular-react/fabric'; |
42 | 2 | import { NgModule } from '@angular/core'; |
43 | 3 | import { NxModule } from '@nrwl/nx'; |
44 | 4 | import { initializeIcons } from '@fluentui/react/lib/Icons'; |
45 | 5 | import { AppComponent } from './app.component'; |
46 | 6 | import { CounterComponent } from './counter/counter.component'; |
| 7 | +import { FabFabricModule } from '@angular-react/fabric/lib/components/fabric'; |
| 8 | +import { FabIconModule } from '@angular-react/fabric/lib/components/icon'; |
| 9 | +import { FabButtonModule } from '@angular-react/fabric/lib/components/button'; |
| 10 | +import { FabDialogModule } from '@angular-react/fabric/lib/components/dialog'; |
| 11 | +import { FabImageModule } from '@angular-react/fabric/lib/components/image'; |
| 12 | +import { FabDropdownModule } from '@angular-react/fabric/lib/components/dropdown'; |
| 13 | +import { FabPanelModule } from '@angular-react/fabric/lib/components/panel'; |
| 14 | +import { FabCommandBarModule } from '@angular-react/fabric/lib/components/command-bar'; |
| 15 | +import { FabBreadcrumbModule } from '@angular-react/fabric/lib/components/breadcrumb'; |
| 16 | +import { FabCalloutModule } from '@angular-react/fabric/lib/components/callout'; |
| 17 | +import { FabCheckboxModule } from '@angular-react/fabric/lib/components/checkbox'; |
| 18 | +import { FabChoiceGroupModule } from '@angular-react/fabric/lib/components/choice-group'; |
| 19 | +import { FabComboBoxModule } from '@angular-react/fabric/lib/components/combo-box'; |
| 20 | +import { FabGroupedListModule } from '@angular-react/fabric/lib/components/grouped-list'; |
| 21 | +import { FabDatePickerModule } from '@angular-react/fabric/lib/components/date-picker'; |
| 22 | +import { FabDividerModule } from '@angular-react/fabric/lib/components/divider'; |
| 23 | +import { FabSpinnerModule } from '@angular-react/fabric/lib/components/spinner'; |
| 24 | +import { FabToggleModule } from '@angular-react/fabric/lib/components/toggle'; |
| 25 | +import { FabPersonaModule } from '@angular-react/fabric/lib/components/persona'; |
| 26 | +import { FabPivotModule } from '@angular-react/fabric/lib/components/pivot'; |
| 27 | +import { FabLinkModule } from '@angular-react/fabric/lib/components/link'; |
| 28 | +import { FabMessageBarModule } from '@angular-react/fabric/lib/components/message-bar'; |
| 29 | +import { FabHoverCardModule } from '@angular-react/fabric/lib/components/hover-card'; |
| 30 | +import { FabModalModule } from '@angular-react/fabric/lib/components/modal'; |
| 31 | +import { FabTooltipModule } from '@angular-react/fabric/lib/components/tooltip'; |
| 32 | +import { FabShimmerModule } from '@angular-react/fabric/lib/components/shimmer'; |
| 33 | +import { FabSliderModule } from '@angular-react/fabric/lib/components/slider'; |
| 34 | +import { FabSearchBoxModule } from '@angular-react/fabric/lib/components/search-box'; |
| 35 | +import { FabCalendarModule } from '@angular-react/fabric/lib/components/calendar'; |
| 36 | +import { FabDetailsListModule } from '@angular-react/fabric/lib/components/details-list'; |
| 37 | +import { FabGroupModule } from '@angular-react/fabric/lib/components/group'; |
| 38 | +import { FabMarqueeSelectionModule } from '@angular-react/fabric/lib/components/marquee-selection'; |
| 39 | +import { FabSpinButtonModule } from '@angular-react/fabric/lib/components/spin-button'; |
| 40 | +import { FabTextFieldModule } from '@angular-react/fabric/lib/components/text-field'; |
| 41 | +import { FabPeoplePickerModule, FabTagPickerModule } from '@angular-react/fabric/lib/components/pickers'; |
| 42 | +import { FabProgressIndicatorModule } from '@angular-react/fabric/lib/components/progress-indicator'; |
| 43 | +import { FabRatingModule } from '@angular-react/fabric/lib/components/rating'; |
47 | 44 |
|
48 | 45 | @NgModule({ |
49 | 46 | imports: [ |
|
0 commit comments