Add success icon on registration
This commit is contained in:
parent
1d5342abc4
commit
b247a13270
33 changed files with 178 additions and 125 deletions
|
|
@ -16,7 +16,7 @@ const routes: Routes = [
|
|||
},
|
||||
{
|
||||
path: 'verify-account',
|
||||
loadChildren: './+verify-account/verify-account.module#VerifyAccountModule'
|
||||
loadChildren: './+signup/+verify-account/verify-account.module#VerifyAccountModule'
|
||||
},
|
||||
{
|
||||
path: 'accounts',
|
||||
|
|
@ -30,6 +30,10 @@ const routes: Routes = [
|
|||
path: 'about',
|
||||
loadChildren: './+about/about.module#AboutModule'
|
||||
},
|
||||
{
|
||||
path: 'signup',
|
||||
loadChildren: './+signup/+register/register.module#RegisterModule'
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
component: AppComponent // Avoid 404, app component will redirect dynamically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue