Created
March 15, 2020 17:53
-
-
Save coderkan/36b4e7815d3cf6f0cedea6fbf37dba25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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