File tree Expand file tree Collapse file tree
trajectories/track-career Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ export const routes: Routes = [
2929 path : "profile" ,
3030 loadChildren : ( ) => import ( "./profile/profile.routes" ) . then ( c => c . PROFILE_ROUTES ) ,
3131 } ,
32- // {
33- // path: "skills",
34- // loadChildren: () => import("./skills/skills.routes").then(c => c.SKILLS_ROUTES),
35- // },
32+ {
33+ path : "skills" ,
34+ loadChildren : ( ) => import ( "./skills/skills.routes" ) . then ( c => c . SKILLS_ROUTES ) ,
35+ } ,
3636 // {
3737 // path: "rating",
3838 // loadChildren: () => import("./rating/rating.routes").then(c => c.RATING_ROUTES),
Original file line number Diff line number Diff line change 237237 padding : 18px 25px ;
238238 border : 1px solid var (--grey-button );
239239 border-radius : 15px ;
240+ overflow-y : auto ;
240241
241242 @include responsive .apply-desktop {
242243 height : 235px ;
244+ overflow-y : auto ;
243245 }
244246 }
245247 }
Original file line number Diff line number Diff line change 11<!-- @format -->
22
33< div class ="list ">
4- @if (hasItems()) { @if (type() === 'all') { @for (trajectory of trajectoriesList().slice(1, 3 );
4+ @if (hasItems()) { @if (type() === 'all') { @for (trajectory of trajectoriesList().slice(0, 2 );
55 track $index) {
66 < app-trajectory [trajectory] ="trajectory "> </ app-trajectory >
77 } } @else if (type() === 'my') {
You can’t perform that action at this time.
0 commit comments