09.2. HTML 바인딩
- 방법 1
| 1 | <div [innerHTML]="theHtmlString"> | 
| 1 | <div #scheduleContents></div> | 
컴포넌트 코드
| 1 | import { Component, ViewChild, ElementRef } from '@angular/core'; | 
Reference
http://stackoverflow.com/questions/31548311/angular-2-html-binding
 
        
        
    
| 1 | <div [innerHTML]="theHtmlString"> | 
| 1 | <div #scheduleContents></div> | 
| 1 | import { Component, ViewChild, ElementRef } from '@angular/core'; | 
http://stackoverflow.com/questions/31548311/angular-2-html-binding
 
        
            enjoy while living
full stack web developer