Angular Modules

Опубликовано: 14 Август 2023
на канале: Get Arrays
5,456
147

Get the full course here: https://www.getarrays.io/p/full-stack...

Learn how to user Angular Module to contain cohesive blocks of code dedicated to an application domain, a workflow, or a closely related set of capabilities. They can contain components, service providers, and other code files whose scope is defined by the containing NgModule. They can import functionality that is exported from other NgModules, and export selected functionality for use by other NgModules.

Follow on:
Facebook Community: https://bit.ly/39sU0tE
Facebook Page: https://bit.ly/3lTSQgV
Instagram: https://bit.ly/3EIkCFD
Twitter: https://bit.ly/3kweDvm
Discord Community:   / discord  

Junior's Instagram:   / juniorrt__  
Junior's CashApp: https://cash.app/$juniorro98

Source Code: https://www.getarrays.io/p/full-stack...

Intro 0:00
Module Architecture 3:30
Core Module 8:28
Shared Module 15:21
Authentication Module 23:15
Customer Module 33:17
Home Module 41:02
Invoice Module 44:26
Navigation Bar Module 49:22
Profile Module 54:26
Statistics Module 58:03
Routing Module 1:00:18
Modular Application 1:03:31
Lazy Loading 1:09:10
Change Detection Strategy 1:17:39