From eb992be9ef34dace23fc5eddd764d2c6911fb7e6 Mon Sep 17 00:00:00 2001 From: Thangavel E Date: Thu, 2 Jul 2026 19:19:57 +0530 Subject: [PATCH] bug(1038494): Added the app.component.html file --- .../rich-text-editor/how-to/tailwind-preflight.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md b/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md index a425e71d7e..2f4151b9e4 100644 --- a/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md +++ b/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md @@ -81,10 +81,6 @@ To resolve this issue and ensure that the list styles are correctly applied, you {% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/app.component.ts %} {% endhighlight %} -{% highlight html tabtitle="app.component.html" %} -{% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/app.component.html %} -{% endhighlight %} - {% highlight ts tabtitle="main.ts" %} {% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/main.ts %} {% endhighlight %} @@ -163,13 +159,9 @@ body.e-content ol[style*="list-style-type: lower-roman"]{ {% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/app.component.ts %} {% endhighlight %} -{% highlight html tabtitle="app.component.html" %} -{% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/app.component.html %} -{% endhighlight %} - {% highlight ts tabtitle="main.ts" %} {% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/main.ts %} {% endhighlight %} {% endtabs %} -{% previewsample "page.domainurl/samples/rich-text-editor/how-to/tailwind-preflight-iframe" %} \ No newline at end of file +{% previewsample "page.domainurl/samples/rich-text-editor/how-to/tailwind-preflight-iframe" %}