mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
UI changes- modified profile component, ai-resume generate component
This commit is contained in:
parent
aeb832526c
commit
fd8e3b06fa
15 changed files with 1136 additions and 1003 deletions
|
|
@ -6,6 +6,7 @@ import { FormInputsComponent } from './form-inputs/form-inputs.component';
|
|||
import { FormLayoutsComponent } from './form-layouts/form-layouts.component';
|
||||
import { DatepickerComponent } from './datepicker/datepicker.component';
|
||||
import { ButtonsComponent } from './buttons/buttons.component';
|
||||
import { AiResumeComponent } from './ai-resume/ai-resume.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
|
|
@ -28,6 +29,10 @@ const routes: Routes = [
|
|||
path: 'buttons',
|
||||
component: ButtonsComponent,
|
||||
},
|
||||
{
|
||||
path: 'ai-resume',
|
||||
component: AiResumeComponent,
|
||||
},
|
||||
{
|
||||
path: 'datepicker',
|
||||
component: DatepickerComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue