diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html index 3a4e61fb..ad9e7e6f 100644 --- a/Mohem/src/app/notification/home/home.component.html +++ b/Mohem/src/app/notification/home/home.component.html @@ -64,9 +64,11 @@
{{workList.SUBJECT}}
{{ 'general, empty' | translate}}
+ mo-item-history works! +
diff --git a/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss b/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss new file mode 100644 index 00000000..e69de29b diff --git a/Mohem/src/app/notification/mo-item-history/mo-item-history.component.spec.ts b/Mohem/src/app/notification/mo-item-history/mo-item-history.component.spec.ts new file mode 100644 index 00000000..00e6b861 --- /dev/null +++ b/Mohem/src/app/notification/mo-item-history/mo-item-history.component.spec.ts @@ -0,0 +1,27 @@ +import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { MoItemHistoryComponent } from './mo-item-history.component'; + +describe('MoItemHistoryComponent', () => { + let component: MoItemHistoryComponent; + let fixture: ComponentFixture
-