Project

General

Profile

« Previous | Next » 

Revision 50246

added editor

View differences:

adminPg-help-texts.component.ts
6 6
})
7 7

  
8 8
export class AdminPgHelpTextsComponent implements OnInit {
9

  
9
  ckeditorContent: string = "";
10 10
  constructor() {}
11 11

  
12
  ngOnInit() {}
12
  ngOnInit() {
13
    this.ckeditorContent = `<p>My HTML</p>`;
14
  }
15

  
16
  onChange(event : any) {
17
    console.log(this.ckeditorContent);
18
  }
13 19
}

Also available in: Unified diff