ato-water-lib 0.0.17 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,9 +3,13 @@ import * as i1 from "./ato-water-lib.component";
3
3
  import * as i2 from "./components/flow-diagram-lib/flow-diagram-lib.component";
4
4
  import * as i3 from "./components/asset-flow/asset-flow.component";
5
5
  import * as i4 from "./directive/ato-loading.directive";
6
- import * as i5 from "@angular/common";
6
+ import * as i5 from "./components/asset-params-view/asset-params-view.component";
7
+ import * as i6 from "./directive/ng-var.directive";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "@angular/platform-browser";
10
+ import * as i9 from "@angular/forms";
7
11
  export declare class AtoWaterLibModule {
8
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AtoWaterLibModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective], [typeof i5.CommonModule], [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective], [typeof i7.CommonModule, typeof i8.BrowserModule, typeof i9.ReactiveFormsModule, typeof i9.FormsModule], [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective]>;
10
14
  static ɵinj: i0.ɵɵInjectorDeclaration<AtoWaterLibModule>;
11
15
  }