special-forms 4.0.2 → 4.0.4
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/esm2020/lib/components/special-autocomplete/special-autocomplete.component.mjs +5 -7
- package/esm2020/lib/components/special-checkbox/special-checkbox.component.mjs +4 -4
- package/esm2020/lib/components/special-datepicker/special-datepicker.component.mjs +4 -5
- package/esm2020/lib/components/special-dropdown/special-dropdown.component.mjs +7 -9
- package/esm2020/lib/components/special-form/special-form.module.mjs +4 -5
- package/esm2020/lib/components/special-input/special-input.component.mjs +5 -6
- package/esm2020/lib/components/special-label/special-label.component.mjs +4 -5
- package/esm2020/lib/components/special-multiple-autocomplete/special-multiple-autocomplete.component.mjs +6 -8
- package/esm2020/lib/components/special-text-area/special-text-area.component.mjs +4 -5
- package/esm2020/lib/components/special-upload/special-upload.component.mjs +4 -5
- package/esm2020/lib/core/aux-data/input-types.mjs +1 -1
- package/esm2020/lib/core/pipes/controls-list-pipe/controls-list.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/error-message-pipe/error.pipe.mjs +3 -2
- package/esm2020/lib/core/pipes/index.mjs +4 -3
- package/esm2020/lib/core/pipes/text-by-function/text-by-function.pipe.mjs +3 -3
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/special-forms.mjs +46 -92
- package/fesm2015/special-forms.mjs.map +1 -1
- package/fesm2020/special-forms.mjs +46 -92
- package/fesm2020/special-forms.mjs.map +1 -1
- package/lib/components/special-form/special-form.module.d.ts +2 -2
- package/lib/core/aux-data/input-types.d.ts +1 -1
- package/lib/core/pipes/controls-list-pipe/controls-list.pipe.d.ts +1 -1
- package/lib/core/pipes/error-message-pipe/error.pipe.d.ts +1 -1
- package/lib/core/pipes/index.d.ts +3 -2
- package/lib/core/pipes/text-by-function/text-by-function.pipe.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/esm2020/lib/core/pipes/controls-list-pipe/controls-list.pipe.module.mjs +0 -18
- package/esm2020/lib/core/pipes/error-message-pipe/error.pipe.module.mjs +0 -20
- package/esm2020/lib/core/pipes/text-by-function/text-by-function.pipe.module.mjs +0 -20
- package/lib/core/pipes/controls-list-pipe/controls-list.pipe.module.d.ts +0 -8
- package/lib/core/pipes/error-message-pipe/error.pipe.module.d.ts +0 -8
- package/lib/core/pipes/text-by-function/text-by-function.pipe.module.d.ts +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./special-form.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../core/pipes/controls-list-pipe/controls-list.pipe
|
|
4
|
+
import * as i3 from "../../core/pipes/controls-list-pipe/controls-list.pipe";
|
|
5
5
|
import * as i4 from "@angular/material/button";
|
|
6
6
|
import * as i5 from "../special-richtext/special-richtext.component";
|
|
7
7
|
import * as i6 from "../special-dropdown/special-dropdown.component";
|
|
@@ -15,6 +15,6 @@ import * as i13 from "../special-text-area/special-text-area.component";
|
|
|
15
15
|
import * as i14 from "../special-upload/special-upload.component";
|
|
16
16
|
export declare class SpecialFormModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpecialFormModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SpecialFormModule, [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent], [typeof i2.CommonModule, typeof i3.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpecialFormModule, [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent], [typeof i2.CommonModule, typeof i3.FormControlsListPipe, typeof i4.MatButtonModule, typeof i5.SpecialRichtextComponent, typeof i6.SpecialDropdownComponent, typeof i7.SpecialInputComponent, typeof i8.SpecialAutocompleteComponent, typeof i9.SpecialDatepickerComponent, typeof i10.SpecialLabelComponent, typeof i11.SpecialMultipleAutocompleteComponent, typeof i12.SpecialCheckboxComponent, typeof i13.SpecialTextAreaComponent, typeof i14.SpecialUploadComponent], [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<SpecialFormModule>;
|
|
20
20
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const InputTypes:
|
|
1
|
+
export declare const InputTypes: readonly ["color", "date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week"];
|
|
2
2
|
export type TInputTypes = typeof InputTypes[number];
|
|
@@ -7,5 +7,5 @@ export declare class FormControlsListPipe implements PipeTransform {
|
|
|
7
7
|
[key: string]: AbstractControl;
|
|
8
8
|
}): SpecialFormControl<any>[];
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormControlsListPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormControlsListPipe, "controlsList",
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormControlsListPipe, "controlsList", true>;
|
|
11
11
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ErrorMessagePipe implements PipeTransform {
|
|
|
8
8
|
[key: string]: any;
|
|
9
9
|
}, control?: FormControl): any;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagePipe, never>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ErrorMessagePipe, "errorMessage",
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ErrorMessagePipe, "errorMessage", true>;
|
|
12
12
|
}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
1
|
+
export { ErrorMessagePipe } from './error-message-pipe/error.pipe';
|
|
2
|
+
export { TextByFunctionPipe } from './text-by-function/text-by-function.pipe';
|
|
3
|
+
export { FormControlsListPipe } from './controls-list-pipe/controls-list.pipe';
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TextByFunctionPipe implements PipeTransform {
|
|
4
4
|
transform(value: any, field: string | ((value: any) => string)): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextByFunctionPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TextByFunctionPipe, "textByFunction",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TextByFunctionPipe, "textByFunction", true>;
|
|
7
7
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FormControlsListPipe } from './controls-list.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class FormControlsListPipeModule {
|
|
6
|
-
}
|
|
7
|
-
FormControlsListPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
FormControlsListPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, declarations: [FormControlsListPipe], imports: [CommonModule], exports: [FormControlsListPipe] });
|
|
9
|
-
FormControlsListPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [FormControlsListPipe],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [FormControlsListPipe],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJvbHMtbGlzdC5waXBlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NwZWNpYWwtZm9ybXMvc3JjL2xpYi9jb3JlL3BpcGVzL2NvbnRyb2xzLWxpc3QtcGlwZS9jb250cm9scy1saXN0LnBpcGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQU81RCxNQUFNLE9BQU8sMEJBQTBCOzt1SEFBMUIsMEJBQTBCO3dIQUExQiwwQkFBMEIsaUJBSnRCLG9CQUFvQixhQUN6QixZQUFZLGFBQ1osb0JBQW9CO3dIQUVuQiwwQkFBMEIsWUFIM0IsWUFBWTsyRkFHWCwwQkFBMEI7a0JBTHRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsb0JBQW9CLENBQUM7b0JBQ3BDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUM7aUJBQ2hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybUNvbnRyb2xzTGlzdFBpcGUgfSBmcm9tICcuL2NvbnRyb2xzLWxpc3QucGlwZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Zvcm1Db250cm9sc0xpc3RQaXBlXSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuICBleHBvcnRzOiBbRm9ybUNvbnRyb2xzTGlzdFBpcGVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9ybUNvbnRyb2xzTGlzdFBpcGVNb2R1bGUge31cclxuIl19
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from "@angular/common";
|
|
2
|
-
import { NgModule } from "@angular/core";
|
|
3
|
-
import { ErrorMessagePipe } from "./error.pipe";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class ErrorMessagePipeModule {
|
|
6
|
-
}
|
|
7
|
-
ErrorMessagePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
ErrorMessagePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, declarations: [ErrorMessagePipe], imports: [CommonModule], exports: [ErrorMessagePipe] });
|
|
9
|
-
ErrorMessagePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [ErrorMessagePipe],
|
|
14
|
-
imports: [
|
|
15
|
-
CommonModule,
|
|
16
|
-
],
|
|
17
|
-
exports: [ErrorMessagePipe],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3IucGlwZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zcGVjaWFsLWZvcm1zL3NyYy9saWIvY29yZS9waXBlcy9lcnJvci1tZXNzYWdlLXBpcGUvZXJyb3IucGlwZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQVVoRCxNQUFNLE9BQU8sc0JBQXNCOzttSEFBdEIsc0JBQXNCO29IQUF0QixzQkFBc0IsaUJBUGxCLGdCQUFnQixhQUU3QixZQUFZLGFBR0osZ0JBQWdCO29IQUVmLHNCQUFzQixZQUwvQixZQUFZOzJGQUtILHNCQUFzQjtrQkFSbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDaEMsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBRWI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEVycm9yTWVzc2FnZVBpcGUgfSBmcm9tIFwiLi9lcnJvci5waXBlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Vycm9yTWVzc2FnZVBpcGVdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuXHJcbiAgXSxcclxuICBleHBvcnRzOiBbRXJyb3JNZXNzYWdlUGlwZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBFcnJvck1lc3NhZ2VQaXBlTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from "@angular/common";
|
|
2
|
-
import { NgModule } from "@angular/core";
|
|
3
|
-
import { TextByFunctionPipe } from "./text-by-function.pipe";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class TextByFunctionPipeModule {
|
|
6
|
-
}
|
|
7
|
-
TextByFunctionPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
TextByFunctionPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, declarations: [TextByFunctionPipe], imports: [CommonModule], exports: [TextByFunctionPipe] });
|
|
9
|
-
TextByFunctionPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [TextByFunctionPipe],
|
|
14
|
-
imports: [
|
|
15
|
-
CommonModule,
|
|
16
|
-
],
|
|
17
|
-
exports: [TextByFunctionPipe],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1ieS1mdW5jdGlvbi5waXBlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NwZWNpYWwtZm9ybXMvc3JjL2xpYi9jb3JlL3BpcGVzL3RleHQtYnktZnVuY3Rpb24vdGV4dC1ieS1mdW5jdGlvbi5waXBlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFVN0QsTUFBTSxPQUFPLHdCQUF3Qjs7cUhBQXhCLHdCQUF3QjtzSEFBeEIsd0JBQXdCLGlCQVBwQixrQkFBa0IsYUFFL0IsWUFBWSxhQUdKLGtCQUFrQjtzSEFFakIsd0JBQXdCLFlBTGpDLFlBQVk7MkZBS0gsd0JBQXdCO2tCQVJwQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixDQUFDO29CQUNsQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFFYjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVGV4dEJ5RnVuY3Rpb25QaXBlIH0gZnJvbSBcIi4vdGV4dC1ieS1mdW5jdGlvbi5waXBlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1RleHRCeUZ1bmN0aW9uUGlwZV0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG5cclxuICBdLFxyXG4gIGV4cG9ydHM6IFtUZXh0QnlGdW5jdGlvblBpcGVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgVGV4dEJ5RnVuY3Rpb25QaXBlTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./controls-list.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class FormControlsListPipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormControlsListPipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormControlsListPipeModule, [typeof i1.FormControlsListPipe], [typeof i2.CommonModule], [typeof i1.FormControlsListPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormControlsListPipeModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./error.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ErrorMessagePipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagePipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorMessagePipeModule, [typeof i1.ErrorMessagePipe], [typeof i2.CommonModule], [typeof i1.ErrorMessagePipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorMessagePipeModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./text-by-function.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class TextByFunctionPipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextByFunctionPipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextByFunctionPipeModule, [typeof i1.TextByFunctionPipe], [typeof i2.CommonModule], [typeof i1.TextByFunctionPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextByFunctionPipeModule>;
|
|
8
|
-
}
|