Project Structure and Create Modules and Components - Angular 6 / Angular 7

Posted at: December 15, 2018 4:08 PM

Creating all modules

  • blogpost
  • cmspage
  • admin
  • auth

Components, Service and Routing Module

  • header
  • banner
  • footer
  • page-not-found
  • blogpost (module)
    • blogpost-featured
    • blogpost-list
    • blogpost-detail
    • blogpost-recent
    • categories
    • blogpost-service
    • blogpost-routing-module
  • cmspage (module)
    • page
    • contact-form
    • cmspage-service
    • cmspage-routing-module

Note:* Admin components will create later.

Creating modules

Creating components

Creating components for blogpost module

Creating service for Blogpost Module

Creating components for cmspage module

Creating service for cmspage module

Edit app.module.ts

Import BlogpostModule and CmspageModule in app.module.ts

Edit blogpost/blogpost.module.ts

Export BlogpostFeaturedComponent component for showing this component on root component app.component.html

Edit app.component.html

Edit app.component.html for header, banner, featured blogpost and footer

This lesson also available on YouTube
Module Component Service Routing


Angular 6/7 Tutorial in Hindi

Angular 7 is a JavaScript based framework for building web applications and apps in JavaScript, html, and TypeScript, which is a superset of JavaScript, used to create Single Page Applications.

truecodex.com provides video tutorial for enough understanding of all the necessary components of Angular 6 and Angular 7.

truecodex.com will keep uploading videos of the latest features of Angular. Please subscribe my channel for latest videos.


Please leave comments

12 Comments