@posiwise/resource-module 0.0.140 → 0.0.142

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.
@@ -1,4 +1,5 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
+ import { Title } from '@angular/platform-browser';
2
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
4
  import { AuthService, TagService } from '@posiwise/common-services';
4
5
  import { Resource, User } from '@posiwise/common-utilities';
@@ -8,6 +9,7 @@ export declare class ResourceWebinarComponent extends AppBaseComponent implement
8
9
  private readonly resourceService;
9
10
  private readonly authService;
10
11
  private readonly tagService;
12
+ private readonly titleService;
11
13
  subscriptionId: number;
12
14
  masterSubscriptionId: any;
13
15
  posts: Resource[];
@@ -17,10 +19,12 @@ export declare class ResourceWebinarComponent extends AppBaseComponent implement
17
19
  blogPostTag: any;
18
20
  isLoaded: boolean;
19
21
  user: User;
20
- constructor(resourceService: ResourceService, authService: AuthService, tagService: TagService, injector: Injector);
22
+ constructor(resourceService: ResourceService, authService: AuthService, tagService: TagService, titleService: Title, injector: Injector);
21
23
  ngOnInit(): void;
22
24
  private getTags;
23
25
  private getPostTags;
26
+ private updateSEOMetadata;
27
+ private updateMetaDescription;
24
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ResourceWebinarComponent, never>;
25
29
  static ɵcmp: i0.ɵɵComponentDeclaration<ResourceWebinarComponent, "pw-resource-webinars", never, {}, {}, never, never, false, never>;
26
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/resource-module",
3
- "version": "0.0.140",
3
+ "version": "0.0.142",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",