@lukfel/ng-scaffold 20.0.50 → 20.0.51

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukfel/ng-scaffold",
3
- "version": "20.0.50",
3
+ "version": "20.0.51",
4
4
  "description": "This Angular library provides a basic UI scaffold and services for modern web and mobile apps",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -1,2 +1,2 @@
1
1
  import { Rule } from '@angular-devkit/schematics';
2
- export default function ngAdd(): Rule;
2
+ export declare function ngAdd(): Rule;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = ngAdd;
3
+ exports.ngAdd = ngAdd;
4
4
  const schematics_1 = require("@angular-devkit/schematics");
5
5
  // import { addModule } from './add-module';
6
6
  // import { addService } from './add-service';
@@ -11,7 +11,7 @@ function ngAdd() {
11
11
  // addModule(),
12
12
  // addService(),
13
13
  // addTemplate(),
14
- (0, add_styles_1.addStyles)(),
14
+ (0, add_styles_1.addStyles)()
15
15
  ]);
16
16
  }
17
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/ng-scaffold/schematics/ng-add/index.ts"],"names":[],"mappings":";;AAMA,wBAOC;AAbD,2DAAyD;AACzD,4CAA4C;AAC5C,8CAA8C;AAC9C,6CAAyC;AACzC,gDAAgD;AAEhD,SAAwB,KAAK;IACzB,OAAO,IAAA,kBAAK,EAAC;QACT,eAAe;QACf,gBAAgB;QAChB,iBAAiB;QACjB,IAAA,sBAAS,GAAE;KACd,CAAC,CAAC;AACP,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/ng-scaffold/schematics/ng-add/index.ts"],"names":[],"mappings":";;AAMA,sBAOC;AAbD,2DAAyD;AACzD,4CAA4C;AAC5C,8CAA8C;AAC9C,6CAAyC;AACzC,gDAAgD;AAEhD,SAAgB,KAAK;IACjB,OAAO,IAAA,kBAAK,EAAC;QACT,eAAe;QACf,gBAAgB;QAChB,iBAAiB;QACjB,IAAA,sBAAS,GAAE;KACd,CAAC,CAAC;AACP,CAAC"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
2
+ "$schema": "http://json-schema.org/schema",
3
3
  "id": "NgAddSchema",
4
4
  "title": "Ng Add Options",
5
5
  "type": "object",