


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 […]

Add an SVG file to your html in Angular
Images can be easily inserted at any section in an HTML page. To insert image in an HTML page, use the <img> tag. But, those days are gone. Img tag […]