@@ -20,40 +20,50 @@ import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
20
20
>
21
21
<aside class="flex flex-col p-3">
22
22
Basic
23
- <a hlmBtn variant="ghost" routerLink="basic/minimal" class="justify-start"
23
+ <a
24
+ hlmBtn
25
+ variant="ghost"
26
+ routerLinkActive="active-link"
27
+ routerLink="basic/minimal"
28
+ class="justify-start"
24
29
>Basic Setup</a
25
30
>
26
31
<a
27
32
hlmBtn
28
33
variant="ghost"
34
+ routerLinkActive="active-link"
29
35
routerLink="basic/manipulating-blocks"
30
36
class="justify-start"
31
37
>Manipulating Blocks</a
32
38
>
33
39
<a
34
40
hlmBtn
35
41
variant="ghost"
42
+ routerLinkActive="active-link"
36
43
routerLink="basic/removing-default-blocks"
37
44
class="justify-start"
38
45
>Removing Default Blocks</a
39
46
>
40
47
<a
41
48
hlmBtn
42
49
variant="ghost"
50
+ routerLinkActive="active-link"
43
51
routerLink="basic/selection-blocks"
44
52
class="justify-start"
45
53
>Displaying Selected Blocks</a
46
54
>
47
55
<a
48
56
hlmBtn
49
57
variant="ghost"
58
+ routerLinkActive="active-link"
50
59
routerLink="basic/blocks-json"
51
60
class="justify-start"
52
61
>Displaying Document JSON</a
53
62
>
54
63
<a
55
64
hlmBtn
56
65
variant="ghost"
66
+ routerLinkActive="active-link"
57
67
routerLink="basic/all-blocks"
58
68
class="justify-start"
59
69
>Default Schema Showcase</a
@@ -63,13 +73,15 @@ import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
63
73
<a
64
74
hlmBtn
65
75
variant="ghost"
76
+ routerLinkActive="active-link"
66
77
routerLink="backend/saving-and-loading"
67
78
class="justify-start"
68
79
>Saving & Loading</a
69
80
>
70
81
<a
71
82
hlmBtn
72
83
variant="ghost"
84
+ routerLinkActive="active-link"
73
85
routerLink="backend/upload-files"
74
86
class="justify-start"
75
87
>Upload Files</a
@@ -80,13 +92,15 @@ import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
80
92
hlmBtn
81
93
variant="ghost"
82
94
class="justify-start"
95
+ routerLinkActive="active-link"
83
96
routerLink="custom/alert-block"
84
97
>Alert Block</a
85
98
>
86
99
<a
87
100
hlmBtn
88
101
variant="ghost"
89
102
class="justify-start"
103
+ routerLinkActive="active-link"
90
104
routerLink="custom/api-content-block"
91
105
>Api Content Block</a
92
106
>
@@ -95,6 +109,7 @@ import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
95
109
hlmBtn
96
110
variant="ghost"
97
111
class="justify-start"
112
+ routerLinkActive="active-link"
98
113
routerLink="interoperability/convert-to-html"
99
114
>Converting Blocks to HTML</a
100
115
>
@@ -103,13 +118,15 @@ import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
103
118
hlmBtn
104
119
variant="ghost"
105
120
class="justify-start"
121
+ routerLinkActive="active-link"
106
122
routerLink="ui-components/formatting-toolbar-buttons"
107
123
>Formatting Toolbar Buttons</a
108
124
>
109
125
<a
110
126
hlmBtn
111
127
variant="ghost"
112
128
class="justify-start"
129
+ routerLinkActive="active-link"
113
130
routerLink="ui-components/formatting-side-menu-buttons"
114
131
>Formatting Side Menu Buttons</a
115
132
>
0 commit comments