@rxap/layout 18.1.0-dev.2 → 18.1.0
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.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +4 -0
- package/compodoc/components/BaseLayoutComponent.html +4 -6
- package/compodoc/components/LayoutComponent.html +1 -20
- package/compodoc/components/MinimalLayoutComponent.html +10 -6
- package/compodoc/components/SidenavComponent.html +0 -65
- package/compodoc/dependencies.html +2 -2
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/classes/AppsButtonComponent.html +3 -3
- package/docs/classes/BaseLayoutComponent.html +1 -1
- package/docs/classes/DefaultHeaderComponent.html +2 -2
- package/docs/classes/ExternalAppsService.html +2 -2
- package/docs/classes/FooterComponent.html +2 -2
- package/docs/classes/FooterDirective.html +2 -2
- package/docs/classes/FooterService.html +6 -6
- package/docs/classes/HeaderComponent.html +2 -2
- package/docs/classes/HeaderDirective.html +2 -2
- package/docs/classes/HeaderService.html +6 -6
- package/docs/classes/LayoutComponent.html +2 -2
- package/docs/classes/LayoutService.html +2 -2
- package/docs/classes/LogoService.html +2 -2
- package/docs/classes/MinimalLayoutComponent.html +1 -1
- package/docs/classes/NavigationComponent.html +2 -2
- package/docs/classes/NavigationItemComponent.html +2 -2
- package/docs/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/classes/NavigationService.html +3 -3
- package/docs/classes/ReleaseInfoComponent.html +2 -2
- package/docs/classes/SettingsButtonComponent.html +2 -2
- package/docs/classes/SidenavComponent.html +2 -2
- package/docs/classes/SidenavFooterDirective.html +2 -2
- package/docs/classes/SidenavHeaderDirective.html +2 -2
- package/docs/classes/SidenavToggleButtonComponent.html +2 -2
- package/docs/classes/UserProfileIconComponent.html +2 -2
- package/docs/documentation.json +353 -353
- package/docs/functions/IsNavigationDividerItem.html +1 -1
- package/docs/functions/IsNavigationInsertItem.html +1 -1
- package/docs/functions/IsNavigationItem.html +1 -1
- package/docs/functions/provideLayout.html +1 -1
- package/docs/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/functions/withExternalApps.html +1 -1
- package/docs/functions/withFooterComponents.html +1 -1
- package/docs/functions/withHeaderComponents.html +1 -1
- package/docs/functions/withNavigationConfig.html +1 -1
- package/docs/functions/withNavigationInserts.html +1 -1
- package/docs/functions/withReleaseInfoModules.html +1 -1
- package/docs/functions/withSettingsMenuItems.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/NavigationDividerItem.html +2 -2
- package/docs/interfaces/NavigationInsertItem.html +2 -2
- package/docs/interfaces/NavigationItem.html +2 -2
- package/docs/interfaces/NavigationStatus.html +2 -2
- package/docs/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/interfaces/SettingsMenuItem.html +2 -2
- package/docs/types/ExternalApp.html +1 -1
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/types/Navigation.html +1 -1
- package/docs/types/NavigationWithInserts.html +1 -1
- package/docs/types/SettingsMenuItemComponent.html +1 -1
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/esm2022/lib/base-layout/base-layout.component.mjs +3 -3
- package/esm2022/lib/layout/layout.component.mjs +3 -3
- package/esm2022/lib/minimal-layout/minimal-layout.component.mjs +5 -3
- package/esm2022/lib/provide.mjs +2 -2
- package/esm2022/lib/sidenav/sidenav.component.mjs +3 -3
- package/fesm2022/rxap-layout.mjs +9 -9
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/package.json +7 -7
- package/theme.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [18.1.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.3...@rxap/layout@18.1.0) (2024-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
10
|
+
# [18.1.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.2...@rxap/layout@18.1.0-dev.3) (2024-06-25)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/layout
|
|
13
|
+
|
|
6
14
|
# [18.1.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.1...@rxap/layout@18.1.0-dev.2) (2024-06-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/layout
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ yarn add @rxap/layout
|
|
|
19
19
|
```
|
|
20
20
|
**Install peer dependencies:**
|
|
21
21
|
```bash
|
|
22
|
-
yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/browser-utilities@^1.1.4-dev.1 @rxap/config@^18.1.1-dev.
|
|
22
|
+
yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/browser-utilities@^1.1.4-dev.1 @rxap/config@^18.1.1-dev.4 @rxap/environment@^18.0.3-dev.2 @rxap/material-directives@^18.0.3-dev.1 @rxap/ngx-pub-sub@^18.0.3-dev.2 @rxap/ngx-theme@^18.0.3-dev.1 @rxap/ngx-user@^18.0.3-dev.2 @rxap/pattern@^1.1.5-dev.1 @rxap/utilities@^16.2.4-dev.1 rxjs@^7.8.1
|
|
23
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
<h1>Change Log</h1>
|
|
86
86
|
<p>All notable changes to this project will be documented in this file.
|
|
87
87
|
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
|
|
88
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.3...@rxap/layout@18.1.0">18.1.0</a> (2024-06-28)</h1>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.2...@rxap/layout@18.1.0-dev.3">18.1.0-dev.3</a> (2024-06-25)</h1>
|
|
91
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
88
92
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.1...@rxap/layout@18.1.0-dev.2">18.1.0-dev.2</a> (2024-06-25)</h1>
|
|
89
93
|
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
94
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.0...@rxap/layout@18.1.0-dev.1">18.1.0-dev.1</a> (2024-06-25)</h1>
|
|
@@ -220,11 +220,9 @@ export class BaseLayoutComponent {}
|
|
|
220
220
|
</div>
|
|
221
221
|
|
|
222
222
|
<div class="tab-pane fade " id="templateData">
|
|
223
|
-
<pre class="line-numbers"><code class="language-html"><
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
<rxap-footer class="z-10 w-full fixed bottom-0"></rxap-footer>
|
|
227
|
-
</div>
|
|
223
|
+
<pre class="line-numbers"><code class="language-html"><rxap-header class="z-10 w-full fixed top-0"></rxap-header>
|
|
224
|
+
<ng-content></ng-content>
|
|
225
|
+
<rxap-footer class="z-10 w-full fixed bottom-0"></rxap-footer>
|
|
228
226
|
</code></pre>
|
|
229
227
|
</div>
|
|
230
228
|
|
|
@@ -254,7 +252,7 @@ export class BaseLayoutComponent {}
|
|
|
254
252
|
<script src="../js/libs/htmlparser.js"></script>
|
|
255
253
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
256
254
|
<script>
|
|
257
|
-
var COMPONENT_TEMPLATE = '<div><
|
|
255
|
+
var COMPONENT_TEMPLATE = '<div><rxap-header class="z-10 w-full fixed top-0"></rxap-header><ng-content></ng-content><rxap-footer class="z-10 w-full fixed bottom-0"></rxap-footer></div>'
|
|
258
256
|
var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];
|
|
259
257
|
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
260
258
|
var ACTUAL_COMPONENT = {'name': 'BaseLayoutComponent'};
|
|
@@ -496,26 +496,7 @@ export class LayoutComponent implements OnInit, OnDestroy {
|
|
|
496
496
|
<p class="comment">
|
|
497
497
|
<code>./layout.component.scss</code>
|
|
498
498
|
</p>
|
|
499
|
-
<pre class="line-numbers"><code class="language-scss"
|
|
500
|
-
.collapsable {
|
|
501
|
-
|
|
502
|
-
&:not(.mat-drawer-opened) {
|
|
503
|
-
transform: translateX(calc(-100% + 64px)) !important;
|
|
504
|
-
visibility: visible !important;
|
|
505
|
-
box-shadow: inherit !important;
|
|
506
|
-
transition-property: transform;
|
|
507
|
-
transition-delay: 250ms;
|
|
508
|
-
display: flex;
|
|
509
|
-
border-right: solid 1px rgba(0, 0, 0, .12);
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
::ng-deep .mat-drawer-inner-container::-webkit-scrollbar {
|
|
513
|
-
display: none; /* Chrome, Safari, Opera*/
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
</code></pre>
|
|
499
|
+
<pre class="line-numbers"><code class="language-scss"></code></pre>
|
|
519
500
|
</div>
|
|
520
501
|
|
|
521
502
|
<div class="tab-pane fade " id="tree">
|
|
@@ -160,6 +160,8 @@
|
|
|
160
160
|
<code>RouterOutlet</code>
|
|
161
161
|
<code><a href="../components/BaseLayoutComponent.html" target="_self" >BaseLayoutComponent</a></code>
|
|
162
162
|
<code><a href="../components/NavigationProgressBarComponent.html" target="_self" >NavigationProgressBarComponent</a></code>
|
|
163
|
+
<code><a href="../components/HeaderComponent.html" target="_self" >HeaderComponent</a></code>
|
|
164
|
+
<code><a href="../components/FooterComponent.html" target="_self" >FooterComponent</a></code>
|
|
163
165
|
</td>
|
|
164
166
|
</tr>
|
|
165
167
|
|
|
@@ -204,12 +206,14 @@
|
|
|
204
206
|
} from '@angular/core';
|
|
205
207
|
import { RouterOutlet } from '@angular/router';
|
|
206
208
|
import { BaseLayoutComponent } from '../base-layout/base-layout.component';
|
|
209
|
+
import { FooterComponent } from '../footer/footer.component';
|
|
210
|
+
import { HeaderComponent } from '../header/header.component';
|
|
207
211
|
import { NavigationProgressBarComponent } from '../navigation-progress-bar/navigation-progress-bar.component';
|
|
208
212
|
|
|
209
213
|
@Component({
|
|
210
214
|
selector: 'rxap-minimal-layout',
|
|
211
215
|
standalone: true,
|
|
212
|
-
imports: [ RouterOutlet, BaseLayoutComponent, NavigationProgressBarComponent ],
|
|
216
|
+
imports: [ RouterOutlet, BaseLayoutComponent, NavigationProgressBarComponent, HeaderComponent, FooterComponent ],
|
|
213
217
|
templateUrl: './minimal-layout.component.html',
|
|
214
218
|
styleUrl: './minimal-layout.component.scss',
|
|
215
219
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -219,10 +223,10 @@ export class MinimalLayoutComponent {}
|
|
|
219
223
|
</div>
|
|
220
224
|
|
|
221
225
|
<div class="tab-pane fade " id="templateData">
|
|
222
|
-
<pre class="line-numbers"><code class="language-html"><rxap-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<
|
|
226
|
+
<pre class="line-numbers"><code class="language-html"><rxap-header class="z-10 w-full fixed top-0"></rxap-header>
|
|
227
|
+
<rxap-navigation-progress-bar></rxap-navigation-progress-bar>
|
|
228
|
+
<router-outlet></router-outlet>
|
|
229
|
+
<rxap-footer class="z-10 w-full fixed bottom-0"></rxap-footer>
|
|
226
230
|
</code></pre>
|
|
227
231
|
</div>
|
|
228
232
|
|
|
@@ -252,7 +256,7 @@ export class MinimalLayoutComponent {}
|
|
|
252
256
|
<script src="../js/libs/htmlparser.js"></script>
|
|
253
257
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
254
258
|
<script>
|
|
255
|
-
var COMPONENT_TEMPLATE = '<div><rxap-
|
|
259
|
+
var COMPONENT_TEMPLATE = '<div><rxap-header class="z-10 w-full fixed top-0"></rxap-header><rxap-navigation-progress-bar></rxap-navigation-progress-bar><router-outlet></router-outlet><rxap-footer class="z-10 w-full fixed bottom-0"></rxap-footer></div>'
|
|
256
260
|
var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];
|
|
257
261
|
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
258
262
|
var ACTUAL_COMPONENT = {'name': 'MinimalLayoutComponent'};
|
|
@@ -923,71 +923,6 @@ export class SidenavComponent {
|
|
|
923
923
|
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
.rxap-container {
|
|
929
|
-
height: 100%;
|
|
930
|
-
|
|
931
|
-
.inner {
|
|
932
|
-
height: 100%;
|
|
933
|
-
|
|
934
|
-
.header {
|
|
935
|
-
padding-bottom: 12px;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.footer {
|
|
939
|
-
padding-top: 12px;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.nav-container {
|
|
943
|
-
overflow-y: scroll;
|
|
944
|
-
padding-top: 12px;
|
|
945
|
-
|
|
946
|
-
&::-webkit-scrollbar {
|
|
947
|
-
width: 6px;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
/* Track */
|
|
951
|
-
&::-webkit-scrollbar-track {
|
|
952
|
-
border-radius: 2px;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
/* Handle */
|
|
956
|
-
&::-webkit-scrollbar-thumb {
|
|
957
|
-
border-radius: 10px;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.sidebar-toggle {
|
|
966
|
-
min-height: 48px;
|
|
967
|
-
|
|
968
|
-
.sidebar-toggle-inner {
|
|
969
|
-
padding: 0 0;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.arrow {
|
|
973
|
-
transform: rotate(180deg);
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
&.collapsed {
|
|
977
|
-
|
|
978
|
-
.arrow {
|
|
979
|
-
transform: initial;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.sidebar-toggle-inner {
|
|
983
|
-
justify-content: space-around !important;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
}
|
|
991
926
|
</code></pre>
|
|
992
927
|
</div>
|
|
993
928
|
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
<li>
|
|
128
128
|
<b>@rxap/browser-utilities</b> : ^1.1.4-dev.1</li>
|
|
129
129
|
<li>
|
|
130
|
-
<b>@rxap/config</b> : ^18.1.1-dev.
|
|
130
|
+
<b>@rxap/config</b> : ^18.1.1-dev.4</li>
|
|
131
131
|
<li>
|
|
132
132
|
<b>@rxap/environment</b> : ^18.0.3-dev.2</li>
|
|
133
133
|
<li>
|
|
134
134
|
<b>@rxap/material-directives</b> : ^18.0.3-dev.1</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@rxap/ngx-pub-sub</b> : ^18.0.3-dev.
|
|
136
|
+
<b>@rxap/ngx-pub-sub</b> : ^18.0.3-dev.2</li>
|
|
137
137
|
<li>
|
|
138
138
|
<b>@rxap/ngx-theme</b> : ^18.0.3-dev.1</li>
|
|
139
139
|
<li>
|
package/compodoc/index.html
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<h1>Installation</h1>
|
|
98
98
|
<p><strong>Add the package to your workspace:</strong></p>
|
|
99
99
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @rxap/layout</code></pre></div><p><strong>Install peer dependencies:</strong></p>
|
|
100
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/browser-utilities@^1.1.4-dev.1 @rxap/config@^18.1.1-dev.
|
|
100
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/browser-utilities@^1.1.4-dev.1 @rxap/config@^18.1.1-dev.4 @rxap/environment@^18.0.3-dev.2 @rxap/material-directives@^18.0.3-dev.1 @rxap/ngx-pub-sub@^18.0.3-dev.2 @rxap/ngx-theme@^18.0.3-dev.1 @rxap/ngx-user@^18.0.3-dev.2 @rxap/pattern@^1.1.5-dev.1 @rxap/utilities@^16.2.4-dev.1 rxjs@^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
|
|
101
101
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g @rxap/layout:init</code></pre></div><h1>Get started</h1>
|
|
102
102
|
<h2>Layout</h2>
|
|
103
103
|
<p>Create a new file <code>layout.routes.ts</code> in the <code>app</code> folder. This file will contain all child routes that should be loaded within the layout component.</p>
|