@rxap/plugin-angular 19.2.0-dev.5 → 19.2.0-dev.6

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 CHANGED
@@ -3,6 +3,10 @@
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
+ # [19.2.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@19.2.0-dev.5...@rxap/plugin-angular@19.2.0-dev.6) (2024-06-25)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-angular
9
+
6
10
  # [19.2.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@19.2.0-dev.4...@rxap/plugin-angular@19.2.0-dev.5) (2024-06-25)
7
11
 
8
12
  ### Features
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
- "version": "19.2.0-dev.5",
2
+ "version": "19.2.0-dev.6",
3
3
  "name": "@rxap/plugin-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@nx/angular": "19.3.0",
7
7
  "@nx/devkit": "19.3.0",
8
8
  "@rxap/plugin-application": "^19.0.4-dev.4",
9
- "@rxap/plugin-library": "^19.3.0-dev.2",
9
+ "@rxap/plugin-library": "^19.3.0-dev.3",
10
10
  "@rxap/plugin-localazy": "^19.0.3-dev.4",
11
11
  "@rxap/plugin-utilities": "^19.0.4-dev.4",
12
- "@rxap/ts-morph": "^1.4.1-dev.2",
12
+ "@rxap/ts-morph": "^1.4.1-dev.3",
13
13
  "@rxap/utilities": "^16.2.4-dev.1",
14
- "@rxap/workspace-ts-morph": "^19.1.1-dev.4",
14
+ "@rxap/workspace-ts-morph": "^19.1.1-dev.5",
15
15
  "@rxap/workspace-utilities": "^19.3.0-dev.3",
16
16
  "colors": "1.4.0",
17
17
  "semver": "7.5.3",
@@ -54,6 +54,6 @@
54
54
  },
55
55
  "schematics": "./generators.json",
56
56
  "type": "commonjs",
57
- "gitHead": "863bd881c2868e0837ef5fb345c73c0f22e42f8d",
57
+ "gitHead": "14fbce47d37ec82f9e608848cba8a194a6829775",
58
58
  "main": "./src/index.js"
59
59
  }
@@ -25,9 +25,9 @@ export default appRoutes;
25
25
  `;
26
26
 
27
27
  exports[`generateMonolithic() should generate a monolithic application configuration 3`] = `
28
- "import { StatusCheckGuard } from '@rxap/ngx-status-check';
28
+ "import { provideLayout, withNavigationConfig, widthDefaultHeaderComponent, LayoutComponent } from '@rxap/layout';
29
+ import { StatusCheckGuard } from '@rxap/ngx-status-check';
29
30
  import { APP_NAVIGATION } from './app.navigation';
30
- import { withNavigationConfig, widthDefaultHeaderComponent, LayoutComponent } from '@rxap/layout';
31
31
  import { Route } from '@angular/router';
32
32
 
33
33
  export const ROUTES: Route[] = [
@@ -94,8 +94,8 @@ export default appRoutes;
94
94
  `;
95
95
 
96
96
  exports[`generateMonolithic() should use MinimalLayoutComponent and no navigation when moduleFederation is host 3`] = `
97
- "import { StatusCheckGuard } from '@rxap/ngx-status-check';
98
- import { widthDefaultHeaderComponent, MinimalLayoutComponent } from '@rxap/layout';
97
+ "import { provideLayout, widthDefaultHeaderComponent, MinimalLayoutComponent } from '@rxap/layout';
98
+ import { StatusCheckGuard } from '@rxap/ngx-status-check';
99
99
  import { Route } from '@angular/router';
100
100
 
101
101
  export const ROUTES: Route[] = [