ng g c component-name
- generated components to header, category-navbar, footer compoents in Layout.
- generate components to home, single-category, single-post, terms-and-conditions, about us and contact-us pages.
- generated component to subscription and in the comments folder comment-form and comment-list components
const routes: Routes = [ { path: '', component: HomeComponent, }, { path: 'category', component: SingleCategoryComponent, },... ]
-
added router to pages
npm i boostrap@4.6
-
added bootstrap@4.6
-
added global styles
- Added header
- Added category menu
- Added footer
- Implemented post card and subscription cards
- Implemented home page
- Implemented Single Category Page
- Implemented Single Post Page
- Implemented Comment form and Comment list views
- Implemented About us, terms and conditions page
- Implemented Category Navbar with dynamic data
- Implemented Post Card with dynamic data
- Implemented Single Category page with dynamic data
- Implemented Single Post with dynamic data
- Implemented View counter method