index.ts 138 Bytes
import {AllowCommentComponent} from "./allow-comment/allow-comment.component";

export let mainComponents: any = [AllowCommentComponent];