> For the complete documentation index, see [llms.txt](https://docs.nzoni.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nzoni.app/angular/blog-and-articles.md).

# Blog and articles

### Public Articles views

```
├── node_modules
├── src
│   ├── app  
│   │  ├── blog
│   │  │   ├── article                        # public article view component
│   │  │   │   ├── article.component.html
│   │  │   │   ├── article.component.scss
│   │  │   │   ├── article.component.ts
│   │  │   ├── blog.component.html.            # article list component
│   │  │   ├── blog.component.scss
│   │  │   ├── blog.component.ts
│   │  │   ├── blog.module.ts
│   │  │   ├── blog-routing.module.ts
```

### Articles management from Admin dashboard [here](/angular/admin-dashboard.md)
