CoderJony

Angular

Creating a Pipe to filter the items in the list using Angular 7

Creating a Pipe to filter the items in the list using Angular 7

Having a search box & filtering out the list based on the text of that search box is a common development task in almost every software application.

Read More By Ankush Jain
Capitalize the first letter of input textbox using Directive in Angular 6

Capitalize the first letter of input textbox using Directive in Angular 6

To capitalize the first letter of the input textbox, we can create a custom directive in the Angular application.

Read More By Ankush Jain
Top 50 Angular Interview Questions

Top 50 Angular Interview Questions

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.

Read More By Ankush Jain
How to use BehaviourSubject to share the data to other components in Angular

How to use BehaviourSubject to share the data to other components in Angular

We use BehaviourSubject to share the data with multiple components using a shared service.

Read More By Ankush Jain
Solution- Can't bind to 'ngModel' since it isn't a known property of 'input'.

Solution- Can't bind to 'ngModel' since it isn't a known property of 'input'.

Just add FormsModule in app.module.ts file of your Angular application.

Read More By Ankush Jain
How to add bootstrap in an Angular application?

How to add bootstrap in an Angular application?

Adding the Bootstrap library to an Angular application is quite easy. Bootstrap Library consists of both CSS & JS files.

Read More By Ankush Jain