Merge pull request #2423 from yinchang0626/feature/yc_ng_packs

export some  component and service in identity account module
pull/2440/head
Mehmet Erim 6 years ago committed by GitHub
commit ef9c436ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,3 +3,4 @@ export * from './login/login.component';
export * from './manage-profile/manage-profile.component';
export * from './register/register.component';
export * from './personal-settings/personal-settings.component';
export * from './tenant-box/tenant-box.component';

@ -0,0 +1 @@
export * from './account.service';

@ -3,3 +3,4 @@ export * from './lib/components';
export * from './lib/constants/routes';
export * from './lib/tokens';
export * from './lib/models';
export * from './lib/services';

@ -0,0 +1,2 @@
export * from './roles/roles.component';
export * from './users/users.component';

@ -4,8 +4,8 @@
export * from './lib/identity.module';
export * from './lib/actions/identity.actions';
export * from './lib/components/roles/roles.component';
export * from './lib/components';
export * from './lib/constants/routes';
export * from './lib/models/identity';
export * from './lib/services/identity.service';
export * from './lib/services';
export * from './lib/states/identity.state';

Loading…
Cancel
Save