diff --git a/src/app/app.component.html b/src/app/app.component.html index 83fd567..f17c3b3 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,2 +1 @@ - diff --git a/src/app/auth/auth.component.html b/src/app/auth/auth.component.html index 2355239..501293c 100644 --- a/src/app/auth/auth.component.html +++ b/src/app/auth/auth.component.html @@ -1,8 +1,9 @@ +
- +

CICADA

diff --git a/src/app/auth/auth.module.ts b/src/app/auth/auth.module.ts index 495ff88..49e9576 100644 --- a/src/app/auth/auth.module.ts +++ b/src/app/auth/auth.module.ts @@ -10,18 +10,20 @@ import { MatSelectModule } from '@angular/material/select'; import { MatInputModule } from '@angular/material/input'; import { MatButtonModule } from '@angular/material/button'; import { MatRippleModule } from '@angular/material/core'; +import {SharedModule} from '@app/shared/shared.module'; @NgModule({ declarations: [AuthComponent, PasswordToggleDirective], - imports: [ - CommonModule, - AuthRoutingModule, - ReactiveFormsModule, - MatCardModule, - MatSelectModule, - MatInputModule, - MatButtonModule, - MatRippleModule, - ], + imports: [ + CommonModule, + AuthRoutingModule, + ReactiveFormsModule, + MatCardModule, + MatSelectModule, + MatInputModule, + MatButtonModule, + MatRippleModule, + SharedModule, + ], }) export class AuthModule {} diff --git a/src/app/shared/network-status/network-status.component.html b/src/app/shared/network-status/network-status.component.html index e0a1f01..1f907f7 100644 --- a/src/app/shared/network-status/network-status.component.html +++ b/src/app/shared/network-status/network-status.component.html @@ -1,4 +1,4 @@ -