Skip to content

Commit b289cf7

Browse files
authored
Merge pull request #94 from BIATeam/develop
2 parents f315007 + 3b42ef8 commit b289cf7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Angular/src/app/shared/bia-shared/bia-shared.module.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,13 @@ const SERVICES = [MessageService];
256256
...TEAM_ADVANCED_FILTER_IMPORTS,
257257
],
258258
declarations: [...COMPONENTS, ...VIEW_COMPONENTS, ...PIPES],
259-
exports: [...PRIMENG_MODULES, ...MODULES, ...COMPONENTS, ...PIPES],
259+
exports: [
260+
...PRIMENG_MODULES,
261+
...MODULES,
262+
...COMPONENTS,
263+
...VIEW_COMPONENTS,
264+
...PIPES,
265+
],
260266
providers: [...SERVICES],
261267
})
262268

0 commit comments

Comments
 (0)