Nzoni docs
  • Getting Started
  • Angular
    • Project Structure
    • Authentication, Magic Link and Google Auth
    • Landing page
    • Payments and Plans
    • Blog and articles
    • User Dashboard
    • Admin Dashboard
    • SEO & SSR
    • Deploy Angular Project
  • Nest.js
    • Project Structure
    • Authentication, Google auth and Magic link
    • Blogposts
    • Plans
    • Stripe Payment
    • Email and Templates
    • Database and Migration
    • Image File upload
    • Users
    • Deploy Nest.js project
  • Node.js/MongoDB
    • Project structure
    • API endpoints
  • Angular / Firebase / Node.js
  • Create first and default plan
  • Create an Admin User
  • Support
  • Licenses
Powered by GitBook
On this page
  • Public Articles views
  • Articles management from Admin dashboard here
  1. Angular

Blog and articles

PreviousPayments and PlansNextUser Dashboard

Last updated 1 year ago

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