@spartacus/user
Version:
User feature library for Spartacus
39 lines (34 loc) • 1.61 kB
JavaScript
import * as i0 from '@angular/core';
import { NgModule } from '@angular/core';
import { UserProfileComponentsModule } from '@spartacus/user/profile/components';
import { UserProfileCoreModule } from '@spartacus/user/profile/core';
import { UserProfileOccModule } from '@spartacus/user/profile/occ';
class UserProfileModule {
}
UserProfileModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: UserProfileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
UserProfileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: UserProfileModule, imports: [UserProfileCoreModule,
UserProfileOccModule,
UserProfileComponentsModule] });
UserProfileModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: UserProfileModule, imports: [[
UserProfileCoreModule,
UserProfileOccModule,
UserProfileComponentsModule,
]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: UserProfileModule, decorators: [{
type: NgModule,
args: [{
imports: [
UserProfileCoreModule,
UserProfileOccModule,
UserProfileComponentsModule,
],
}]
}] });
/*
* Public API Surface of user profile
*/
/**
* Generated bundle index. Do not edit.
*/
export { UserProfileModule };
//# sourceMappingURL=spartacus-user-profile.js.map