@memberjunction/ng-tabstrip 0.9.3 → 0.9.4

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.
@@ -114,12 +114,14 @@ export class MJTabStripComponent {
114
114
  ngAfterViewInit() {
115
115
  this._viewInitialized = true;
116
116
  this.syncTabIndexes();
117
+ this.checkTabScrollButtons();
117
118
  }
118
119
  ngAfterContentInit() {
119
120
  this.syncTabIndexes();
120
121
  }
121
122
  ngAfterContentChecked() {
122
123
  this.syncTabIndexes();
124
+ this.checkTabScrollButtons();
123
125
  }
124
126
  syncTabIndexes() {
125
127
  if (!this._viewInitialized)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-tabstrip",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "MemberJunction: Very simple tab strip component used in the MJ Explorer app and reusable anywhere else in an Angular project.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",