aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-28 15:00:19 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-28 15:00:19 +0300
commit72a890d1b58fb27529d9dcd6ccd0951725fedebb (patch)
treecbae174556e4dfcd01d896a68af09e44f165c158 /src/app/app.module.ts
parent623f6dcc433149a41e93ce978ce5060ea46d7589 (diff)
downloadDevHive-Angular-72a890d1b58fb27529d9dcd6ccd0951725fedebb.tar
DevHive-Angular-72a890d1b58fb27529d9dcd6ccd0951725fedebb.tar.gz
DevHive-Angular-72a890d1b58fb27529d9dcd6ccd0951725fedebb.zip
Reimplemented comment page component
Diffstat (limited to 'src/app/app.module.ts')
-rw-r--r--src/app/app.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 47651d4..c68f919 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -26,6 +26,7 @@ import { CommentComponent } from './components/comment/comment.component';
import { PostAttachmentComponent } from './components/post-attachment/post-attachment.component';
import { RouterModule } from '@angular/router';
import { NavbarComponent } from './components/navbar/navbar.component';
+import { CommentPageComponent } from './components/comment-page/comment-page.component';
@NgModule({
declarations: [
@@ -45,6 +46,7 @@ import { NavbarComponent } from './components/navbar/navbar.component';
CommentComponent,
PostAttachmentComponent,
NavbarComponent,
+ CommentPageComponent,
],
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),