ato-water-lib 0.0.25 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,6 @@ import { Subject, Subscription } from 'rxjs';
|
|
7
7
|
import * as i1 from '@angular/common';
|
8
8
|
import { DecimalPipe, CommonModule } from '@angular/common';
|
9
9
|
import { v4 } from 'uuid';
|
10
|
-
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
11
|
-
import { BrowserModule } from '@angular/platform-browser';
|
12
10
|
|
13
11
|
class AtoWaterLibService {
|
14
12
|
constructor() { }
|
@@ -8137,19 +8135,13 @@ AtoWaterLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
|
|
8137
8135
|
AssetFlowComponent,
|
8138
8136
|
AtoLoadingDirective,
|
8139
8137
|
AtoAssetParamsViewComponent,
|
8140
|
-
AtoNgVarDirective], imports: [CommonModule,
|
8141
|
-
BrowserModule,
|
8142
|
-
ReactiveFormsModule,
|
8143
|
-
FormsModule], exports: [AtoWaterLibComponent,
|
8138
|
+
AtoNgVarDirective], imports: [CommonModule], exports: [AtoWaterLibComponent,
|
8144
8139
|
AtoFlowDiagramLibComponent,
|
8145
8140
|
AssetFlowComponent,
|
8146
8141
|
AtoLoadingDirective,
|
8147
8142
|
AtoAssetParamsViewComponent,
|
8148
8143
|
AtoNgVarDirective] });
|
8149
|
-
AtoWaterLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AtoWaterLibModule, imports: [CommonModule
|
8150
|
-
BrowserModule,
|
8151
|
-
ReactiveFormsModule,
|
8152
|
-
FormsModule] });
|
8144
|
+
AtoWaterLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AtoWaterLibModule, imports: [CommonModule] });
|
8153
8145
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AtoWaterLibModule, decorators: [{
|
8154
8146
|
type: NgModule,
|
8155
8147
|
args: [{
|
@@ -8162,10 +8154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8162
8154
|
AtoNgVarDirective,
|
8163
8155
|
],
|
8164
8156
|
imports: [
|
8165
|
-
CommonModule
|
8166
|
-
BrowserModule,
|
8167
|
-
ReactiveFormsModule,
|
8168
|
-
FormsModule,
|
8157
|
+
CommonModule
|
8169
8158
|
],
|
8170
8159
|
exports: [
|
8171
8160
|
AtoWaterLibComponent,
|