├── 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