CoderJony

Blogs

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
WCF Service Error - "This collection already contains an address with scheme http"

WCF Service Error - "This collection already contains an address with scheme http"

Just add the below section in your web.config file.

Read More By Ankush Jain
Database Unit Testing for SQL Server using tSQLt

Database Unit Testing for SQL Server using tSQLt

In this blog, I am sharing the key points that I noted while learning the basics of database unit testing for SQL Server.

Read More By Ankush Jain
How to use Materialize CSS in Angular application

How to use Materialize CSS in Angular application

To install Materialize in your angular app. You just need to follow 2 steps.

Read More By Ankush Jain