Custom date slider in Angular JS
In this article, we are going to make a custom date slider using rzsldier in angular js and also implement 3 types of date sliders such as Yearly, Quarterly, and Monthly basis in one slider. A breif introduction about the project Please check out the video to get a knowledge of what we are trying […]
Building Custom Elements or Web Components with Angular.
For building an angular custom element , you have some basic idea about angular. What is angular custom Elements? Angular elements are Angular components packaged as custom elements (also called Web Components), a web standard for defining new HTML elements in a framework-agnostic way. A custom element extends HTML by allowing you to define a tag whose content is created and controlled by JavaScript […]