<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with calcite-components-angular in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/m-p/1357378#M549</link>
    <description>&lt;P&gt;Failed to compile with&amp;nbsp;&lt;A href="https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/td-p/1355665/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;calcite-components-angular 2.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForrestLin_0-1701875022506.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88158iBA1ABD6C615E1751/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ForrestLin_0-1701875022506.png" alt="ForrestLin_0-1701875022506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No problem to compile with calcite-components-angular 1.11.0.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 15:07:47 GMT</pubDate>
    <dc:creator>ForrestLin</dc:creator>
    <dc:date>2023-12-06T15:07:47Z</dc:date>
    <item>
      <title>Issue with calcite-components-angular</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/m-p/1355665#M541</link>
      <description>&lt;P&gt;calcite-components-angular is released with&amp;nbsp;calcite-components 1.11.0!&lt;/P&gt;&lt;P&gt;I got an issue with&amp;nbsp;&lt;SPAN&gt;ElementRef:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;nativeElement of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ElementRef is undefined.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// alert.component.html&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;calcite-alert&lt;/SPAN&gt; &lt;SPAN&gt;#alertNode&lt;/SPAN&gt; &lt;SPAN&gt;kind&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"danger"&lt;/SPAN&gt; &lt;SPAN&gt;icon&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"An report alert"&lt;/SPAN&gt; &lt;SPAN&gt;scale&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"m"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN&gt;slot&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;{{&lt;/SPAN&gt;&lt;SPAN&gt;alertService&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;alert&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;title&lt;/SPAN&gt;&lt;SPAN&gt;}}&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN&gt;slot&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;{{&lt;/SPAN&gt;&lt;SPAN&gt;alertService&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;alert&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;}}&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;calcite-alert&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;//&amp;nbsp;alert.component.ts&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;ViewChild&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'alertNode'&lt;/SPAN&gt;&lt;SPAN&gt;, { &lt;/SPAN&gt;&lt;SPAN&gt;static&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt; })&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;private&lt;/SPAN&gt; &lt;SPAN&gt;alertRef&lt;/SPAN&gt;&lt;SPAN&gt;!: &lt;/SPAN&gt;&lt;SPAN&gt;ElementRef&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;alertRef&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;nativeElement is&amp;nbsp;undefined.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/m-p/1355665#M541</guid>
      <dc:creator>ForrestLin</dc:creator>
      <dc:date>2023-12-01T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with calcite-components-angular</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/m-p/1357378#M549</link>
      <description>&lt;P&gt;Failed to compile with&amp;nbsp;&lt;A href="https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/td-p/1355665/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;calcite-components-angular 2.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForrestLin_0-1701875022506.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88158iBA1ABD6C615E1751/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ForrestLin_0-1701875022506.png" alt="ForrestLin_0-1701875022506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No problem to compile with calcite-components-angular 1.11.0.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 15:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/issue-with-calcite-components-angular/m-p/1357378#M549</guid>
      <dc:creator>ForrestLin</dc:creator>
      <dc:date>2023-12-06T15:07:47Z</dc:date>
    </item>
  </channel>
</rss>

