Hi Sumair Ahmed,
Thank you for contacting Syncfusion Support.
We are able to reproduce your reported issue from our end. The issue is due to typings not properly referred in Angular CLI application.
For now, we suggest you to refer ej.web.all typing in triple-slash directives at the top of the component file (ribbon.component.ts) to resolve this issue.
|
/// <reference types="ej.web.all" />
import { Component, ViewChild } from '@angular/core'; |
We have modified the provided sample and attached below,
For more information on Angular CLI integration, Refer to the below link,
Please let us know if you need any further assistance.
Thanks,
Christo