-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ruby-upgrade
- Loading branch information
Showing
62 changed files
with
4,135 additions
and
6,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
client/src/app/components/activities/activity-card/activity-card.module.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
import { CommonModule } from "@angular/common"; | ||
import { NgModule } from "@angular/core"; | ||
import { PushModule } from "@ngrx/component"; | ||
import { NzCardModule } from "ng-zorro-antd/card"; | ||
import { CvcActivityCardComponent } from "./activity-card.component"; | ||
import { CvcCommentBodyModule } from "@app/components/comments/comment-body/comment-body.module"; | ||
import { NzDividerModule } from "ng-zorro-antd/divider"; | ||
import { CommonModule } from '@angular/common' | ||
import { NgModule } from '@angular/core' | ||
import { PushPipe } from '@ngrx/component' | ||
import { NzCardModule } from 'ng-zorro-antd/card' | ||
import { CvcActivityCardComponent } from './activity-card.component' | ||
import { CvcCommentBodyModule } from '@app/components/comments/comment-body/comment-body.module' | ||
import { NzDividerModule } from 'ng-zorro-antd/divider' | ||
|
||
@NgModule({ | ||
declarations: [CvcActivityCardComponent], | ||
imports: [ | ||
CommonModule, | ||
PushModule, | ||
PushPipe, | ||
NzCardModule, | ||
NzDividerModule, | ||
CvcCommentBodyModule | ||
CvcCommentBodyModule, | ||
], | ||
exports: [CvcActivityCardComponent], | ||
}) | ||
export class CvcActivityCardModule {} | ||
export class CvcActivityCardModule {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
client/src/app/components/activities/collapsible-card/collapsible-card.module.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
import { CommonModule } from "@angular/common"; | ||
import { NgModule } from "@angular/core"; | ||
import { LetModule, PushModule } from "@ngrx/component"; | ||
import { NzCardModule } from "ng-zorro-antd/card"; | ||
import { CvcCollapsibleCardComponent } from "./collapsible-card.component"; | ||
import { NzButtonModule } from "ng-zorro-antd/button"; | ||
import { NzIconModule } from "ng-zorro-antd/icon"; | ||
import { CommonModule } from '@angular/common' | ||
import { NgModule } from '@angular/core' | ||
import { LetDirective, PushPipe } from '@ngrx/component' | ||
import { NzCardModule } from 'ng-zorro-antd/card' | ||
import { CvcCollapsibleCardComponent } from './collapsible-card.component' | ||
import { NzButtonModule } from 'ng-zorro-antd/button' | ||
import { NzIconModule } from 'ng-zorro-antd/icon' | ||
|
||
@NgModule({ | ||
declarations: [CvcCollapsibleCardComponent], | ||
imports: [ | ||
CommonModule, | ||
PushModule, | ||
LetModule, | ||
PushPipe, | ||
LetDirective, | ||
NzCardModule, | ||
NzButtonModule, | ||
NzIconModule | ||
NzIconModule, | ||
], | ||
exports: [CvcCollapsibleCardComponent], | ||
}) | ||
export class CvcCollapsibleCardModule {} | ||
export class CvcCollapsibleCardModule {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.