We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce431f2 commit 902984cCopy full SHA for 902984c
docs/angular.io-package/processors/addJadeDataDocsProcessor.js
@@ -35,7 +35,7 @@ module.exports = function addJadeDataDocsProcessor(EXPORT_DOC_TYPES) {
35
*/
36
37
_.forEach(docs, function(doc) {
38
- if (doc.docType === 'module' && doc.exports.length) {
+ if (doc.docType === 'module' && doc.public && doc.exports.length) {
39
modules.push(doc);
40
41
// GET DATA FOR INDEX PAGE OF MODULE SECTION
0 commit comments