- By Kobi Hari (04/01/2024)
Please feel free to contact me for questions, or just to have a chat :-)
- Kobi Hari - hari@applicolors.com
Our Projects | here |
Our Presentation | here |
- How to Inject using the function
- What is the Injection Context and how it affects using the function
- Where can we, and where can we not, use the
inject
function - Creating our own injection context using
runInInjectionContext
- The
DestroyRef
and how it is used
- Understanding standalone component
- Bootstrapping applications without modules
- Importing providers in the new paradigm
- Understanding Environment injetors
- The 2 types of lazy loading:
loadComponent
andloadChildren
- Control flow in Angular 17
- Lazy loading using
@defer
- Directive Composition
- Router inputs
- Functional Guards
- Functional Resolvers
- What is a signal
- The
signal
function - The
computed
function - The
set
andupdate
functions - The
mutate
function - The
effect
function - Where can we create signals
- The limitations of using signals