Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created August 22, 2019 14:39
Show Gist options
  • Select an option

  • Save ngohungphuc/49f671c931724bb87953442f35bf933d to your computer and use it in GitHub Desktop.

Select an option

Save ngohungphuc/49f671c931724bb87953442f35bf933d to your computer and use it in GitHub Desktop.
import { Directive, ViewContainerRef } from "@angular/core";
@Directive({
selector: "[dynamic-ref]"
})
export class DynamicDirective {
constructor(public viewContainerRef: ViewContainerRef) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment