Skip to content

Commit 26a07e7

Browse files
committed
add feature module for components
1 parent 4a517b4 commit 26a07e7

68 files changed

Lines changed: 46 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

projects/social_platform/src/app/office/chat/chat-direct/chat-direct/chat-direct.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ChatItem } from "@office/chat/models/chat-item.model";
77
import { ChatService } from "@services/chat.service";
88
import { ChatMessage } from "@models/chat-message.model";
99
import { ChatDirectService } from "@office/chat/services/chat-direct.service";
10-
import { ChatWindowComponent } from "@office/shared/chat-window/chat-window.component";
10+
import { ChatWindowComponent } from "@office/features/chat-window/chat-window.component";
1111
import { AuthService } from "@auth/services";
1212
import { AvatarComponent } from "@ui/components/avatar/avatar.component";
1313
import { ApiPagination } from "@models/api-pagination.model";

projects/social_platform/src/app/office/shared/chat-window/chat-window.component.html renamed to projects/social_platform/src/app/office/features/chat-window/chat-window.component.html

File renamed without changes.

projects/social_platform/src/app/office/shared/chat-window/chat-window.component.scss renamed to projects/social_platform/src/app/office/features/chat-window/chat-window.component.scss

File renamed without changes.

projects/social_platform/src/app/office/shared/chat-window/chat-window.component.spec.ts renamed to projects/social_platform/src/app/office/features/chat-window/chat-window.component.spec.ts

File renamed without changes.

projects/social_platform/src/app/office/shared/chat-window/chat-window.component.ts renamed to projects/social_platform/src/app/office/features/chat-window/chat-window.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
CdkVirtualScrollViewport,
1818
} from "@angular/cdk/scrolling";
1919
import { ChatMessage } from "@models/chat-message.model";
20-
import { MessageInputComponent } from "@office/shared/message-input/message-input.component";
20+
import { MessageInputComponent } from "@office/features/message-input/message-input.component";
2121
import { FormBuilder, FormGroup, ReactiveFormsModule } from "@angular/forms";
2222
import { filter, fromEvent, noop, skip, Subscription, tap, throttleTime } from "rxjs";
2323
import { ModalService } from "@ui/models/modal.service";

projects/social_platform/src/app/office/shared/info-card/info-card.component.html renamed to projects/social_platform/src/app/office/features/info-card/info-card.component.html

File renamed without changes.

projects/social_platform/src/app/office/shared/info-card/info-card.component.scss renamed to projects/social_platform/src/app/office/features/info-card/info-card.component.scss

File renamed without changes.

projects/social_platform/src/app/office/shared/info-card/info-card.component.spec.ts renamed to projects/social_platform/src/app/office/features/info-card/info-card.component.spec.ts

File renamed without changes.

projects/social_platform/src/app/office/shared/info-card/info-card.component.ts renamed to projects/social_platform/src/app/office/features/info-card/info-card.component.ts

File renamed without changes.

projects/social_platform/src/app/office/shared/invite-card/invite-card.component.html renamed to projects/social_platform/src/app/office/features/invite-card/invite-card.component.html

File renamed without changes.

0 commit comments

Comments
 (0)