Skip to content

Commit

Permalink
fix(component): do not exclude falsy types from LetDirective's input …
Browse files Browse the repository at this point in the history
…type (#3460)
  • Loading branch information
markostanimirovic committed Jun 20, 2022
1 parent 6714ef6 commit 7028adb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/component/src/let/let.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ export interface LetViewContext<PO> {
*/
@Directive({ selector: '[ngrxLet]' })
export class LetDirective<PO> implements OnInit, OnDestroy {
static ngTemplateGuard_ngrxLet: 'binding';

private isMainViewCreated = false;
private isSuspenseViewCreated = false;
private readonly viewContext: LetViewContext<PO | undefined> = {
Expand Down

0 comments on commit 7028adb

Please sign in to comment.