summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-services-bbs-eventprocessor-java.yaml
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Add dublin branch jobsVijay Venkatesh Kumar1-1/+4
2019-03-26Fix bbs-ep jjbVijay Venkatesh Kumar1-2/+2
<
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { CommonModule } from '@angular/common';  

import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { DragCopyComponent } from './drag-copy/drag-copy.component';

@NgModule({
  declarations: [
    AppComponent,
    DragCopyComponent
  ],
  imports: [
    BrowserModule,
    AppRoutingModule,
    FormsModule,
    CommonModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }