Skip to content

Instantly share code, notes, and snippets.

@coderkan
Created March 15, 2020 17:53
Show Gist options
  • Save coderkan/36b4e7815d3cf6f0cedea6fbf37dba25 to your computer and use it in GitHub Desktop.
Save coderkan/36b4e7815d3cf6f0cedea6fbf37dba25 to your computer and use it in GitHub Desktop.
import { Directive, ViewContainerRef } from '@angular/core';
@Directive({ selector: '[framework-host]' })
export class FrameworkDirective {
constructor(public viewContainerRef: ViewContainerRef) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment