filmov
tv
What is new in Angular 14 | standalone components | angular typed forms | angular 14 features

Показать описание
#angular14 #standalone #typedforms #angular14features
This video provides complete details of Angular 14 features with examples
Angular 14 blog URL
==================
Node.JS Url
============
Angular 14 Features
=================
1, Standalone component
2, Angular Typed Forms
3, Streamlined page title accessibility (Title Strategy)
4, Extended developer diagnostics (ng completion)
5, Bind to protected component members
6, Optional injectors in Embedded Views
7, NgModel OnPush
Standalone components
=======================
1, Standalone component has the flag “standalone” we need to set value true
2, Not required to included in ngModule
3, We can import required modules in the component it self
4, Create component using below command
ng g c component name --standalone
Angular Typed forms
==================
This feature is only for Reactive forms
Typed forms ensure that the values inside of form controls, groups, and arrays are type safe across the entire API surface.
This enables safer forms,
especially for deeply nested complex cases.
If you want use older version you can use untyped one
This video provides complete details of Angular 14 features with examples
Angular 14 blog URL
==================
Node.JS Url
============
Angular 14 Features
=================
1, Standalone component
2, Angular Typed Forms
3, Streamlined page title accessibility (Title Strategy)
4, Extended developer diagnostics (ng completion)
5, Bind to protected component members
6, Optional injectors in Embedded Views
7, NgModel OnPush
Standalone components
=======================
1, Standalone component has the flag “standalone” we need to set value true
2, Not required to included in ngModule
3, We can import required modules in the component it self
4, Create component using below command
ng g c component name --standalone
Angular Typed forms
==================
This feature is only for Reactive forms
Typed forms ensure that the values inside of form controls, groups, and arrays are type safe across the entire API surface.
This enables safer forms,
especially for deeply nested complex cases.
If you want use older version you can use untyped one
Комментарии