UNPKG

310 BTypeScriptView Raw
1import { OnInit } from '@angular/core';
2import { Http } from '@angular/http';
3export declare class MarkdownFileViewComponent implements OnInit {
4 private http;
5 mdFilePath: string;
6 private content;
7 constructor(http: Http);
8 escapeAngularBindings(html: string): string;
9 ngOnInit(): void;
10}