summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/samplepage/samplepage.module.ts
blob: c1a065f12d29c668324ce5901ec76eb75cff2850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { SamplepageRoutingModule } from './samplepage-routing.module';

@NgModule({
  imports: [
    CommonModule,
    SamplepageRoutingModule
  ],
  declarations: []
})
export class SamplepageModule { }