Hi , If possible could you please help to cover material design? And Please advice also on Industry standards, whether should we prefer bootstrap or material design .
@ARCTutorials4 жыл бұрын
Hi Milan. Once the current CRUD series is done. I will start with Material Design and Bootstrap in Angular quick guides. Expect it starting in first week of August
@jacksm87094 жыл бұрын
nice introduction...
@ARCTutorials4 жыл бұрын
Glad you liked it
@kalyanchakrig4 жыл бұрын
Can we use both template and reactivate forms in same application?
@ARCTutorials4 жыл бұрын
Hi Chakravarthy. Yes we can use both reactive forms and template forms in the same application
@kalyanchakrig4 жыл бұрын
@@ARCTutorials Thank you. Your videos are really helpful. Thanks again
@MrFuture-964 жыл бұрын
Sir please cover complete angular material design because every person ask about materials question in interview rather bootstrap and they prefer material over bootstrap . so please
@ARCTutorials4 жыл бұрын
Hi Arslan. Yes that's in pipeline. I am working on the content and should be ready in 2-3 weeks time. Regards Sridhar
@saichaitanya98594 жыл бұрын
Please tell something about material design
@ARCTutorials4 жыл бұрын
Hi Sai. Soon i will start series on Material design. 👍
@peterkim77884 жыл бұрын
@@ARCTutorials really appreciate your whole tutorials. God bless you.
@sreenuksr4 жыл бұрын
Angular 9 Tutorial For Beginners #41 - Forms in Angular - Forms are an very integral and essential building blocks of "almost" apps - We can use any CSS - Bootstrap or Material design - Forms allows us to gather information and data from users - Good way to interact with users and almost all websites - Two types of Forms in Angular - Template Driven Forms - Reactive Forms (also known as dynamic) - Angular framework support for forms - Two data Binding, Change tracking, Validations, Error handling, Unit testing - Template Driven Forms - Easy to use - Template forms are simple and straing forward - All the validations, from elements are all defined in the template file - We need to import 'FormsModule' in app module to work with template driven forms - Reactive Forms - all the form elements, user interactions and validations are handled in component class - we will make use of inbuilt angular built in 'formGroup' and 'formControl' - we need to import 'ReactiveFormsModule' in our app module - More logic in component class and less morkup in html file - Can control better data binding - Exclusive define custom regular expression patterns of error handling - very flexible and allows users to define, develop complex requirements of forms - Which is better (Template OR Reactive) Template Driven Forms - If your application simple and straight forward - Fixed static form fields and elements - No complex validations or pattern matching Reactive Forms - if your application forms are complex - uses multiple dynamic components - Advanced validation requirements - Dependent form elements - Dynamic form generation based on user preferences
@ARCTutorials4 жыл бұрын
Thanks Sreeni for sharing. Regards Sridhar
@gowrinathragannagari93453 жыл бұрын
Is it possible to chare for all the angular ppts if u have: gowrinath.rvl@gmail.com