Initial Implementation of Help and My Profile Popup
This commit is contained in:
@@ -16,6 +16,8 @@ import { SignupComponent } from './header-popup/signup/signup.component';
|
||||
import { CallbackComponent } from './header-popup/callback/callback.component';
|
||||
import {MatIconModule} from '@angular/material/icon';
|
||||
import { ErrorBoxComponent } from './header-popup/error-box/error-box.component';
|
||||
import { HelpComponent } from './header-popup/help/help.component';
|
||||
import { MyProfileComponent } from './header-popup/my-profile/my-profile.component';
|
||||
|
||||
|
||||
|
||||
@@ -30,6 +32,8 @@ import { ErrorBoxComponent } from './header-popup/error-box/error-box.component'
|
||||
SignupComponent,
|
||||
CallbackComponent,
|
||||
ErrorBoxComponent,
|
||||
HelpComponent,
|
||||
MyProfileComponent,
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
||||
Reference in New Issue
Block a user