diff --git a/src/app/forum/notice/notice.component.scss b/src/app/forum/notice/notice.component.scss
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/forum/notice/notice.component.spec.ts b/src/app/forum/notice/notice.component.spec.ts
new file mode 100644
index 0000000..2491727
--- /dev/null
+++ b/src/app/forum/notice/notice.component.spec.ts
@@ -0,0 +1,25 @@
+import {async, ComponentFixture, TestBed} from '@angular/core/testing';
+
+import {NoticeComponent} from './notice.component';
+
+describe('NoticeComponent', () => {
+ let component: NoticeComponent;
+ let fixture: ComponentFixture