dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_UserProfileModule cluster_UserProfileModule_declarations cluster_UserProfileModule_UserProfileComponent_providers cluster_UserProfileModule_imports cluster_UserProfileModule_bootstrap UserProfileComponent UserProfileComponent UserProfileModule UserProfileModule UserProfileComponent->UserProfileModule UserProfileComponent UserProfileComponent UserProfileModule->UserProfileComponent Location Location Location->UserProfileComponent { : , :  } { : , :  } { : , :  }->UserProfileComponent SharedModule SharedModule SharedModule->UserProfileModule

File

assets/angular/userProfile/user_profile.module.ts

Declarations

Imports

import { NgModule }      from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import {ReactiveFormsModule, FormsModule} from "@angular/forms";
import { HttpModule } from '@angular/http';
import { ModalModule } from 'ngx-bootstrap';

import { UserProfileComponent }  from './user_profile.component';
import { SharedModule } from '../shared/shared.module';

@NgModule({
  imports:      [ BrowserModule, HttpModule, ReactiveFormsModule, FormsModule, SharedModule, ModalModule.forRoot() ],
  declarations: [ UserProfileComponent ],
  providers:    [ ],
  bootstrap:    [ UserProfileComponent ]
})
export class UserProfileModule { }

results matching ""

    No results matching ""