@rolatech/angular-components 20.0.0-beta.7 → 20.0.0-beta.8

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
@@ -461,9 +461,9 @@ declare class MediaListItemComponent {
461
461
  }
462
462
 
463
463
  declare class NotFoundComponent implements OnInit {
464
- private router;
465
464
  url: string;
466
- constructor(router: Router);
465
+ router: Router;
466
+ constructor();
467
467
  ngOnInit(): void;
468
468
  static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
469
469
  static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "rolatech-not-found", never, {}, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-components",
3
- "version": "20.0.0-beta.7",
3
+ "version": "20.0.0-beta.8",
4
4
  "private": false,
5
5
  "description": "rolatech angular components",
6
6
  "repository": {
@@ -32,8 +32,8 @@
32
32
  "lodash": "^4.17.21"
33
33
  },
34
34
  "dependencies": {
35
- "@rolatech/angular-common": "20.0.0-beta.7",
36
- "@rolatech/angular-services": "20.0.0-beta.7",
35
+ "@rolatech/angular-common": "20.0.0-beta.8",
36
+ "@rolatech/angular-services": "20.0.0-beta.8",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "exports": {