Skip to content

Commit 9ed378f

Browse files
author
ijz953
committed
docs: add events.json to index.js
1 parent 315ab6a commit 9ed378f

File tree

1 file changed

+5
-0
lines changed
  • projects/ngrx.io/tools/transforms/angular-content-package

1 file changed

+5
-0
lines changed

projects/ngrx.io/tools/transforms/angular-content-package/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ module.exports = new Package('angular-content', [basePackage, contentPackage])
8282
include: CONTENTS_PATH + '/marketing/resources.json',
8383
fileReader: 'jsonFileReader'
8484
},
85+
{
86+
basePath: CONTENTS_PATH,
87+
include: CONTENTS_PATH + '/marketing/events.json',
88+
fileReader: 'jsonFileReader'
89+
},
8590
]);
8691

8792
collectExamples.exampleFolders.push('examples');

0 commit comments

Comments
 (0)