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

8 lines (7 loc) 165 B
import { EventEmitter } from '@angular/core'; export declare class Builder { data: any; edit: boolean; saveEdit: EventEmitter<any>; constructor(); }