Issue #2389πŸ’¬ AnsweredOpened Nov 8, 2019by Khan-Uzair0 reactions

Angular with Grapesjs

Quick answerby Khan-Uzair

Any updates @artf?

Read full answer below ↓

Question

Hi I want to integrate Grapesjs into my angular application. Suppose I have a custom dropdown component (containing .ts, .html and .scss files) as shown shown below: CustomDropdown.html---------------------------------- <div class="cust-dropwodn-container"> <span>Some header</span> <select ngIf="shouldDropdownBePresent" class="select-class"> <option ngFor="let optionVal of optionsArr"> {{ optionVal.value }} </option> </select> <button (onClick)="callEventFunction()">Some event click</button> </div> CustomDropdown.ts------------------------------ --- shouldDropdownBePresent: boolean = false; @...

Answers (2)

Khan-Uzairβ€’ Nov 11, 2019

Any updates @artf?

artfβ€’ Nov 13, 2019

No @Khan-Uzair by default GrapesJS doesn't read any framework related components... please read more about GrapesJS components here

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins β†’
Premium option

Premium plugins ship with support, regular updates, and production-ready features β€” save days of integration work.

Browse premium plugins β†’

Related tutorials

In-depth guides on the same topic.

All tutorials β†’

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.