We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6714ef6 commit 7028adbCopy full SHA for 7028adb
modules/component/src/let/let.directive.ts
@@ -105,8 +105,6 @@ export interface LetViewContext<PO> {
105
*/
106
@Directive({ selector: '[ngrxLet]' })
107
export class LetDirective<PO> implements OnInit, OnDestroy {
108
- static ngTemplateGuard_ngrxLet: 'binding';
109
-
110
private isMainViewCreated = false;
111
private isSuspenseViewCreated = false;
112
private readonly viewContext: LetViewContext<PO | undefined> = {
0 commit comments