| > git clone https://github.com/syncfusion/angular2-seeds // this will clone the seeds in required location > cd angular2-seeds // navigate to sample path > npm install // install the dependency packages. |
| <textarea ej-rte width="600px" height="300px"></textarea> |
| import { Component } from '@angular/core'; @Component({ selector: 'ej-app', templateUrl: './grid.component.html', }) export class GridComponent { constructor() { } } |