Hello, {{ title }}
-Congratulations! Your app is running. 🎉
-Congratulations! Your app is running. 🎉
-home works!
diff --git a/webapp/src/app/routes/home/home.scss b/webapp/src/app/routes/home/home.scss new file mode 100644 index 0000000..e69de29 diff --git a/webapp/src/app/routes/home/home.spec.ts b/webapp/src/app/routes/home/home.spec.ts new file mode 100644 index 0000000..e2d9468 --- /dev/null +++ b/webapp/src/app/routes/home/home.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { Home } from './home'; + +describe('Home', () => { + let component: Home; + let fixture: ComponentFixture