dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ProfileFrameModule cluster_ProfileFrameModule_declarations cluster_ProfileFrameModule_imports ProfileFrameComponent ProfileFrameComponent ProfileFrameModule ProfileFrameModule ProfileFrameComponent->ProfileFrameModule SharedModule SharedModule SharedModule->ProfileFrameModule

File

apps/demo/src/app/pages/account-page/profile-frame/profile-frame.module.ts

Declarations

Imports

import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { ProfilePanelModule } from '@rucken/web';
import { NgxPermissionsModule } from 'ngx-permissions';
import { SharedModule } from '../../../shared/shared.module';
import { ProfileFrameComponent } from './profile-frame.component';
import { PROFILE_FRAME_ROUTES } from './profile-frame.routes';

@NgModule({
  imports: [
    SharedModule,
    NgxPermissionsModule.forChild(),
    ProfilePanelModule,
    RouterModule.forChild(PROFILE_FRAME_ROUTES)
  ],
  declarations: [ProfileFrameComponent]
})
export class ProfileFrameModule {}

result-matching ""

    No results matching ""