@ama-mfe/ng-utils 14.0.0-next.0 → 14.0.0-next.1

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/README.md CHANGED
@@ -59,7 +59,7 @@ import {inject, runInInjectionContext} from '@angular/core';
59
59
  import {bootstrapApplication} from '@angular/platform-browser';
60
60
  import {ConnectionService, NavigationConsumerService} from '@ama-mfe/ng-utils';
61
61
 
62
- bootstrapApplication(AppComponent, appConfig)
62
+ bootstrapApplication(App, appConfig)
63
63
  .then((m) => {
64
64
  runInInjectionContext(m.injector, () => {
65
65
  if (window.top !== window.self) {
@@ -123,7 +123,7 @@ import {inject, runInInjectionContext} from '@angular/core';
123
123
  import {bootstrapApplication} from '@angular/platform-browser';
124
124
  import {ConnectionService, ThemeConsumerService} from '@ama-mfe/ng-utils';
125
125
 
126
- bootstrapApplication(AppComponent, appConfig)
126
+ bootstrapApplication(App, appConfig)
127
127
  .then((m) => {
128
128
  runInInjectionContext(m.injector, () => {
129
129
  if (window.top !== window.self) {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ama-mfe/ng-utils",
3
- "version": "14.0.0-next.0",
3
+ "version": "14.0.0-next.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "peerDependencies": {
8
- "@ama-mfe/messages": "^14.0.0-next.0",
8
+ "@ama-mfe/messages": "^14.0.0-next.1",
9
9
  "@amadeus-it-group/microfrontends": "0.0.9",
10
10
  "@amadeus-it-group/microfrontends-angular": "0.0.9",
11
11
  "@angular-devkit/core": "^20.0.0",
@@ -14,16 +14,16 @@
14
14
  "@angular/core": "^20.0.0",
15
15
  "@angular/platform-browser": "^20.0.0",
16
16
  "@angular/router": "^20.0.0",
17
- "@o3r/logger": "^14.0.0-next.0",
18
- "@o3r/schematics": "^14.0.0-next.0",
17
+ "@o3r/logger": "^14.0.0-next.1",
18
+ "@o3r/schematics": "^14.0.0-next.1",
19
19
  "rxjs": "^7.8.1",
20
20
  "type-fest": "^4.30.1"
21
21
  },
22
22
  "dependencies": {
23
23
  "@amadeus-it-group/microfrontends": "0.0.9",
24
24
  "@amadeus-it-group/microfrontends-angular": "0.0.9",
25
- "@o3r/logger": "^14.0.0-next.0",
26
- "@o3r/schematics": "^14.0.0-next.0",
25
+ "@o3r/logger": "^14.0.0-next.1",
26
+ "@o3r/schematics": "^14.0.0-next.1",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "sideEffects": false,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAClC,2DAIoC;AACpC,gDAIyB;AAKzB,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;AAE5E,MAAM,cAAc,GAAG,CAAC,QAA+B,EAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,EAAE;IACzE,wBAAwB;IACxB,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,wBAAwB,GAAa,EAAE,CAAC;AAE9C;;GAEG;AACH,MAAM,qBAAqB,GAAa;IACtC,iBAAiB;IACjB,eAAe;IACf,iBAAiB;CAClB,CAAC;AAEF;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,OAAO,IAAA,kBAAK,EAAC;QACX,cAAc,CAAC,OAAO,CAAC;QACvB,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,IAAA,iBAAI,GAAE,CAAC,CAAC,CAAC,IAAA,2BAAc,GAAE;QAC9C,IAAA,kCAAqB,EAAC,OAAO,EAAE,eAAe,EAAE,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;KACrG,CAAC,CAAC;AACL,CAAC;AAED;;;GAGG;AACI,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAE,EAAE,CAAC,IAAA,iCAAoB,EAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAAnF,QAAA,KAAK,SAA8E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}