mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 14:15:51 +02:00
Revert codestyle changes (#40)
* Revert "7f7efbb94bab8574e42d942ad82d414e007b2970" Code style changes should probably be part of a PR
This commit is contained in:
@@ -75,87 +75,87 @@ import { SaveActiveTab } from './directives/saveActiveTab';
|
||||
import { SiteNamePipe } from './pipes/siteName';
|
||||
|
||||
const declarations = [
|
||||
ActionBar,
|
||||
ActionButton,
|
||||
ActionsModal,
|
||||
BitmapBox,
|
||||
ButtMarkEditor,
|
||||
MenuBar,
|
||||
MenuItem,
|
||||
CharacterList,
|
||||
CharacterPreview,
|
||||
CharacterSelect,
|
||||
EmoteBox,
|
||||
SliderBar,
|
||||
SpriteBox,
|
||||
SpriteSelection,
|
||||
SupportButton,
|
||||
SupporterPony,
|
||||
SetSelection,
|
||||
SetOutlineHidden,
|
||||
CheckBox,
|
||||
PortraitBox,
|
||||
ScalePicker,
|
||||
SwapBox,
|
||||
ColorPicker,
|
||||
CustomCheckbox,
|
||||
DatePicker,
|
||||
SignInBox,
|
||||
PonyBox,
|
||||
ModBox,
|
||||
PartyBox,
|
||||
PartyList,
|
||||
SiteInfo,
|
||||
SettingsBox,
|
||||
SettingsModal,
|
||||
FillOutline,
|
||||
FriendsBox,
|
||||
InstallButton,
|
||||
InvitesModal,
|
||||
KbdKey,
|
||||
PlayBox,
|
||||
PlayNotice,
|
||||
PageLoader,
|
||||
ChatBox,
|
||||
ChatLog,
|
||||
SiteLinks,
|
||||
NotificationItem,
|
||||
NotificationList,
|
||||
...dropdownDirectives,
|
||||
...tabsetComponents,
|
||||
...draggableComponents,
|
||||
...virtualListDirectives,
|
||||
VirtualList,
|
||||
Anchor,
|
||||
BtnHighlight,
|
||||
BtnHighlightDanger,
|
||||
AgDrag,
|
||||
AgAutoFocus,
|
||||
LinkCurrent,
|
||||
LabelledBy,
|
||||
RevSrc,
|
||||
FixToTop,
|
||||
FocusTitle,
|
||||
FocusTrap,
|
||||
HasFeature,
|
||||
SaveActiveTab,
|
||||
SiteNamePipe,
|
||||
ActionBar,
|
||||
ActionButton,
|
||||
ActionsModal,
|
||||
BitmapBox,
|
||||
ButtMarkEditor,
|
||||
MenuBar,
|
||||
MenuItem,
|
||||
CharacterList,
|
||||
CharacterPreview,
|
||||
CharacterSelect,
|
||||
EmoteBox,
|
||||
SliderBar,
|
||||
SpriteBox,
|
||||
SpriteSelection,
|
||||
SupportButton,
|
||||
SupporterPony,
|
||||
SetSelection,
|
||||
SetOutlineHidden,
|
||||
CheckBox,
|
||||
PortraitBox,
|
||||
ScalePicker,
|
||||
SwapBox,
|
||||
ColorPicker,
|
||||
CustomCheckbox,
|
||||
DatePicker,
|
||||
SignInBox,
|
||||
PonyBox,
|
||||
ModBox,
|
||||
PartyBox,
|
||||
PartyList,
|
||||
SiteInfo,
|
||||
SettingsBox,
|
||||
SettingsModal,
|
||||
FillOutline,
|
||||
FriendsBox,
|
||||
InstallButton,
|
||||
InvitesModal,
|
||||
KbdKey,
|
||||
PlayBox,
|
||||
PlayNotice,
|
||||
PageLoader,
|
||||
ChatBox,
|
||||
ChatLog,
|
||||
SiteLinks,
|
||||
NotificationItem,
|
||||
NotificationList,
|
||||
...dropdownDirectives,
|
||||
...tabsetComponents,
|
||||
...draggableComponents,
|
||||
...virtualListDirectives,
|
||||
VirtualList,
|
||||
Anchor,
|
||||
BtnHighlight,
|
||||
BtnHighlightDanger,
|
||||
AgDrag,
|
||||
AgAutoFocus,
|
||||
LinkCurrent,
|
||||
LabelledBy,
|
||||
RevSrc,
|
||||
FixToTop,
|
||||
FocusTitle,
|
||||
FocusTrap,
|
||||
HasFeature,
|
||||
SaveActiveTab,
|
||||
SiteNamePipe,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
BrowserModule,
|
||||
RouterModule,
|
||||
FormsModule,
|
||||
TooltipModule.forRoot(),
|
||||
PopoverModule,
|
||||
ButtonsModule,
|
||||
ModalModule.forRoot(),
|
||||
FontAwesomeModule,
|
||||
// ScrollingModule,
|
||||
],
|
||||
declarations: declarations,
|
||||
exports: declarations,
|
||||
imports: [
|
||||
BrowserModule,
|
||||
RouterModule,
|
||||
FormsModule,
|
||||
TooltipModule.forRoot(),
|
||||
PopoverModule,
|
||||
ButtonsModule,
|
||||
ModalModule.forRoot(),
|
||||
FontAwesomeModule,
|
||||
// ScrollingModule,
|
||||
],
|
||||
declarations: declarations,
|
||||
exports: declarations,
|
||||
})
|
||||
export class SharedModule {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user