UNPKG

@soeren_balke/ng-builder

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1. The ng-builder is a module to dynamicly build components. This Tool wrapps the angular viewContainerRef. The Components are easy to develop and use with

6 lines (5 loc) 187 B
import { ViewContainerRef } from '@angular/core'; export declare class NgBuilderDirective { viewContainerRef: ViewContainerRef; constructor(viewContainerRef: ViewContainerRef); }