Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The following button:

<button ejs-button>jejeje</button>

has a flickering effect when page load. I captured the flicker:

Empty


Empty


---

Steps to reproduce:



ng new AngularApp

npm install

npm install @syncfusion/ej2-angular-buttons --save

import ButtonModule in AppModule

replace app.component.html with <button ejs-button> jejeje </button> 

copy to styles.css:

@import "../node_modules/@syncfusion/ej2-base/styles/material.css";
@import "../node_modules/@syncfusion/ej2-buttons/styles/material.css";

npm start



Working sample:

just update the stackblitz browser and you will see the flicker


How could the flicker be avoided? please help 
It happends on Chrome and FireFox browsers