diff --git a/airwatch/src/app/common/button-displayer/button-displayer.html b/airwatch/src/app/common/button-displayer/button-displayer.html new file mode 100644 index 0000000..0dad6d7 --- /dev/null +++ b/airwatch/src/app/common/button-displayer/button-displayer.html @@ -0,0 +1,5 @@ +
diff --git a/airwatch/src/app/common/button-displayer/button-displayer.scss b/airwatch/src/app/common/button-displayer/button-displayer.scss new file mode 100644 index 0000000..e69de29 diff --git a/airwatch/src/app/common/button-displayer/button-displayer.spec.ts b/airwatch/src/app/common/button-displayer/button-displayer.spec.ts new file mode 100644 index 0000000..59595d4 --- /dev/null +++ b/airwatch/src/app/common/button-displayer/button-displayer.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { ButtonDisplayer } from './button-displayer'; + +describe('ButtonDisplayer', () => { + let component: ButtonDisplayer; + let fixture: ComponentFixture