Skip to content

Commit 1aa811e

Browse files
Acker AppleAcker Apple
authored andcommitted
x
1 parent 3b791b1 commit 1aa811e

49 files changed

Lines changed: 1246 additions & 2734 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/AckFx.module.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
import * as i0 from "@angular/core";
2+
import * as i1 from "./components/FxTracker.directive";
3+
import * as i2 from "@angular/common";
14
export declare class AckFxModule {
5+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<AckFxModule, [typeof i1.FxTracker], [typeof i2.CommonModule], [typeof i1.FxTracker]>;
6+
static ɵinj: i0.ɵɵInjectorDef<AckFxModule>;
27
}

dist/AckFx.module.js

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
"use strict";
2-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6-
return c > 3 && r && Object.defineProperty(target, key, r), r;
7-
};
8-
Object.defineProperty(exports, "__esModule", { value: true });
9-
const core_1 = require("@angular/core");
10-
const common_1 = require("@angular/common");
11-
const FxTracker_directive_1 = require("./components/FxTracker.directive");
12-
let AckFxModule = class AckFxModule {
13-
};
14-
AckFxModule = __decorate([
15-
core_1.NgModule({
16-
imports: [
17-
common_1.CommonModule,
18-
],
19-
declarations: [FxTracker_directive_1.FxTracker],
20-
exports: [FxTracker_directive_1.FxTracker]
21-
})
22-
], AckFxModule);
23-
exports.AckFxModule = AckFxModule;
1+
import { NgModule } from '@angular/core';
2+
import { CommonModule } from '@angular/common';
3+
import { FxTracker } from './components/FxTracker.directive';
4+
import * as i0 from "@angular/core";
5+
var AckFxModule = (function () {
6+
function AckFxModule() {
7+
}
8+
AckFxModule.ɵmod = i0.ɵɵdefineNgModule({ type: AckFxModule });
9+
AckFxModule.ɵinj = i0.ɵɵdefineInjector({ factory: function AckFxModule_Factory(t) { return new (t || AckFxModule)(); }, imports: [[
10+
CommonModule,
11+
]] });
12+
return AckFxModule;
13+
}());
14+
export { AckFxModule };
15+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AckFxModule, { declarations: [FxTracker], imports: [CommonModule], exports: [FxTracker] }); })();
16+
(function () { i0.ɵsetClassMetadata(AckFxModule, [{
17+
type: NgModule,
18+
args: [{
19+
imports: [
20+
CommonModule,
21+
],
22+
declarations: [FxTracker],
23+
exports: [FxTracker]
24+
}]
25+
}], null, null); })();

dist/AckFx.module.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/allFx.js

Lines changed: 1139 additions & 1145 deletions
Large diffs are not rendered by default.

dist/allFx.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/allFxDynamic.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/allFxDynamic.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

dist/allFxDynamic.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/animations/absolutes.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/animations/absolutes.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)