Skip to content

Commit 7028adb

Browse files
fix(component): do not exclude falsy types from LetDirective's input type (#3460)
1 parent 6714ef6 commit 7028adb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/component/src/let/let.directive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ export interface LetViewContext<PO> {
105105
*/
106106
@Directive({ selector: '[ngrxLet]' })
107107
export class LetDirective<PO> implements OnInit, OnDestroy {
108-
static ngTemplateGuard_ngrxLet: 'binding';
109-
110108
private isMainViewCreated = false;
111109
private isSuspenseViewCreated = false;
112110
private readonly viewContext: LetViewContext<PO | undefined> = {

0 commit comments

Comments
 (0)