@rxap/layout 19.0.1-dev.1 → 19.0.1-dev.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +25 -0
  4. package/compodoc/components/DefaultHeaderComponent.html +3 -3
  5. package/compodoc/dependencies.html +19 -19
  6. package/compodoc/index.html +1 -1
  7. package/compodoc/js/search/search_index.js +2 -2
  8. package/compodoc/properties.html +1 -1
  9. package/docs/documentation.json +1724 -3421
  10. package/docs/html/assets/hierarchy.js +1 -0
  11. package/docs/html/assets/icons.js +18 -0
  12. package/docs/html/assets/icons.svg +1 -0
  13. package/docs/{assets → html/assets}/main.js +5 -4
  14. package/docs/html/assets/navigation.js +1 -0
  15. package/docs/html/assets/search.js +1 -0
  16. package/docs/html/assets/style.css +1611 -0
  17. package/docs/html/classes/AppsButtonComponent.html +13 -0
  18. package/docs/html/classes/BaseLayoutComponent.html +2 -0
  19. package/docs/html/classes/DefaultHeaderComponent.html +7 -0
  20. package/docs/html/classes/DefaultHeaderService.html +13 -0
  21. package/docs/html/classes/ExternalAppsService.html +19 -0
  22. package/docs/html/classes/FooterComponent.html +4 -0
  23. package/docs/html/classes/FooterDirective.html +11 -0
  24. package/docs/html/classes/FooterService.html +13 -0
  25. package/docs/html/classes/HeaderComponent.html +5 -0
  26. package/docs/html/classes/HeaderDirective.html +11 -0
  27. package/docs/html/classes/HeaderService.html +13 -0
  28. package/docs/html/classes/LayoutComponent.html +5 -0
  29. package/docs/html/classes/LayoutService.html +16 -0
  30. package/docs/html/classes/LogoService.html +6 -0
  31. package/docs/html/classes/MinimalLayoutComponent.html +2 -0
  32. package/docs/html/classes/NavigationComponent.html +16 -0
  33. package/docs/html/classes/NavigationItemComponent.html +24 -0
  34. package/docs/html/classes/NavigationProgressBarComponent.html +4 -0
  35. package/docs/html/classes/NavigationService.html +12 -0
  36. package/docs/html/classes/ReleaseInfoComponent.html +5 -0
  37. package/docs/html/classes/SettingsButtonComponent.html +18 -0
  38. package/docs/html/classes/SidenavComponent.html +15 -0
  39. package/docs/html/classes/SidenavFooterDirective.html +3 -0
  40. package/docs/html/classes/SidenavHeaderDirective.html +3 -0
  41. package/docs/html/classes/SidenavToggleButtonComponent.html +4 -0
  42. package/docs/html/classes/UserProfileIconComponent.html +5 -0
  43. package/docs/html/functions/IsNavigationDividerItem.html +1 -0
  44. package/docs/html/functions/IsNavigationInsertItem.html +1 -0
  45. package/docs/html/functions/IsNavigationItem.html +1 -0
  46. package/docs/html/functions/provideExternalApps.html +1 -0
  47. package/docs/html/functions/provideLayout.html +1 -0
  48. package/docs/html/functions/withDefaultHeaderComponent.html +1 -0
  49. package/docs/html/functions/withDefaultHeaderItems.html +1 -0
  50. package/docs/html/functions/withFooterComponents.html +1 -0
  51. package/docs/html/functions/withHeaderComponents.html +1 -0
  52. package/docs/html/functions/withNavigationConfig.html +1 -0
  53. package/docs/html/functions/withNavigationInserts.html +1 -0
  54. package/docs/html/functions/withReleaseInfoModules.html +1 -0
  55. package/docs/html/functions/withSettingsMenuItems.html +1 -0
  56. package/docs/html/functions/withUserProfileDataSource.html +1 -0
  57. package/docs/html/index.html +106 -0
  58. package/docs/html/interfaces/NavigationDividerItem.html +3 -0
  59. package/docs/html/interfaces/NavigationInsertItem.html +2 -0
  60. package/docs/html/interfaces/NavigationItem.html +6 -0
  61. package/docs/html/interfaces/NavigationStatus.html +2 -0
  62. package/docs/html/interfaces/ReleaseInfoModule.html +4 -0
  63. package/docs/html/interfaces/SettingsMenuItem.html +4 -0
  64. package/docs/html/modules.html +1 -0
  65. package/docs/html/types/DefaultHeaderItemComponent.html +1 -0
  66. package/docs/html/types/ExternalApp.html +1 -0
  67. package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -0
  68. package/docs/html/types/Navigation.html +1 -0
  69. package/docs/html/types/NavigationWithInserts.html +1 -0
  70. package/docs/html/types/SettingsMenuItemComponent.html +1 -0
  71. package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  72. package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
  73. package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -0
  74. package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
  75. package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  76. package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -0
  77. package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  78. package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -0
  79. package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  80. package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  81. package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
  82. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
  83. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
  84. package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
  85. package/docs/markdown/README.md +304 -0
  86. package/docs/markdown/classes/AppsButtonComponent.md +83 -0
  87. package/docs/markdown/classes/BaseLayoutComponent.md +19 -0
  88. package/docs/markdown/classes/DefaultHeaderComponent.md +59 -0
  89. package/docs/markdown/classes/DefaultHeaderService.md +87 -0
  90. package/docs/markdown/classes/ExternalAppsService.md +251 -0
  91. package/docs/markdown/classes/FooterComponent.md +35 -0
  92. package/docs/markdown/classes/FooterDirective.md +65 -0
  93. package/docs/markdown/classes/FooterService.md +87 -0
  94. package/docs/markdown/classes/HeaderComponent.md +43 -0
  95. package/docs/markdown/classes/HeaderDirective.md +65 -0
  96. package/docs/markdown/classes/HeaderService.md +87 -0
  97. package/docs/markdown/classes/LayoutComponent.md +43 -0
  98. package/docs/markdown/classes/LayoutService.md +149 -0
  99. package/docs/markdown/classes/LogoService.md +51 -0
  100. package/docs/markdown/classes/MinimalLayoutComponent.md +19 -0
  101. package/docs/markdown/classes/NavigationComponent.md +139 -0
  102. package/docs/markdown/classes/NavigationItemComponent.md +195 -0
  103. package/docs/markdown/classes/NavigationProgressBarComponent.md +35 -0
  104. package/docs/markdown/classes/NavigationService.md +205 -0
  105. package/docs/markdown/classes/ReleaseInfoComponent.md +47 -0
  106. package/docs/markdown/classes/SettingsButtonComponent.md +229 -0
  107. package/docs/markdown/classes/SidenavComponent.md +135 -0
  108. package/docs/markdown/classes/SidenavFooterDirective.md +35 -0
  109. package/docs/markdown/classes/SidenavHeaderDirective.md +35 -0
  110. package/docs/markdown/classes/SidenavToggleButtonComponent.md +39 -0
  111. package/docs/markdown/classes/UserProfileIconComponent.md +47 -0
  112. package/docs/markdown/functions/IsNavigationDividerItem.md +21 -0
  113. package/docs/markdown/functions/IsNavigationInsertItem.md +21 -0
  114. package/docs/markdown/functions/IsNavigationItem.md +21 -0
  115. package/docs/markdown/functions/provideExternalApps.md +21 -0
  116. package/docs/markdown/functions/provideLayout.md +21 -0
  117. package/docs/markdown/functions/withDefaultHeaderComponent.md +15 -0
  118. package/docs/markdown/functions/withDefaultHeaderItems.md +21 -0
  119. package/docs/markdown/functions/withFooterComponents.md +21 -0
  120. package/docs/markdown/functions/withHeaderComponents.md +21 -0
  121. package/docs/markdown/functions/withNavigationConfig.md +21 -0
  122. package/docs/markdown/functions/withNavigationInserts.md +21 -0
  123. package/docs/markdown/functions/withReleaseInfoModules.md +21 -0
  124. package/docs/markdown/functions/withSettingsMenuItems.md +21 -0
  125. package/docs/markdown/functions/withUserProfileDataSource.md +25 -0
  126. package/docs/markdown/globals.md +86 -0
  127. package/docs/markdown/interfaces/NavigationDividerItem.md +25 -0
  128. package/docs/markdown/interfaces/NavigationInsertItem.md +17 -0
  129. package/docs/markdown/interfaces/NavigationItem.md +61 -0
  130. package/docs/markdown/interfaces/NavigationStatus.md +27 -0
  131. package/docs/markdown/interfaces/ReleaseInfoModule.md +33 -0
  132. package/docs/markdown/interfaces/SettingsMenuItem.md +37 -0
  133. package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +11 -0
  134. package/docs/markdown/type-aliases/ExternalApp.md +11 -0
  135. package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +25 -0
  136. package/docs/markdown/type-aliases/Navigation.md +11 -0
  137. package/docs/markdown/type-aliases/NavigationWithInserts.md +11 -0
  138. package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +11 -0
  139. package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +11 -0
  140. package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +11 -0
  141. package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +11 -0
  142. package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +11 -0
  143. package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +11 -0
  144. package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +11 -0
  145. package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +11 -0
  146. package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +11 -0
  147. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +11 -0
  148. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +11 -0
  149. package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +11 -0
  150. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +11 -0
  151. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +11 -0
  152. package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +11 -0
  153. package/docs/wiki/Class.AppsButtonComponent.md +79 -0
  154. package/docs/wiki/Class.BaseLayoutComponent.md +15 -0
  155. package/docs/wiki/Class.DefaultHeaderComponent.md +55 -0
  156. package/docs/wiki/Class.DefaultHeaderService.md +83 -0
  157. package/docs/wiki/Class.ExternalAppsService.md +247 -0
  158. package/docs/wiki/Class.FooterComponent.md +31 -0
  159. package/docs/wiki/Class.FooterDirective.md +61 -0
  160. package/docs/wiki/Class.FooterService.md +83 -0
  161. package/docs/wiki/Class.HeaderComponent.md +39 -0
  162. package/docs/wiki/Class.HeaderDirective.md +61 -0
  163. package/docs/wiki/Class.HeaderService.md +83 -0
  164. package/docs/wiki/Class.LayoutComponent.md +39 -0
  165. package/docs/wiki/Class.LayoutService.md +145 -0
  166. package/docs/wiki/Class.LogoService.md +47 -0
  167. package/docs/wiki/Class.MinimalLayoutComponent.md +15 -0
  168. package/docs/wiki/Class.NavigationComponent.md +135 -0
  169. package/docs/wiki/Class.NavigationItemComponent.md +191 -0
  170. package/docs/wiki/Class.NavigationProgressBarComponent.md +31 -0
  171. package/docs/wiki/Class.NavigationService.md +201 -0
  172. package/docs/wiki/Class.ReleaseInfoComponent.md +43 -0
  173. package/docs/wiki/Class.SettingsButtonComponent.md +225 -0
  174. package/docs/wiki/Class.SidenavComponent.md +131 -0
  175. package/docs/wiki/Class.SidenavFooterDirective.md +31 -0
  176. package/docs/wiki/Class.SidenavHeaderDirective.md +31 -0
  177. package/docs/wiki/Class.SidenavToggleButtonComponent.md +35 -0
  178. package/docs/wiki/Class.UserProfileIconComponent.md +43 -0
  179. package/docs/wiki/Function.IsNavigationDividerItem.md +17 -0
  180. package/docs/wiki/Function.IsNavigationInsertItem.md +17 -0
  181. package/docs/wiki/Function.IsNavigationItem.md +17 -0
  182. package/docs/wiki/Function.provideExternalApps.md +17 -0
  183. package/docs/wiki/Function.provideLayout.md +17 -0
  184. package/docs/wiki/Function.withDefaultHeaderComponent.md +11 -0
  185. package/docs/wiki/Function.withDefaultHeaderItems.md +17 -0
  186. package/docs/wiki/Function.withFooterComponents.md +17 -0
  187. package/docs/wiki/Function.withHeaderComponents.md +17 -0
  188. package/docs/wiki/Function.withNavigationConfig.md +17 -0
  189. package/docs/wiki/Function.withNavigationInserts.md +17 -0
  190. package/docs/wiki/Function.withReleaseInfoModules.md +17 -0
  191. package/docs/wiki/Function.withSettingsMenuItems.md +17 -0
  192. package/docs/wiki/Function.withUserProfileDataSource.md +21 -0
  193. package/docs/wiki/Home.md +300 -0
  194. package/docs/wiki/Interface.NavigationDividerItem.md +21 -0
  195. package/docs/wiki/Interface.NavigationInsertItem.md +13 -0
  196. package/docs/wiki/Interface.NavigationItem.md +57 -0
  197. package/docs/wiki/Interface.NavigationStatus.md +23 -0
  198. package/docs/wiki/Interface.ReleaseInfoModule.md +29 -0
  199. package/docs/wiki/Interface.SettingsMenuItem.md +33 -0
  200. package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +7 -0
  201. package/docs/wiki/TypeAlias.ExternalApp.md +7 -0
  202. package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +21 -0
  203. package/docs/wiki/TypeAlias.Navigation.md +7 -0
  204. package/docs/wiki/TypeAlias.NavigationWithInserts.md +7 -0
  205. package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +7 -0
  206. package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +7 -0
  207. package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +7 -0
  208. package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +7 -0
  209. package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +7 -0
  210. package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +7 -0
  211. package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +7 -0
  212. package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +7 -0
  213. package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +7 -0
  214. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +7 -0
  215. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +7 -0
  216. package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +7 -0
  217. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +7 -0
  218. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +7 -0
  219. package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +7 -0
  220. package/docs/wiki/_Sidebar.md +82 -0
  221. package/docs/wiki/globals.md +82 -0
  222. package/fesm2022/rxap-layout.mjs +79 -79
  223. package/fesm2022/rxap-layout.mjs.map +1 -1
  224. package/package.json +43 -43
  225. package/docs/assets/icons.js +0 -15
  226. package/docs/assets/icons.svg +0 -1
  227. package/docs/assets/navigation.js +0 -1
  228. package/docs/assets/search.js +0 -1
  229. package/docs/assets/style.css +0 -1412
  230. package/docs/classes/AppsButtonComponent.html +0 -9
  231. package/docs/classes/BaseLayoutComponent.html +0 -2
  232. package/docs/classes/DefaultHeaderComponent.html +0 -9
  233. package/docs/classes/DefaultHeaderService.html +0 -16
  234. package/docs/classes/ExternalAppsService.html +0 -19
  235. package/docs/classes/FooterComponent.html +0 -5
  236. package/docs/classes/FooterDirective.html +0 -8
  237. package/docs/classes/FooterService.html +0 -14
  238. package/docs/classes/HeaderComponent.html +0 -6
  239. package/docs/classes/HeaderDirective.html +0 -8
  240. package/docs/classes/HeaderService.html +0 -14
  241. package/docs/classes/LayoutComponent.html +0 -6
  242. package/docs/classes/LayoutService.html +0 -20
  243. package/docs/classes/LogoService.html +0 -7
  244. package/docs/classes/MinimalLayoutComponent.html +0 -2
  245. package/docs/classes/NavigationComponent.html +0 -14
  246. package/docs/classes/NavigationItemComponent.html +0 -19
  247. package/docs/classes/NavigationProgressBarComponent.html +0 -4
  248. package/docs/classes/NavigationService.html +0 -17
  249. package/docs/classes/ReleaseInfoComponent.html +0 -6
  250. package/docs/classes/SettingsButtonComponent.html +0 -25
  251. package/docs/classes/SidenavComponent.html +0 -17
  252. package/docs/classes/SidenavFooterDirective.html +0 -3
  253. package/docs/classes/SidenavHeaderDirective.html +0 -3
  254. package/docs/classes/SidenavToggleButtonComponent.html +0 -5
  255. package/docs/classes/UserProfileIconComponent.html +0 -7
  256. package/docs/functions/IsNavigationDividerItem.html +0 -1
  257. package/docs/functions/IsNavigationInsertItem.html +0 -1
  258. package/docs/functions/IsNavigationItem.html +0 -1
  259. package/docs/functions/provideExternalApps.html +0 -1
  260. package/docs/functions/provideLayout.html +0 -1
  261. package/docs/functions/withDefaultHeaderComponent.html +0 -1
  262. package/docs/functions/withDefaultHeaderItems.html +0 -1
  263. package/docs/functions/withFooterComponents.html +0 -1
  264. package/docs/functions/withHeaderComponents.html +0 -1
  265. package/docs/functions/withNavigationConfig.html +0 -1
  266. package/docs/functions/withNavigationInserts.html +0 -1
  267. package/docs/functions/withReleaseInfoModules.html +0 -1
  268. package/docs/functions/withSettingsMenuItems.html +0 -1
  269. package/docs/functions/withUserProfileDataSource.html +0 -1
  270. package/docs/index.html +0 -88
  271. package/docs/interfaces/NavigationDividerItem.html +0 -3
  272. package/docs/interfaces/NavigationInsertItem.html +0 -2
  273. package/docs/interfaces/NavigationItem.html +0 -6
  274. package/docs/interfaces/NavigationStatus.html +0 -2
  275. package/docs/interfaces/ReleaseInfoModule.html +0 -4
  276. package/docs/interfaces/SettingsMenuItem.html +0 -4
  277. package/docs/modules.html +0 -67
  278. package/docs/types/DefaultHeaderItemComponent.html +0 -1
  279. package/docs/types/ExternalApp.html +0 -1
  280. package/docs/types/ExtractUsernameFromProfileFn.html +0 -1
  281. package/docs/types/Navigation.html +0 -1
  282. package/docs/types/NavigationWithInserts.html +0 -1
  283. package/docs/types/SettingsMenuItemComponent.html +0 -1
  284. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
  285. package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
  286. package/docs/variables/RXAP_EXTERNAL_APP.html +0 -1
  287. package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
  288. package/docs/variables/RXAP_FOOTER_COMPONENT.html +0 -1
  289. package/docs/variables/RXAP_HEADER_COMPONENT.html +0 -1
  290. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
  291. package/docs/variables/RXAP_LOGO_CONFIG.html +0 -1
  292. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
  293. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
  294. package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
  295. package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
  296. package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
  297. package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
  298. /package/docs/{.nojekyll → html/.nojekyll} +0 -0
  299. /package/docs/{assets → html/assets}/highlight.css +0 -0
