Skip to content

Category: Angular

Angular JS ng-app directive

In this post, we will learn about np-app directive in Angular and its usages. ng-app is the simplest, easiest and most common way to bootstrap an Angular JS application. The […]

How to crop images in CSS

In this post, we are going to learn about how to crop images in CSS. To crop images in CSS, we can use object-fit property. The object-fit property allows to […]