ato-water-lib 0.0.24 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +2 -2
- package/esm2020/lib/components/asset-params-view/asset-params-view.component.mjs +3 -3
- package/esm2020/lib/constants/components-group-const.mjs +3 -4
- package/esm2020/lib/directive/ng-var.directive.mjs +7 -7
- package/fesm2015/ato-water-lib.mjs +30 -32
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +44 -46
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/components-group-const.d.ts +1 -1
- package/lib/directive/ng-var.directive.d.ts +2 -2
- package/package.json +1 -1
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AtoNgVarDirective {
|
4
4
|
private templateRef;
|
5
5
|
private vcRef;
|
6
|
-
set
|
6
|
+
set ngAtoVar(context: unknown);
|
7
7
|
private context;
|
8
8
|
private hasView;
|
9
9
|
constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef);
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtoNgVarDirective, never>;
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AtoNgVarDirective, "[
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AtoNgVarDirective, "[ngAtoVar]", never, { "ngAtoVar": "ngAtoVar"; }, {}, never, never, false, never>;
|
12
12
|
}
|