ElementRef
:- ``:
ngTemplateOutlet
: marks a DOM element as a ViewContainer and inserts an embedded view created by a template in it without the need to explicitly doing this in component class.ngComponentOutlet
: is analogues tongTemplateOutlet
with the difference that it creates a host view (instantiates a component), not an embedded view.
Similar Posts
- Angular - Animations .
- Angular - Tips & Best Practices to Organize your Angular Project the best practices for writing clean and usable Angular apps.
- Angular - Libray
- Angular - Gestures in an Angular Application how to use hammerjs gesture recognizers provided by the @angular/platform-browser package?
- Angular - PWA
- Angular - CDK drag and drop
Comments