Skip to content

Commit

Permalink
Merge pull request #10272 from SecTex/sectex/add-missing-export
Browse files Browse the repository at this point in the history
Angular/FeatureManagement: Export `/models/index.ts` from `public-api.ts`
  • Loading branch information
mehmet-erim committed Oct 12, 2021
2 parents 21de6da + 55dbc12 commit fe25f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm/ng-packs/packages/feature-management/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './lib/components';
export * from './lib/directives';
export * from './lib/enums/components';
export * from './lib/feature-management.module';
export * from './lib/models';

0 comments on commit fe25f27

Please sign in to comment.