You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
Error: src/app/articles/articles.component.html:6:28 - error TS4111: Property 'description' comes from an index signature, so it must be accessed with ['description'].
6
{{post.description}}
~~~~~~~~~~~
src/app/articles/articles.component.ts:7:16
7 templateUrl: './articles.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ArticlesComponent.
```
The text was updated successfully, but these errors were encountered:
🐞 Bug report
Description
I am using the Scully and I can show the title in the blog but when I am using description I got an error when running ng build.
Also I tried
but it doesnt work but when I change to publish I can see on blog (true or false)
🔬 Minimal Reproduction
https://ibb.co/PQscy1D
https://ibb.co/6yKdC9p
💻Your Environment
.ts file
.html file
Angular Version:
Scully Version:
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: