import {
Component,
Compiler, NgModule,
Injectable
} from '@angular/core';
import {CompileHtmlServiceOptions} from "./CompileHtmlServiceOptions";
@Injectable()
export class CompileHtmlService {
constructor(private compiler: Compiler) {}
public compile(opts: CompileHtmlServiceOptions) {