@ebuilding/bi 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/basic/index.d.ts +1 -0
- package/basic/src/components/basic.service.d.ts +19 -0
- package/basic/src/components/card1/index.d.ts +19 -0
- package/basic/src/components/card2/index.d.ts +19 -0
- package/basic/src/components/card3/index.d.ts +19 -0
- package/basic/src/components/card4/index.d.ts +19 -0
- package/basic/src/components/image/index.d.ts +17 -0
- package/basic/src/components/line1/index.d.ts +13 -0
- package/basic/src/components/line2/index.d.ts +13 -0
- package/basic/src/components/number/index.d.ts +18 -0
- package/basic/src/components/table/index.d.ts +18 -0
- package/basic/src/components/text/index.d.ts +16 -0
- package/basic/src/components/time1/index.d.ts +22 -0
- package/basic/src/components/time2/index.d.ts +23 -0
- package/basic/src/default/index.d.ts +20 -0
- package/basic/src/index.module.d.ts +19 -0
- package/basic/src/public_api.d.ts +2 -0
- package/border/index.d.ts +1 -0
- package/border/src/components/1/index.d.ts +17 -0
- package/border/src/components/10/index.d.ts +16 -0
- package/border/src/components/11/index.d.ts +20 -0
- package/border/src/components/12/index.d.ts +18 -0
- package/border/src/components/2/index.d.ts +19 -0
- package/border/src/components/3/index.d.ts +21 -0
- package/border/src/components/4/index.d.ts +27 -0
- package/border/src/components/5/index.d.ts +23 -0
- package/border/src/components/6/index.d.ts +29 -0
- package/border/src/components/7/index.d.ts +24 -0
- package/border/src/components/8/index.d.ts +18 -0
- package/border/src/components/9/index.d.ts +17 -0
- package/border/src/components/basic.service.d.ts +28 -0
- package/border/src/default/index.d.ts +21 -0
- package/border/src/index.module.d.ts +19 -0
- package/border/src/public_api.d.ts +2 -0
- package/decorator/index.d.ts +1 -0
- package/decorator/src/components/1/index.d.ts +15 -0
- package/decorator/src/components/10/index.d.ts +19 -0
- package/decorator/src/components/11/index.d.ts +15 -0
- package/decorator/src/components/12/index.d.ts +15 -0
- package/decorator/src/components/13/index.d.ts +22 -0
- package/decorator/src/components/2/index.d.ts +15 -0
- package/decorator/src/components/3/index.d.ts +15 -0
- package/decorator/src/components/4/index.d.ts +15 -0
- package/decorator/src/components/5/index.d.ts +15 -0
- package/decorator/src/components/6/index.d.ts +15 -0
- package/decorator/src/components/7/index.d.ts +18 -0
- package/decorator/src/components/8/index.d.ts +15 -0
- package/decorator/src/components/9/index.d.ts +19 -0
- package/decorator/src/components/basic.service.d.ts +19 -0
- package/decorator/src/default/index.d.ts +21 -0
- package/decorator/src/index.module.d.ts +20 -0
- package/decorator/src/public_api.d.ts +2 -0
- package/fesm2022/bi.basic.mjs +888 -0
- package/fesm2022/bi.basic.mjs.map +1 -0
- package/fesm2022/bi.border.mjs +1383 -0
- package/fesm2022/bi.border.mjs.map +1 -0
- package/fesm2022/bi.decorator.mjs +1340 -0
- package/fesm2022/bi.decorator.mjs.map +1 -0
- package/fesm2022/ebuilding-bi.mjs +3580 -0
- package/fesm2022/ebuilding-bi.mjs.map +1 -0
- package/index.d.ts +3 -0
- package/package.json +32 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
import * as i2 from "./components/1/index";
|
|
4
|
+
import * as i3 from "./components/2/index";
|
|
5
|
+
import * as i4 from "./components/3/index";
|
|
6
|
+
import * as i5 from "./components/4/index";
|
|
7
|
+
import * as i6 from "./components/5/index";
|
|
8
|
+
import * as i7 from "./components/6/index";
|
|
9
|
+
import * as i8 from "./components/7/index";
|
|
10
|
+
import * as i9 from "./components/8/index";
|
|
11
|
+
import * as i10 from "./components/9/index";
|
|
12
|
+
import * as i11 from "./components/10/index";
|
|
13
|
+
import * as i12 from "./components/11/index";
|
|
14
|
+
import * as i13 from "./components/12/index";
|
|
15
|
+
export declare class GramBiBorderModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramBiBorderModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramBiBorderModule, never, [typeof i1.GramBiBorderComponent, typeof i2.BorderComponent1, typeof i3.BorderComponent2, typeof i4.BorderComponent3, typeof i5.BorderComponent4, typeof i6.BorderComponent5, typeof i7.BorderComponent6, typeof i8.BorderComponent7, typeof i9.BorderComponent8, typeof i10.BorderComponent9, typeof i11.BorderComponent10, typeof i12.BorderComponent11, typeof i13.BorderComponent12], [typeof i1.GramBiBorderComponent]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramBiBorderModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent1 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent1, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent1, "decorator1", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent10 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
points1: any;
|
|
10
|
+
points2: any;
|
|
11
|
+
points3: any;
|
|
12
|
+
svgTemplate: any;
|
|
13
|
+
constructor(globalSrv: GramGlobalService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
initPageData(value: any): void;
|
|
16
|
+
initDecorator(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent10, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent10, "decorator10", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent11 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent11, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent11, "decorator11", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent12 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent12, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent12, "decorator12", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent13 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
points1: any;
|
|
11
|
+
points2: any;
|
|
12
|
+
points3: any;
|
|
13
|
+
points4: string;
|
|
14
|
+
points5: string;
|
|
15
|
+
points6: string;
|
|
16
|
+
constructor(globalSrv: GramGlobalService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
initPageData(value: any): void;
|
|
19
|
+
initDecorator(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent13, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent13, "decorator13", never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent2 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent2, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent2, "decorator2", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent3 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent3, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent3, "decorator3", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent4 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent4, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent4, "decorator4", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent5 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initPageData(value: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent5, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent5, "decorator5", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent6 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initPageData(value: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent6, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent6, "decorator6", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent7 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initPageData(value: any): void;
|
|
13
|
+
generateSvg(): string;
|
|
14
|
+
generatePolyline1(width: any, height: any): string;
|
|
15
|
+
generatePolyline2(width: any, height: any): string;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent7, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent7, "decorator7", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent8 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
constructor(globalSrv: GramGlobalService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
initDecorator(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent8, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent8, "decorator8", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import { BasicService } from "../basic.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DecoratorComponent9 extends BasicService implements OnInit {
|
|
6
|
+
globalSrv: GramGlobalService;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
svgTemplate: any;
|
|
10
|
+
points1: any;
|
|
11
|
+
points2: any;
|
|
12
|
+
points3: any;
|
|
13
|
+
constructor(globalSrv: GramGlobalService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
initPageData(value: any): void;
|
|
16
|
+
initDecorator(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratorComponent9, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DecoratorComponent9, "decorator9", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class BasicService implements OnDestroy {
|
|
5
|
+
globalSrv: GramGlobalService;
|
|
6
|
+
_data: any;
|
|
7
|
+
transform: any;
|
|
8
|
+
width: number;
|
|
9
|
+
height: number;
|
|
10
|
+
set data(value: any);
|
|
11
|
+
get data(): any;
|
|
12
|
+
set rd(value: any);
|
|
13
|
+
constructor(globalSrv: GramGlobalService);
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
initPageData(value: any): void;
|
|
16
|
+
initDecorator(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasicService, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BasicService, never, never, { "data": { "alias": "data"; "required": false; }; "rd": { "alias": "rd"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, ViewContainerRef, ComponentFactoryResolver } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const dynamicComponents: any;
|
|
4
|
+
export declare class GramBiDecoratorComponent implements OnInit {
|
|
5
|
+
componentFactoryResolver: ComponentFactoryResolver;
|
|
6
|
+
_data: any;
|
|
7
|
+
type: any;
|
|
8
|
+
component: any;
|
|
9
|
+
set data(value: any);
|
|
10
|
+
get data(): any;
|
|
11
|
+
set rd(value: any);
|
|
12
|
+
/**
|
|
13
|
+
* 动态子组件
|
|
14
|
+
*/
|
|
15
|
+
componentHost: ViewContainerRef | any;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver);
|
|
18
|
+
private renderComponent;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramBiDecoratorComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramBiDecoratorComponent, "gram-bi-decorator", never, { "data": { "alias": "data"; "required": false; }; "rd": { "alias": "rd"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
import * as i2 from "./components/1/index";
|
|
4
|
+
import * as i3 from "./components/2/index";
|
|
5
|
+
import * as i4 from "./components/3/index";
|
|
6
|
+
import * as i5 from "./components/4/index";
|
|
7
|
+
import * as i6 from "./components/5/index";
|
|
8
|
+
import * as i7 from "./components/6/index";
|
|
9
|
+
import * as i8 from "./components/7/index";
|
|
10
|
+
import * as i9 from "./components/8/index";
|
|
11
|
+
import * as i10 from "./components/9/index";
|
|
12
|
+
import * as i11 from "./components/10/index";
|
|
13
|
+
import * as i12 from "./components/11/index";
|
|
14
|
+
import * as i13 from "./components/12/index";
|
|
15
|
+
import * as i14 from "./components/13/index";
|
|
16
|
+
export declare class GramBiDecoratorModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramBiDecoratorModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramBiDecoratorModule, never, [typeof i1.GramBiDecoratorComponent, typeof i2.DecoratorComponent1, typeof i3.DecoratorComponent2, typeof i4.DecoratorComponent3, typeof i5.DecoratorComponent4, typeof i6.DecoratorComponent5, typeof i7.DecoratorComponent6, typeof i8.DecoratorComponent7, typeof i9.DecoratorComponent8, typeof i10.DecoratorComponent9, typeof i11.DecoratorComponent10, typeof i12.DecoratorComponent11, typeof i13.DecoratorComponent12, typeof i14.DecoratorComponent13], [typeof i1.GramBiDecoratorComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramBiDecoratorModule>;
|
|
20
|
+
}
|