UNPKG
ngx-dynamic
Version:
latest (4.1.0)
4.1.0
4.0.0
3.2.0
3.1.0
dynamic contents projection in Angular
github.com/laco0416/ng-dynamic
laco0416/ng-dynamic
ngx-dynamic
/
src
/
dynamic-component
/
options.d.ts
11 lines
(10 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { NgModule } from
'@angular/core'
;
/** * options for ynamicComponentModule */
export declare
class
DynamicComponentOptions
{ /** * identifies ngModule used by compilation. */ ngModuleMetadata: NgModule; }