@everymatrix/stage-mm-verification-report 1.1.21 → 1.1.23
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/component-lib.js +0 -1
- package/main.js +0 -1
- package/main.js.map +1 -1
- package/package-stage.json +1 -1
- package/package.json +1 -1
package/component-lib.js
CHANGED
|
@@ -60526,7 +60526,6 @@ var AppComponent = class _AppComponent {
|
|
|
60526
60526
|
}, { manualCleanup: true });
|
|
60527
60527
|
}
|
|
60528
60528
|
ngOnInit() {
|
|
60529
|
-
console.log("this.deployment-test!!!");
|
|
60530
60529
|
this.initializeApp();
|
|
60531
60530
|
fromEvent(window, "popstate").pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => this.handleRouteChange());
|
|
60532
60531
|
this.templateService.templateChangedSubject.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((template) => {
|
package/main.js
CHANGED
|
@@ -58142,7 +58142,6 @@ var AppComponent = class _AppComponent {
|
|
|
58142
58142
|
}, { manualCleanup: true });
|
|
58143
58143
|
}
|
|
58144
58144
|
ngOnInit() {
|
|
58145
|
-
console.log("this.deployment-test!!!");
|
|
58146
58145
|
this.initializeApp();
|
|
58147
58146
|
fromEvent(window, "popstate").pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => this.handleRouteChange());
|
|
58148
58147
|
this.templateService.templateChangedSubject.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((template) => {
|