Project

General

Profile

1
import {NgModule} from "@angular/core";
2
import {AnnotationComponent} from "./annotation.component";
3

    
4
@NgModule({
5
    declarations: [AnnotationComponent],
6
    exports: [AnnotationComponent]
7
})
8
export class AnnotationModule {}
(3-3/4)