codexly-ui 0.0.15 → 0.0.16
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/fesm2022/codexly-ui.mjs +0 -2
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -13475,7 +13475,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImpo
|
|
|
13475
13475
|
|
|
13476
13476
|
class ClxToastService {
|
|
13477
13477
|
_appRef = inject(ApplicationRef);
|
|
13478
|
-
_injector = inject(Injector);
|
|
13479
13478
|
/** One container per position, lazily created */
|
|
13480
13479
|
_containers = new Map();
|
|
13481
13480
|
// ─── Core show ─────────────────────────────────────────────────────────────
|
|
@@ -13525,7 +13524,6 @@ class ClxToastService {
|
|
|
13525
13524
|
return existing;
|
|
13526
13525
|
const ref = createComponent(ClxToastContainerComponent, {
|
|
13527
13526
|
environmentInjector: this._appRef.injector,
|
|
13528
|
-
elementInjector: this._injector,
|
|
13529
13527
|
});
|
|
13530
13528
|
ref.setInput('position', position);
|
|
13531
13529
|
this._appRef.attachView(ref.hostView);
|