As I was developing an Android application using Ionic 4
, I found a few commands quite useful during development. I thought to make a note of those useful commands here.
To capitalize the first letter of the input textbox, we can create a custom directive in the Angular application.
Please find below the top 50 most asked Angular interview questions. These questions must help you in boosting your self-confidence before you appear in the interview. These questions are applicable to all versions of Angular from Angular 2 to Angular 7.
We use BehaviourSubject
to share the data with multiple components using a shared service.
Just add FormsModule
in app.module.ts
file of your Angular application.
Adding the Bootstrap library to an Angular application is quite easy. Bootstrap Library consists of both CSS & JS files.