Profile creation part done.

This commit is contained in:
Anish Gurung 2024-03-21 15:32:11 -07:00
parent 39385049e5
commit f75e93e3eb
10 changed files with 1000 additions and 486 deletions

View file

@ -7,6 +7,7 @@ import { AccordionComponent } from './accordion/accordion.component';
import { InfiniteListComponent } from './infinite-list/infinite-list.component';
import { ListComponent } from './list/list.component';
import { StepperComponent } from './stepper/stepper.component';
import { ProfileComponent } from './stepper/profile/profile.component';
const routes: Routes = [{
path: '',
@ -16,6 +17,10 @@ const routes: Routes = [{
path: 'stepper',
component: StepperComponent,
},
{
path: 'stepper/profile',
component: ProfileComponent,
},
{
path: 'list',
component: ListComponent,