sample-cross-fx 0.14.20-beta.4067 → 0.14.21-beta.4078
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/app/{index.31fc68.js → index.824c18.js} +11 -6
- package/app/{index.31fc68.js.map → index.824c18.js.map} +1 -1
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +20 -20
|
@@ -125987,7 +125987,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
125987
125987
|
|
|
125988
125988
|
|
|
125989
125989
|
function prepareBootstrap(moduleOrComponent, piral) {
|
|
125990
|
-
const [annotation] = (0,_utils__WEBPACK_IMPORTED_MODULE_0__.getAnnotations)(moduleOrComponent);
|
|
125990
|
+
const [annotation] = (0,_utils__WEBPACK_IMPORTED_MODULE_0__.getAnnotations)(moduleOrComponent); // first way is to directly use a module, which is the legacy way
|
|
125991
|
+
// second way is to find a previously defined Angular module
|
|
125991
125992
|
|
|
125992
125993
|
if (annotation && annotation.bootstrap) {
|
|
125993
125994
|
// usually contains things like imports, exports, declarations, ...
|
|
@@ -126258,6 +126259,10 @@ function getModuleInstance(component, piral) {
|
|
|
126258
126259
|
return [moduleDef.active, moduleDef.opts];
|
|
126259
126260
|
}
|
|
126260
126261
|
|
|
126262
|
+
if (true) {
|
|
126263
|
+
console.warn('Component not found in all defined Angular modules. Make sure to define (using `defineNgModule`) a module with your component(s) referenced in the exports section of the `@NgModule` decorator.', component, piral.meta);
|
|
126264
|
+
}
|
|
126265
|
+
|
|
126261
126266
|
return undefined;
|
|
126262
126267
|
}
|
|
126263
126268
|
function createModuleInstance(component, piral) {
|
|
@@ -130179,7 +130184,7 @@ function createInstance(config = {}) {
|
|
|
130179
130184
|
const createApi = apiFactory(context, usedPlugins);
|
|
130180
130185
|
const root = createApi({
|
|
130181
130186
|
name: 'root',
|
|
130182
|
-
version: "0.14.
|
|
130187
|
+
version: "0.14.21-beta.4078" || 0,
|
|
130183
130188
|
spec: ''
|
|
130184
130189
|
});
|
|
130185
130190
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -132652,12 +132657,12 @@ function installPiralDebug(options) {
|
|
|
132652
132657
|
debug: debugApiVersion,
|
|
132653
132658
|
instance: {
|
|
132654
132659
|
name: "sample-cross-fx",
|
|
132655
|
-
version: "0.14.
|
|
132660
|
+
version: "0.14.21-beta.4078",
|
|
132656
132661
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
132657
132662
|
},
|
|
132658
132663
|
build: {
|
|
132659
|
-
date: "2022-04-
|
|
132660
|
-
cli: "0.14.
|
|
132664
|
+
date: "2022-04-11T17:09:00.481Z",
|
|
132665
|
+
cli: "0.14.20",
|
|
132661
132666
|
compat: "0.14"
|
|
132662
132667
|
},
|
|
132663
132668
|
pilets: {
|
|
@@ -254825,4 +254830,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
254825
254830
|
|
|
254826
254831
|
/******/ })()
|
|
254827
254832
|
;
|
|
254828
|
-
//# sourceMappingURL=index.
|
|
254833
|
+
//# sourceMappingURL=index.824c18.js.map
|