@anglr/common 10.0.0 → 11.0.0

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.
Files changed (62) hide show
  1. package/changelog.md +19 -0
  2. package/es2015/material/src/components/titledDialog/titledDialog.component.js +12 -8
  3. package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  4. package/es2015/material/src/modules/titledDialog.module.js +7 -4
  5. package/es2015/material/src/modules/titledDialog.module.js.map +1 -1
  6. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +1 -0
  7. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
  8. package/es2020/material/src/components/titledDialog/titledDialog.component.js +12 -8
  9. package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  10. package/es2020/material/src/modules/titledDialog.module.js +7 -4
  11. package/es2020/material/src/modules/titledDialog.module.js.map +1 -1
  12. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +1 -0
  13. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
  14. package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
  15. package/material/src/modules/titledDialog.module.d.ts +1 -1
  16. package/material/src/modules/titledDialog.module.d.ts.map +1 -1
  17. package/package.json +23 -28
  18. package/readme.md +0 -1
  19. package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts.map +1 -1
  20. package/version.bak +1 -1
  21. package/common.d.ts +0 -1398
  22. package/common.internal.d.ts +0 -1438
  23. package/date-fns/common-date-fns.d.ts +0 -8
  24. package/date-fns/common-date-fns.internal.d.ts +0 -8
  25. package/date-fns/temp/common-date-fns.api.md +0 -12
  26. package/es2015/hmr/src/index.js +0 -35
  27. package/es2015/hmr/src/index.js.map +0 -1
  28. package/es2020/hmr/src/index.js +0 -35
  29. package/es2020/hmr/src/index.js.map +0 -1
  30. package/forms/common-forms.d.ts +0 -966
  31. package/forms/common-forms.internal.d.ts +0 -966
  32. package/forms/temp/common-forms.api.md +0 -445
  33. package/hmr/common-hmr.d.ts +0 -6
  34. package/hmr/common-hmr.internal.d.ts +0 -6
  35. package/hmr/package.json +0 -9
  36. package/hmr/src/index.d.ts +0 -6
  37. package/hmr/src/index.d.ts.map +0 -1
  38. package/hmr/temp/common-hmr.api.md +0 -12
  39. package/hotkeys/common-hotkeys.d.ts +0 -53
  40. package/hotkeys/common-hotkeys.internal.d.ts +0 -53
  41. package/hotkeys/temp/common-hotkeys.api.md +0 -25
  42. package/material/common-material.d.ts +0 -264
  43. package/material/common-material.internal.d.ts +0 -278
  44. package/material/temp/common-material.api.md +0 -164
  45. package/moment/common-moment.d.ts +0 -61
  46. package/moment/common-moment.internal.d.ts +0 -61
  47. package/moment/temp/common-moment.api.md +0 -47
  48. package/numeral/common-numeral.d.ts +0 -44
  49. package/numeral/common-numeral.internal.d.ts +0 -44
  50. package/numeral/temp/common-numeral.api.md +0 -37
  51. package/positions/common-positions.d.ts +0 -324
  52. package/positions/common-positions.internal.d.ts +0 -346
  53. package/positions/temp/common-positions.api.md +0 -170
  54. package/router/common-router.d.ts +0 -140
  55. package/router/common-router.internal.d.ts +0 -140
  56. package/router/temp/common-router.api.md +0 -74
  57. package/store/common-store.d.ts +0 -61
  58. package/store/common-store.internal.d.ts +0 -61
  59. package/store/temp/common-store.api.md +0 -37
  60. package/structured-log/common-structured-log.d.ts +0 -418
  61. package/structured-log/common-structured-log.internal.d.ts +0 -418
  62. package/structured-log/temp/common-structured-log.api.md +0 -193
