Hello, {{ title }}
-Congratulations! Your app is running. 🎉
-diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index 36093e1..67e7bd4 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1,336 +1 @@
-
-
-
-
-
-
-
-
-
-
-
- Congratulations! Your app is running. 🎉Hello, {{ title }}
-
auth works!
diff --git a/frontend/src/app/components/auth/auth.component.scss b/frontend/src/app/components/auth/auth.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/frontend/src/app/components/auth/auth.component.spec.ts b/frontend/src/app/components/auth/auth.component.spec.ts new file mode 100644 index 0000000..a3af398 --- /dev/null +++ b/frontend/src/app/components/auth/auth.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { AuthComponent } from './auth.component'; + +describe('AuthComponent', () => { + let component: AuthComponent; + let fixture: ComponentFixture