@open-rlb/ng-app 3.0.1 → 3.0.2

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/index.d.ts CHANGED
@@ -1004,7 +1004,7 @@ declare class AppContainerComponent implements OnInit, OnDestroy {
1004
1004
  ngOnDestroy(): void;
1005
1005
  ngOnInit(): void;
1006
1006
  static ɵfac: i0.ɵɵFactoryDeclaration<AppContainerComponent, never>;
1007
- static ɵcmp: i0.ɵɵComponentDeclaration<AppContainerComponent, "rlb-app", never, { "modalContainerId": { "alias": "modal-container-id"; "required": false; }; "toastContainerIds": { "alias": "toast-container-ids"; "required": false; }; }, {}, never, never, false, never>;
1007
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppContainerComponent, "rlb-app-container", never, { "modalContainerId": { "alias": "modal-container-id"; "required": false; }; "toastContainerIds": { "alias": "toast-container-ids"; "required": false; }; }, {}, never, never, false, never>;
1008
1008
  }
1009
1009
 
1010
1010
  declare class AppTemplateComponent implements OnDestroy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",