@ng-doc/core
Advanced tools
Comparing version 15.6.0 to 15.7.0
@@ -7,2 +7,3 @@ export * from './as-array'; | ||
export * from './extract-value'; | ||
export * from './format-html'; | ||
export * from './is-iterable'; | ||
@@ -9,0 +10,0 @@ export * from './is-keyboard-event'; |
@@ -10,2 +10,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./extract-value"), exports); | ||
tslib_1.__exportStar(require("./format-html"), exports); | ||
tslib_1.__exportStar(require("./is-iterable"), exports); | ||
@@ -12,0 +13,0 @@ tslib_1.__exportStar(require("./is-keyboard-event"), exports); |
@@ -8,3 +8,2 @@ export * from './api'; | ||
export * from './dependencies'; | ||
export * from './exported-declaration'; | ||
export * from './page'; | ||
@@ -11,0 +10,0 @@ export * from './page-info'; |
@@ -11,3 +11,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./dependencies"), exports); | ||
tslib_1.__exportStar(require("./exported-declaration"), exports); | ||
tslib_1.__exportStar(require("./page"), exports); | ||
@@ -14,0 +13,0 @@ tslib_1.__exportStar(require("./page-info"), exports); |
@@ -14,3 +14,3 @@ import { NgDocCategory } from './category'; | ||
route?: string; | ||
/** Render the page only for specific build tags */ | ||
/** Render the page only for specific build configuration */ | ||
onlyForTags?: string[]; | ||
@@ -17,0 +17,0 @@ /** Order is using for sorting pages and categories in sidebar */ |
{ | ||
"name": "@ng-doc/core", | ||
"version": "15.6.0", | ||
"version": "15.7.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
@@ -5,3 +5,4 @@ export * from './code-type'; | ||
export * from './extracted-value'; | ||
export * from './heading'; | ||
export * from './page-type'; | ||
export * from './style-type'; |
@@ -8,4 +8,5 @@ "use strict"; | ||
tslib_1.__exportStar(require("./extracted-value"), exports); | ||
tslib_1.__exportStar(require("./heading"), exports); | ||
tslib_1.__exportStar(require("./page-type"), exports); | ||
tslib_1.__exportStar(require("./style-type"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
134
42986
720