@@ -1,164 +0,0 @@
1
- ## API Report File for "@anglr/common-material"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Clipboard as Clipboard_2 } from '@angular/cdk/clipboard';
8
- import { ComponentType } from '@angular/cdk/portal';
9
- import { EventEmitter } from '@angular/core';
10
- import * as i0 from '@angular/core';
11
- import * as i2 from '@anglr/common';
12
- import * as i3 from '@angular/material/dialog';
13
- import * as i3_2 from '@angular/common';
14
- import { InjectionToken } from '@angular/core';
15
- import { Injector } from '@angular/core';
16
- import { MatDialog } from '@angular/material/dialog';
17
- import { MatDialogConfig } from '@angular/material/dialog';
18
- import { MatDialogRef } from '@angular/material/dialog';
19
- import { TemplateRef } from '@angular/core';
20
-
21
- // @public
22
- export const CONFIRMATION_DIALOG_OPTIONS: InjectionToken<ConfirmationDialogOptions>;
23
-
24
- // @public
25
- export class ConfirmationDialogComponent {
26
- constructor(data: ConfirmationDialogOptions, dialog: MatDialogRef<ConfirmationDialogOptions, boolean>, options: ConfirmationDialogOptions);
27
- // (undocumented)
28
- dialog: MatDialogRef<ConfirmationDialogOptions, boolean>;
29
- // @internal
30
- options: ConfirmationDialogOptions;
31
- // (undocumented)
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "confirmation-dialog", never, {}, {}, never, never>;
33
- // (undocumented)
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, [null, null, { optional: true; }]>;
35
- }
36
-
37
- // @public
38
- export interface ConfirmationDialogCssClasses {
39
- buttonsContainerDiv?: string;
40
- closeButton?: string;
41
- closeButtonIcon?: string;
42
- confirmButton?: string;
43
- confirmButtonIcon?: string;
44
- }
45
-
46
- // @public
47
- export class ConfirmationDialogDirective {
48
- constructor(_dialog: TitledDialogService);
49
- click(event: MouseEvent): Promise<void>;
50
- confirm: EventEmitter<void>;
51
- confirmationCancel: string;
52
- confirmationConfirm: string;
53
- confirmationCssClasses: ConfirmationDialogCssClasses;
54
- confirmationText: string;
55
- confirmationTitle: string;
56
- preventDefaultsAndPropagation: boolean;
57
- skipConfirmation: boolean;
58
- // (undocumented)
59
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConfirmationDialogDirective, "[confirmation]", never, { "confirmationText": "confirmation"; "confirmationTitle": "confirmationTitle"; "confirmationConfirm": "confirmationConfirm"; "confirmationCancel": "confirmationCancel"; "confirmationCssClasses": "confirmationCssClasses"; "skipConfirmation": "skipConfirmation"; "preventDefaultsAndPropagation": "preventDefaultsAndPropagation"; }, { "confirm": "confirm"; }, never>;
60
- // (undocumented)
61
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogDirective, never>;
62
- }
63
-
64
- // @public
65
- export class ConfirmationDialogModule {
66
- // (undocumented)
67
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogModule, never>;
68
- // (undocumented)
69
- static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
70
- // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
71
- // Warning: (ae-forgotten-export) The symbol "i2" needs to be exported by the entry point index.d.ts
72
- // Warning: (ae-forgotten-export) The symbol "i5" needs to be exported by the entry point index.d.ts
73
- //
74
- // (undocumented)
75
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1_3.ConfirmationDialogComponent, typeof i2_2.ConfirmationDialogDirective], [typeof i3_2.CommonModule, typeof i2.CommonLocalizeModule, typeof i5.TitledDialogModule], [typeof i2_2.ConfirmationDialogDirective]>;
76
- }
77
-
78
- // @public
79
- export interface ConfirmationDialogOptions {
80
- confirmationText?: string;
81
- cssClasses?: ConfirmationDialogCssClasses;
82
- dialogCancelText?: string;
83
- dialogConfirmText?: string;
84
- }
85
-
86
- // @public
87
- export class DebugDataCopyClickDirective {
88
- constructor(_clipboard: Clipboard_2);
89
- // @internal
90
- clickable: boolean;
91
- // (undocumented)
92
- protected _clipboard: Clipboard_2;
93
- // @internal
94
- copyData(): void;
95
- data: any;
96
- // (undocumented)
97
- static ɵdir: i0.ɵɵDirectiveDeclaration<DebugDataCopyClickDirective, "debug-data[copyClick]", never, { "data": "copyClick"; }, {}, never>;
98
- // (undocumented)
99
- static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataCopyClickDirective, never>;
100
- }
101
-
102
- // @public
103
- export class DebugDataCopyClickModule {
104
- // (undocumented)
105
- static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataCopyClickModule, never>;
106
- // (undocumented)
107
- static ɵinj: i0.ɵɵInjectorDeclaration<DebugDataCopyClickModule>;
108
- // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
109
- //
110
- // (undocumented)
111
- static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataCopyClickModule, [typeof i1_2.DebugDataCopyClickDirective], never, [typeof i1_2.DebugDataCopyClickDirective, typeof i2.DebugDataModule]>;
112
- }
113
-
114
- // @public
115
- export const TITLED_DIALOG_DATA: InjectionToken<any>;
116
-
117
- // @public
118
- class TitledDialogComponent {
119
- constructor(data: ɵTitledDialogOptions, dialogRef: MatDialogRef<ɵTitledDialogOptions>, injector: Injector);
120
- // (undocumented)
121
- get component(): ComponentType<any>;
122
- // Warning: (ae-forgotten-export) The symbol "ɵTitledDialogOptions" needs to be exported by the entry point index.d.ts
123
- //
124
- // (undocumented)
125
- data: ɵTitledDialogOptions;
126
- // (undocumented)
127
- dialogRef: MatDialogRef<ɵTitledDialogOptions>;
128
- injector: Injector;
129
- // (undocumented)
130
- static ɵcmp: i0.ɵɵComponentDeclaration<TitledDialogComponent, "titled-dialog", never, {}, {}, never, never>;
131
- // (undocumented)
132
- static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogComponent, never>;
133
- }
134
-
135
- // @public
136
- export interface TitledDialogConfig<TData> extends MatDialogConfig<TData> {
137
- title?: string;
138
- }
139
-
140
- // @public
141
- export class TitledDialogModule {
142
- // (undocumented)
143
- static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogModule, never>;
144
- // (undocumented)
145
- static ɵinj: i0.ɵɵInjectorDeclaration<TitledDialogModule>;
146
- // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
147
- //
148
- // (undocumented)
149
- static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule], never>;
150
- }
151
-
152
- // @public
153
- export class TitledDialogService {
154
- constructor(_dialog: MatDialog);
155
- open<T, D = any, R = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: TitledDialogConfig<D>): MatDialogRef<T, R>;
156
- // (undocumented)
157
- static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogService, never>;
158
- // (undocumented)
159
- static ɵprov: i0.ɵɵInjectableDeclaration<TitledDialogService>;
160
- }
161
-
162
- // (No @packageDocumentation comment for this package)
163
-
164
- ```
@@ -1,61 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { default as moment_2 } from 'moment';
3
- import { PipeTransform } from '@angular/core';
4
-
5
- declare namespace i1 {
6
- export {
7
- MomentConvertPipe
8
- }
9
- }
10
-
11
- declare namespace i2 {
12
- export {
13
- MomentFormatPipe
14
- }
15
- }
16
-
17
- /**
18
- * Performs moment conversion
19
- */
20
- declare class MomentConvertPipe implements PipeTransform {
21
- /**
22
- * Transforms 'date' string to moment
23
- * @param value - Value to be converted to moment
24
- */
25
- transform(value: string | moment_2.Moment): moment_2.Moment;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentConvertPipe, never>;
27
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentConvertPipe, "momentConvert">;
28
- }
29
-
30
- /**
31
- * Performs moment conversion and formats result
32
- */
33
- declare class MomentFormatPipe implements PipeTransform {
34
- /**
35
- * Transforms 'date' string to moment and formats it
36
- * @param value - Value to be converted to moment
37
- * @param format - Formats used for formatting moment
38
- */
39
- transform(value: string | moment_2.Moment, format?: string): string;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentFormatPipe, never>;
41
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentFormatPipe, "momentFormat">;
42
- }
43
-
44
- /**
45
- * Module containing common stuff for moment.js in angular
46
- */
47
- export declare class MomentModule {
48
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<MomentModule, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe], never, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe]>;
50
- static ɵinj: i0.ɵɵInjectorDeclaration<MomentModule>;
51
- }
52
-
53
- /**
54
- * Reads filter value from encoded string, deserialize date properties into moment
55
- * @param defaultValue - Default value of filter, which is overriden by values from filterValue
56
- * @param filterValue - Encoded string containing filter value
57
- * @param offsetCorrelation - Indication whether perform timezone offset correlation, defaults to true
58
- */
59
- export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string, offsetCorrelation?: boolean): TFilter;
60
-
61
- export { }
@@ -1,61 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { default as moment_2 } from 'moment';
3
- import { PipeTransform } from '@angular/core';
4
-
5
- declare namespace i1 {
6
- export {
7
- MomentConvertPipe
8
- }
9
- }
10
-
11
- declare namespace i2 {
12
- export {
13
- MomentFormatPipe
14
- }
15
- }
16
-
17
- /**
18
- * Performs moment conversion
19
- */
20
- declare class MomentConvertPipe implements PipeTransform {
21
- /**
22
- * Transforms 'date' string to moment
23
- * @param value - Value to be converted to moment
24
- */
25
- transform(value: string | moment_2.Moment): moment_2.Moment;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentConvertPipe, never>;
27
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentConvertPipe, "momentConvert">;
28
- }
29
-
30
- /**
31
- * Performs moment conversion and formats result
32
- */
33
- declare class MomentFormatPipe implements PipeTransform {
34
- /**
35
- * Transforms 'date' string to moment and formats it
36
- * @param value - Value to be converted to moment
37
- * @param format - Formats used for formatting moment
38
- */
39
- transform(value: string | moment_2.Moment, format?: string): string;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentFormatPipe, never>;
41
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentFormatPipe, "momentFormat">;
42
- }
43
-
44
- /**
45
- * Module containing common stuff for moment.js in angular
46
- */
47
- export declare class MomentModule {
48
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<MomentModule, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe], never, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe]>;
50
- static ɵinj: i0.ɵɵInjectorDeclaration<MomentModule>;
51
- }
52
-
53
- /**
54
- * Reads filter value from encoded string, deserialize date properties into moment
55
- * @param defaultValue - Default value of filter, which is overriden by values from filterValue
56
- * @param filterValue - Encoded string containing filter value
57
- * @param offsetCorrelation - Indication whether perform timezone offset correlation, defaults to true
58
- */
59
- export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string, offsetCorrelation?: boolean): TFilter;
60
-
61
- export { }
@@ -1,47 +0,0 @@
1
- ## API Report File for "@anglr/common-moment"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as i0 from '@angular/core';
8
- import { default as moment_2 } from 'moment';
9
- import { PipeTransform } from '@angular/core';
10
-
11
- // @public
12
- class MomentConvertPipe implements PipeTransform {
13
- transform(value: string | moment_2.Moment): moment_2.Moment;
14
- // (undocumented)
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentConvertPipe, never>;
16
- // (undocumented)
17
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentConvertPipe, "momentConvert">;
18
- }
19
-
20
- // @public
21
- class MomentFormatPipe implements PipeTransform {
22
- transform(value: string | moment_2.Moment, format?: string): string;
23
- // (undocumented)
24
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentFormatPipe, never>;
25
- // (undocumented)
26
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentFormatPipe, "momentFormat">;
27
- }
28
-
29
- // @public
30
- export class MomentModule {
31
- // (undocumented)
32
- static ɵfac: i0.ɵɵFactoryDeclaration<MomentModule, never>;
33
- // (undocumented)
34
- static ɵinj: i0.ɵɵInjectorDeclaration<MomentModule>;
35
- // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
36
- // Warning: (ae-forgotten-export) The symbol "i2" needs to be exported by the entry point index.d.ts
37
- //
38
- // (undocumented)
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<MomentModule, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe], never, [typeof i1.MomentConvertPipe, typeof i2.MomentFormatPipe]>;
40
- }
41
-
42
- // @public
43
- export function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string, offsetCorrelation?: boolean): TFilter;
44
-
45
- // (No @packageDocumentation comment for this package)
46
-
47
- ```
@@ -1,44 +0,0 @@
1
- import { GlobalizationService } from '@anglr/common';
2
- import * as i0 from '@angular/core';
3
- import { OnDestroy } from '@angular/core';
4
- import { PipeTransform } from '@angular/core';
5
-
6
- declare namespace i1 {
7
- export {
8
- NumeralPipe
9
- }
10
- }
11
-
12
- /**
13
- * Module for components, pipes and directives that are using numeral library
14
- */
15
- export declare class NumeralModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumeralModule, [typeof i1.NumeralPipe], never, [typeof i1.NumeralPipe]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<NumeralModule>;
19
- }
20
-
21
- /**
22
- * Pipe to transform numbers to regional formatting using numeraljs.
23
- */
24
- export declare class NumeralPipe implements PipeTransform, OnDestroy {
25
- /**
26
- * Subscription for globalization changes
27
- */
28
- private _globalizationChangeSubscription;
29
- constructor(globalizationSvc: GlobalizationService);
30
- /**
31
- * Formats number value as slovak format string
32
- * @param value - Number to format
33
- * @param format - Format string (optional)
34
- */
35
- transform(value: number, format: string): string;
36
- /**
37
- * Called when component is destroyed
38
- */
39
- ngOnDestroy(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralPipe, never>;
41
- static ɵpipe: i0.ɵɵPipeDeclaration<NumeralPipe, "numeral">;
42
- }
43
-
44
- export { }
@@ -1,44 +0,0 @@
1
- import { GlobalizationService } from '@anglr/common';
2
- import * as i0 from '@angular/core';
3
- import { OnDestroy } from '@angular/core';
4
- import { PipeTransform } from '@angular/core';
5
-
6
- declare namespace i1 {
7
- export {
8
- NumeralPipe
9
- }
10
- }
11
-
12
- /**
13
- * Module for components, pipes and directives that are using numeral library
14
- */
15
- export declare class NumeralModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumeralModule, [typeof i1.NumeralPipe], never, [typeof i1.NumeralPipe]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<NumeralModule>;
19
- }
20
-
21
- /**
22
- * Pipe to transform numbers to regional formatting using numeraljs.
23
- */
24
- export declare class NumeralPipe implements PipeTransform, OnDestroy {
25
- /**
26
- * Subscription for globalization changes
27
- */
28
- private _globalizationChangeSubscription;
29
- constructor(globalizationSvc: GlobalizationService);
30
- /**
31
- * Formats number value as slovak format string
32
- * @param value - Number to format
33
- * @param format - Format string (optional)
34
- */
35
- transform(value: number, format: string): string;
36
- /**
37
- * Called when component is destroyed
38
- */
39
- ngOnDestroy(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralPipe, never>;
41
- static ɵpipe: i0.ɵɵPipeDeclaration<NumeralPipe, "numeral">;
42
- }
43
-
44
- export { }
@@ -1,37 +0,0 @@
1
- ## API Report File for "@anglr/common-numeral"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { GlobalizationService } from '@anglr/common';
8
- import * as i0 from '@angular/core';
9
- import { OnDestroy } from '@angular/core';
10
- import { PipeTransform } from '@angular/core';
11
-
12
- // @public
13
- export class NumeralModule {
14
- // (undocumented)
15
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralModule, never>;
16
- // (undocumented)
17
- static ɵinj: i0.ɵɵInjectorDeclaration<NumeralModule>;
18
- // Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point index.d.ts
19
- //
20
- // (undocumented)
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumeralModule, [typeof i1.NumeralPipe], never, [typeof i1.NumeralPipe]>;
22
- }
23
-
24
- // @public
25
- export class NumeralPipe implements PipeTransform, OnDestroy {
26
- constructor(globalizationSvc: GlobalizationService);
27
- ngOnDestroy(): void;
28
- transform(value: number, format: string): string;
29
- // (undocumented)
30
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralPipe, never>;
31
- // (undocumented)
32
- static ɵpipe: i0.ɵɵPipeDeclaration<NumeralPipe, "numeral">;
33
- }
34
-
35
- // (No @packageDocumentation comment for this package)
36
-
37
- ```