Skip to content

Commit

Permalink
feat: export product context for debug usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi authored and Eisie96 committed Apr 19, 2022
1 parent 2a6457f commit 036602b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/directives/product-context.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { ProductCompletenessLevel, SkuQuantityType } from 'ish-core/models/produ
@Directive({
selector: '[ishProductContext]',
providers: [ProductContextFacade],
exportAs: 'ishProductContext',
})
export class ProductContextDirective implements OnInit, OnChanges, OnDestroy {
@Input() completeness: 'List' | 'Detail' = 'List';
Expand Down

0 comments on commit 036602b

Please sign in to comment.