File tree Expand file tree Collapse file tree
projects/skills/src/app/trajectories/track-career/shared/trajectory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import { expandElement } from "@utils/expand-element";
2121import { IconComponent } from "@uilib" ;
2222import { ParseBreaksPipe , ParseLinksPipe , PluralizePipe } from "@corelib" ;
2323import { Trajectory } from "projects/skills/src/models/trajectory.model" ;
24- import { trajectoryMore } from "projects/core/src/consts/lists/trajectory-more-list.const" ;
2524import { HttpErrorResponse } from "@angular/common/http" ;
2625import { BreakpointObserver } from "@angular/cdk/layout" ;
2726import { map , Observable } from "rxjs" ;
27+ import { trajectoryMoreList } from "projects/core/src/consts/lists/trajectory-more-list.const" ;
2828
2929/**
3030 * Компонент отображения карточки траектории
@@ -53,7 +53,7 @@ import { map, Observable } from "rxjs";
5353export class TrajectoryComponent implements AfterViewInit , OnInit {
5454 @Input ( ) trajectory ! : Trajectory ;
5555 protected readonly dotsArray = Array ;
56- protected readonly trajectoryMore = trajectoryMore ;
56+ protected readonly trajectoryMore = trajectoryMoreList ;
5757
5858 router = inject ( Router ) ;
5959 trajectoryService = inject ( TrajectoriesService ) ;
You can’t perform that action at this time.
0 commit comments