Skip to content

Instantly share code, notes, and snippets.

@ShilpaLalwani
Created April 26, 2020 14:00
Show Gist options
  • Save ShilpaLalwani/a7634b32c76d0d0052b8dca9444af63f to your computer and use it in GitHub Desktop.
Save ShilpaLalwani/a7634b32c76d0d0052b8dca9444af63f to your computer and use it in GitHub Desktop.
import { Directive, ViewContainerRef } from '@angular/core';
@Directive({ selector: '[appProfileHost]' })
export class ProfileHostDirective {
constructor(public viewContainerRef: ViewContainerRef) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment