All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.shared.directives.implementationHost.directive.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
import { Directive, ViewContainerRef } from '@angular/core';

@Directive({
  selector: '[implementation-host]',
})
export class ImplementationHostDirective {
  constructor(public viewContainerRef: ViewContainerRef) { }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy