Skip to content
Snippets Groups Projects
Verified Commit 2542daf4 authored by Damien's avatar Damien
Browse files

FEAT build prod

parent 38b66cd2
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ declare var DocsAPI: any; ...@@ -17,7 +17,7 @@ declare var DocsAPI: any;
@Component({ @Component({
selector: 'onlyoffice-viewer', selector: 'onlyoffice-viewer',
template: `<button (click)="quit()">close</button><div id="placeholder"></div>`, template: `<button >close</button><div id="placeholder"></div>`,
}) })
export class EcplOnlyofficeViewerComponent implements OnInit, AfterViewInit { export class EcplOnlyofficeViewerComponent implements OnInit, AfterViewInit {
@Input() id: string; @Input() id: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment