aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-25 20:51:24 +0200
committertranstrike <transtrike@gmail.com>2021-02-25 20:51:24 +0200
commitca7e618ca3350a5cf200ae39c851b016c9088d41 (patch)
tree04a4ee7104e55d3e070e6306901d9e2400717e4e /src/app/app.module.ts
parent118b463fc81d05467cffdf3c6de69a1e9f4e9303 (diff)
downloadDevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.tar
DevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.tar.gz
DevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.zip
Footer added; Pages fucked upfooter
Diffstat (limited to 'src/app/app.module.ts')
-rw-r--r--src/app/app.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 1bf44ad..e331a5d 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -25,6 +25,7 @@ import { CommentComponent } from './components/comment/comment.component';
import { CommentPageComponent } from './components/comment-page/comment-page.component';
import { PostAttachmentComponent } from './components/post-attachment/post-attachment.component';
import { RouterModule } from '@angular/router';
+import { FooterComponent } from './components/footer/footer.component';
@NgModule({
declarations: [
@@ -43,7 +44,8 @@ import { RouterModule } from '@angular/router';
AdminPanelPageComponent,
CommentComponent,
CommentPageComponent,
- PostAttachmentComponent
+ PostAttachmentComponent,
+ FooterComponent
],
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),