diff --git a/projects/ngx-var/src/lib/ngx-var.directive.ts b/projects/ngx-var/src/lib/ngx-var.directive.ts index 1c1b298..1b4ce50 100644 --- a/projects/ngx-var/src/lib/ngx-var.directive.ts +++ b/projects/ngx-var/src/lib/ngx-var.directive.ts @@ -58,9 +58,6 @@ export class NgxVarDirective implements OnInit { this._vcr.createEmbeddedView(this._templateRef, this._context); } - /** @internal */ - public static ngxVarUseIfTypeGuard: void; - /** * Assert the correct type of the expression bound to the `ngxVar` input within the template. *