@@ -0,0 +1,205 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / NavigationService
6
+
7
+ # Class: NavigationService
8
+
9
+ Defined in: [navigation.service.ts:36](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L36)
10
+
11
+ ## Constructors
12
+
13
+ ### new NavigationService()
14
+
15
+ > **new NavigationService**(`navigation`, `inserts`): [`NavigationService`](NavigationService.md)
16
+
17
+ Defined in: [navigation.service.ts:47](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L47)
18
+
19
+ #### Parameters
20
+
21
+ ##### navigation
22
+
23
+ `any`
24
+
25
+ ##### inserts
26
+
27
+ `any` = `null`
28
+
29
+ #### Returns
30
+
31
+ [`NavigationService`](NavigationService.md)
32
+
33
+ ## Properties
34
+
35
+ ### config$
36
+
37
+ > `readonly` **config$**: `Observable`\<[`Navigation`](../type-aliases/Navigation.md)\>
38
+
39
+ Defined in: [navigation.service.ts:37](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L37)
40
+
41
+ ## Methods
42
+
43
+ ### add()
44
+
45
+ > **add**(`id`, `value`, `update`): `void`
46
+
47
+ Defined in: [navigation.service.ts:86](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L86)
48
+
49
+ #### Parameters
50
+
51
+ ##### id
52
+
53
+ `string`
54
+
55
+ ##### value
56
+
57
+ [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)
58
+
59
+ ##### update
60
+
61
+ `boolean` = `true`
62
+
63
+ #### Returns
64
+
65
+ `void`
66
+
67
+ ***
68
+
69
+ ### checkNavigationItemStatusProviders()
70
+
71
+ > **checkNavigationItemStatusProviders**(`navigationItem`): `Observable`\<`null` \| [`NavigationDividerItem`](../interfaces/NavigationDividerItem.md) \| [`NavigationItem`](../interfaces/NavigationItem.md)\<[`Navigation`](../type-aliases/Navigation.md)\>\>
72
+
73
+ Defined in: [navigation.service.ts:120](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L120)
74
+
75
+ **`Internal`**
76
+
77
+ #### Parameters
78
+
79
+ ##### navigationItem
80
+
81
+ [`NavigationDividerItem`](../interfaces/NavigationDividerItem.md) | [`NavigationItem`](../interfaces/NavigationItem.md)\<[`Navigation`](../type-aliases/Navigation.md)\>
82
+
83
+ #### Returns
84
+
85
+ `Observable`\<`null` \| [`NavigationDividerItem`](../interfaces/NavigationDividerItem.md) \| [`NavigationItem`](../interfaces/NavigationItem.md)\<[`Navigation`](../type-aliases/Navigation.md)\>\>
86
+
87
+ ***
88
+
89
+ ### checkNavigationStatusProviders()
90
+
91
+ > **checkNavigationStatusProviders**(`navigation`): `Observable`\<[`Navigation`](../type-aliases/Navigation.md)\>
92
+
93
+ Defined in: [navigation.service.ts:172](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L172)
94
+
95
+ **`Internal`**
96
+
97
+ #### Parameters
98
+
99
+ ##### navigation
100
+
101
+ [`Navigation`](../type-aliases/Navigation.md)
102
+
103
+ #### Returns
104
+
105
+ `Observable`\<[`Navigation`](../type-aliases/Navigation.md)\>
106
+
107
+ ***
108
+
109
+ ### get()
110
+
111
+ > **get**(`id`): `undefined` \| [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)
112
+
113
+ Defined in: [navigation.service.ts:101](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L101)
114
+
115
+ #### Parameters
116
+
117
+ ##### id
118
+
119
+ `string`
120
+
121
+ #### Returns
122
+
123
+ `undefined` \| [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)
124
+
125
+ ***
126
+
127
+ ### has()
128
+
129
+ > **has**(`id`): `boolean`
130
+
131
+ Defined in: [navigation.service.ts:97](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L97)
132
+
133
+ #### Parameters
134
+
135
+ ##### id
136
+
137
+ `string`
138
+
139
+ #### Returns
140
+
141
+ `boolean`
142
+
143
+ ***
144
+
145
+ ### ~~insert()~~
146
+
147
+ > **insert**(`id`, `value`, `update`): `void`
148
+
149
+ Defined in: [navigation.service.ts:78](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L78)
150
+
151
+ #### Parameters
152
+
153
+ ##### id
154
+
155
+ `string`
156
+
157
+ ##### value
158
+
159
+ [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)
160
+
161
+ ##### update
162
+
163
+ `boolean` = `true`
164
+
165
+ #### Returns
166
+
167
+ `void`
168
+
169
+ #### Deprecated
170
+
171
+ use add instead
172
+
173
+ ***
174
+
175
+ ### remove()
176
+
177
+ > **remove**(`id`, `update`): `void`
178
+
179
+ Defined in: [navigation.service.ts:105](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L105)
180
+
181
+ #### Parameters
182
+
183
+ ##### id
184
+
185
+ `string`
186
+
187
+ ##### update
188
+
189
+ `boolean` = `true`
190
+
191
+ #### Returns
192
+
193
+ `void`
194
+
195
+ ***
196
+
197
+ ### updateNavigation()
198
+
199
+ > **updateNavigation**(): `void`
200
+
201
+ Defined in: [navigation.service.ts:112](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation.service.ts#L112)
202
+
203
+ #### Returns
204
+
205
+ `void`
@@ -0,0 +1,47 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / ReleaseInfoComponent
6
+
7
+ # Class: ReleaseInfoComponent
8
+
9
+ Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/release-info/release-info.component.ts#L25)
10
+
11
+ ## Constructors
12
+
13
+ ### new ReleaseInfoComponent()
14
+
15
+ > **new ReleaseInfoComponent**(): [`ReleaseInfoComponent`](ReleaseInfoComponent.md)
16
+
17
+ #### Returns
18
+
19
+ [`ReleaseInfoComponent`](ReleaseInfoComponent.md)
20
+
21
+ ## Properties
22
+
23
+ ### modules
24
+
25
+ > `readonly` **modules**: [`ReleaseInfoModule`](../interfaces/ReleaseInfoModule.md)[]
26
+
27
+ Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/release-info/release-info.component.ts#L27)
28
+
29
+ ***
30
+
31
+ ### release
32
+
33
+ > `readonly` **release**: `string`
34
+
35
+ Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/release-info/release-info.component.ts#L28)
36
+
37
+ ## Methods
38
+
39
+ ### openEnvironmentInfo()
40
+
41
+ > **openEnvironmentInfo**(): `void`
42
+
43
+ Defined in: [release-info/release-info.component.ts:32](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/release-info/release-info.component.ts#L32)
44
+
45
+ #### Returns
46
+
47
+ `void`
@@ -0,0 +1,229 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / SettingsButtonComponent
6
+
7
+ # Class: SettingsButtonComponent
8
+
9
+ Defined in: [default-header/settings-button/settings-button.component.ts:55](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L55)
10
+
11
+ ## Constructors
12
+
13
+ ### new SettingsButtonComponent()
14
+
15
+ > **new SettingsButtonComponent**(): [`SettingsButtonComponent`](SettingsButtonComponent.md)
16
+
17
+ #### Returns
18
+
19
+ [`SettingsButtonComponent`](SettingsButtonComponent.md)
20
+
21
+ ## Properties
22
+
23
+ ### availableThemes
24
+
25
+ > `readonly` **availableThemes**: `null` \| `string`[]
26
+
27
+ Defined in: [default-header/settings-button/settings-button.component.ts:78](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L78)
28
+
29
+ ***
30
+
31
+ ### availableTypographies
32
+
33
+ > `readonly` **availableTypographies**: `null` \| `string`[]
34
+
35
+ Defined in: [default-header/settings-button/settings-button.component.ts:75](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L75)
36
+
37
+ ***
38
+
39
+ ### customItemComponents
40
+
41
+ > **customItemComponents**: `Signal`\<`ComponentPortal`\<`unknown`\>[]\>
42
+
43
+ Defined in: [default-header/settings-button/settings-button.component.ts:62](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L62)
44
+
45
+ ***
46
+
47
+ ### customItems
48
+
49
+ > **customItems**: `WritableSignal`\<[`SettingsMenuItem`](../interfaces/SettingsMenuItem.md)[]\>
50
+
51
+ Defined in: [default-header/settings-button/settings-button.component.ts:67](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L67)
52
+
53
+ ***
54
+
55
+ ### isDevMode
56
+
57
+ > **isDevMode**: `boolean`
58
+
59
+ Defined in: [default-header/settings-button/settings-button.component.ts:57](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L57)
60
+
61
+ ***
62
+
63
+ ### theme
64
+
65
+ > `readonly` **theme**: `ThemeService`
66
+
67
+ Defined in: [default-header/settings-button/settings-button.component.ts:59](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L59)
68
+
69
+ ## Methods
70
+
71
+ ### clickItem()
72
+
73
+ > **clickItem**(`item`): `void`
74
+
75
+ Defined in: [default-header/settings-button/settings-button.component.ts:117](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L117)
76
+
77
+ #### Parameters
78
+
79
+ ##### item
80
+
81
+ [`SettingsMenuItem`](../interfaces/SettingsMenuItem.md)
82
+
83
+ #### Returns
84
+
85
+ `void`
86
+
87
+ ***
88
+
89
+ ### previewDensity()
90
+
91
+ > **previewDensity**(`density`): `void`
92
+
93
+ Defined in: [default-header/settings-button/settings-button.component.ts:81](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L81)
94
+
95
+ #### Parameters
96
+
97
+ ##### density
98
+
99
+ `ThemeDensity`
100
+
101
+ #### Returns
102
+
103
+ `void`
104
+
105
+ ***
106
+
107
+ ### previewTheme()
108
+
109
+ > **previewTheme**(`theme`): `void`
110
+
111
+ Defined in: [default-header/settings-button/settings-button.component.ts:105](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L105)
112
+
113
+ #### Parameters
114
+
115
+ ##### theme
116
+
117
+ `string`
118
+
119
+ #### Returns
120
+
121
+ `void`
122
+
123
+ ***
124
+
125
+ ### previewTypography()
126
+
127
+ > **previewTypography**(`typography`): `void`
128
+
129
+ Defined in: [default-header/settings-button/settings-button.component.ts:93](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L93)
130
+
131
+ #### Parameters
132
+
133
+ ##### typography
134
+
135
+ `string`
136
+
137
+ #### Returns
138
+
139
+ `void`
140
+
141
+ ***
142
+
143
+ ### restoreDensity()
144
+
145
+ > **restoreDensity**(): `void`
146
+
147
+ Defined in: [default-header/settings-button/settings-button.component.ts:85](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L85)
148
+
149
+ #### Returns
150
+
151
+ `void`
152
+
153
+ ***
154
+
155
+ ### restoreTheme()
156
+
157
+ > **restoreTheme**(): `void`
158
+
159
+ Defined in: [default-header/settings-button/settings-button.component.ts:109](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L109)
160
+
161
+ #### Returns
162
+
163
+ `void`
164
+
165
+ ***
166
+
167
+ ### restoreTypography()
168
+
169
+ > **restoreTypography**(): `void`
170
+
171
+ Defined in: [default-header/settings-button/settings-button.component.ts:97](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L97)
172
+
173
+ #### Returns
174
+
175
+ `void`
176
+
177
+ ***
178
+
179
+ ### setDensity()
180
+
181
+ > **setDensity**(`density`): `void`
182
+
183
+ Defined in: [default-header/settings-button/settings-button.component.ts:89](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L89)
184
+
185
+ #### Parameters
186
+
187
+ ##### density
188
+
189
+ `ThemeDensity`
190
+
191
+ #### Returns
192
+
193
+ `void`
194
+
195
+ ***
196
+
197
+ ### setTheme()
198
+
199
+ > **setTheme**(`theme`): `void`
200
+
201
+ Defined in: [default-header/settings-button/settings-button.component.ts:113](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L113)
202
+
203
+ #### Parameters
204
+
205
+ ##### theme
206
+
207
+ `string`
208
+
209
+ #### Returns
210
+
211
+ `void`
212
+
213
+ ***
214
+
215
+ ### setTypography()
216
+
217
+ > **setTypography**(`typography`): `void`
218
+
219
+ Defined in: [default-header/settings-button/settings-button.component.ts:101](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L101)
220
+
221
+ #### Parameters
222
+
223
+ ##### typography
224
+
225
+ `string`
226
+
227
+ #### Returns
228
+
229
+ `void`
@@ -0,0 +1,135 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / SidenavComponent
6
+
7
+ # Class: SidenavComponent
8
+
9
+ Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L55)
10
+
11
+ ## Constructors
12
+
13
+ ### new SidenavComponent()
14
+
15
+ > **new SidenavComponent**(): [`SidenavComponent`](SidenavComponent.md)
16
+
17
+ #### Returns
18
+
19
+ [`SidenavComponent`](SidenavComponent.md)
20
+
21
+ ## Properties
22
+
23
+ ### collapsable
24
+
25
+ > `readonly` **collapsable**: `Signal`\<`boolean`\>
26
+
27
+ Defined in: [sidenav/sidenav.component.ts:68](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L68)
28
+
29
+ ***
30
+
31
+ ### collapsed
32
+
33
+ > `readonly` **collapsed**: `Signal`\<`boolean`\>
34
+
35
+ Defined in: [sidenav/sidenav.component.ts:67](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L67)
36
+
37
+ ***
38
+
39
+ ### fixedBottomGap
40
+
41
+ > `readonly` **fixedBottomGap**: `Signal`\<`number`\>
42
+
43
+ Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L63)
44
+
45
+ ***
46
+
47
+ ### fixedInViewport
48
+
49
+ > `readonly` **fixedInViewport**: `Signal`\<`boolean`\>
50
+
51
+ Defined in: [sidenav/sidenav.component.ts:65](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L65)
52
+
53
+ ***
54
+
55
+ ### fixedTopGap
56
+
57
+ > `readonly` **fixedTopGap**: `Signal`\<`number`\>
58
+
59
+ Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L64)
60
+
61
+ ***
62
+
63
+ ### opened
64
+
65
+ > `readonly` **opened**: `Signal`\<`boolean`\>
66
+
67
+ Defined in: [sidenav/sidenav.component.ts:69](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L69)
68
+
69
+ ***
70
+
71
+ ### pinned
72
+
73
+ > `readonly` **pinned**: `Signal`\<`boolean`\>
74
+
75
+ Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L66)
76
+
77
+ ***
78
+
79
+ ### sidenavFooterDirective
80
+
81
+ > `readonly` **sidenavFooterDirective**: `Signal`\<`undefined` \| [`SidenavFooterDirective`](SidenavFooterDirective.md)\>
82
+
83
+ Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L70)
84
+
85
+ ***
86
+
87
+ ### sidenavHeaderDirective
88
+
89
+ > `readonly` **sidenavHeaderDirective**: `Signal`\<`undefined` \| [`SidenavHeaderDirective`](SidenavHeaderDirective.md)\>
90
+
91
+ Defined in: [sidenav/sidenav.component.ts:71](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L71)
92
+
93
+ ***
94
+
95
+ ### sidenavMode
96
+
97
+ > `readonly` **sidenavMode**: `Signal`\<`MatDrawerMode`\>
98
+
99
+ Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L62)
100
+
101
+ ## Methods
102
+
103
+ ### closeSidenav()
104
+
105
+ > **closeSidenav**(): `Promise`\<`void`\>
106
+
107
+ Defined in: [sidenav/sidenav.component.ts:82](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L82)
108
+
109
+ #### Returns
110
+
111
+ `Promise`\<`void`\>
112
+
113
+ ***
114
+
115
+ ### openSidenav()
116
+
117
+ > **openSidenav**(): `Promise`\<`void`\>
118
+
119
+ Defined in: [sidenav/sidenav.component.ts:77](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L77)
120
+
121
+ #### Returns
122
+
123
+ `Promise`\<`void`\>
124
+
125
+ ***
126
+
127
+ ### togglePinned()
128
+
129
+ > **togglePinned**(): `void`
130
+
131
+ Defined in: [sidenav/sidenav.component.ts:73](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L73)
132
+
133
+ #### Returns
134
+
135
+ `void`
@@ -0,0 +1,35 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / SidenavFooterDirective
6
+
7
+ # Class: SidenavFooterDirective
8
+
9
+ Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L11)
10
+
11
+ ## Constructors
12
+
13
+ ### new SidenavFooterDirective()
14
+
15
+ > **new SidenavFooterDirective**(`template`): [`SidenavFooterDirective`](SidenavFooterDirective.md)
16
+
17
+ Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L12)
18
+
19
+ #### Parameters
20
+
21
+ ##### template
22
+
23
+ `TemplateRef`\<`void`\>
24
+
25
+ #### Returns
26
+
27
+ [`SidenavFooterDirective`](SidenavFooterDirective.md)
28
+
29
+ ## Properties
30
+
31
+ ### template
32
+
33
+ > `readonly` **template**: `TemplateRef`\<`void`\>
34
+
35
+ Defined in: [sidenav/sidenav-footer.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L14)
@@ -0,0 +1,35 @@
1
+ [**@rxap/layout**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/layout](../globals.md) / SidenavHeaderDirective
6
+
7
+ # Class: SidenavHeaderDirective
8
+
9
+ Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L11)
10
+
11
+ ## Constructors
12
+
13
+ ### new SidenavHeaderDirective()
14
+
15
+ > **new SidenavHeaderDirective**(`template`): [`SidenavHeaderDirective`](SidenavHeaderDirective.md)
16
+
17
+ Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L12)
18
+
19
+ #### Parameters
20
+
21
+ ##### template
22
+
23
+ `TemplateRef`\<`void`\>
24
+
25
+ #### Returns
26
+
27
+ [`SidenavHeaderDirective`](SidenavHeaderDirective.md)
28
+
29
+ ## Properties
30
+
31
+ ### template
32
+
33
+ > `readonly` **template**: `TemplateRef`\<`void`\>
34
+
35
+ Defined in: [sidenav/sidenav-header.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L14)