presenter function base
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {SectionTypePipe} from './section-type.pipe';
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [SectionTypePipe],
|
||||
exports: [
|
||||
SectionTypePipe
|
||||
],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
})
|
||||
export class SectionTypeTranslatorModule {
|
||||
}
|
||||
Reference in New Issue
Block a user