@@ -17,9 +17,11 @@ export class TimelineComponent {
1717 public list = [
1818 {
1919 title : 'Getting Out' ,
20+ checkmark : false ,
2021 children : [
2122 {
2223 title : 'Understanding the process of separating' ,
24+ checkmark : false ,
2325 children : [
2426 {
2527 title : 'Meet with separation counselor' ,
@@ -35,6 +37,7 @@ export class TimelineComponent {
3537 } ,
3638 {
3739 title : 'Completing my paperwork' ,
40+ checkmark : false ,
3841 children : [
3942 {
4043 title : 'Fill out specific paperwork' ,
@@ -45,6 +48,7 @@ export class TimelineComponent {
4548 } ,
4649 {
4750 title : 'Engaging VA to access benefits' ,
51+ checkmark : false ,
4852 children : [
4953 {
5054 title : 'Find out what benefits I will have after separation' ,
@@ -58,6 +62,7 @@ export class TimelineComponent {
5862 } ,
5963 {
6064 title : 'Starting Up' ,
65+ checkmark : false ,
6166 children : [
6267 {
6368 title : 'Find something to do' ,
@@ -76,6 +81,7 @@ export class TimelineComponent {
7681 } ,
7782 {
7883 title : 'Re-establishing and creating relationships' ,
84+ checkmark : false ,
7985 children : [
8086 {
8187 title : 'Check out vet center' ,
@@ -86,6 +92,7 @@ export class TimelineComponent {
8692 } ,
8793 {
8894 title : 'Balancing finances' ,
95+ checkmark : false ,
8996 children : [
9097 {
9198 title : 'Open a savings account' ,
@@ -99,16 +106,19 @@ export class TimelineComponent {
99106 } ,
100107 {
101108 title : 'Taking care of myself' ,
109+ checkmark : false ,
102110 children : [ ] ,
103111 itemExpand : false
104112 } ,
105113 {
106114 title : 'Reinventing myself' ,
115+ checkmark : false ,
107116 children : [ ] ,
108117 itemExpand : false
109118 } ,
110119 {
111120 title : 'Putting down roots' ,
121+ checkmark : false ,
112122 children : [ ] ,
113123 itemExpand : false
114124 }
0 commit comments