Creating the sidebar with Angular and Bootstrap navbar The ng-bs-navbar is an Angular directive that can be used for creating the navbar based on Bootstrap, as well Continue Reading
AngularJS Tutorials
The jw-bootstrap-switch-ng2 directive The jw-bootstrap-switch-ng2 is a solution for creating the Bootstrap switches by Angular 2. A switch is a checkbox turned into the On/Off, Yes/No etc. Continue Reading
The extended-datetimepicker for Angular Material The extended-datetimepicker is a date and time picker solution for the Angular based projects. This is a mobile-friendly component that enables month navigation Continue Reading
The AngularJS directives for form validation As AngularJS is becoming more and more popular, its third party components that you may use in your AngularJS or Angular2 Continue Reading
The Angular data table solutions In this post, I am going to share a few data table solutions for AngularJS or AngularJS 2+ versions. The data tables Continue Reading
AngularJS based accordion directives The accordion allows presenting content in collapsible panels. In this post, the accordion directives that you may use in your AngularJS / 2 Continue Reading
The ng-class directive in Angular For dynamically adding or removing the CSS classes from the HTML elements like div, span, input fields etc. you may use the Continue Reading
The ng-repeat directive in AngularJS As the directive name suggests, the ng-repeat instantiates a set of HTML or template for each item in the given collection. li Continue Reading
The ng-if directive in AngularJS As using the ng-if directive, an expression is given. If the expression evaluates as false, the HTML element is removed from the Continue Reading
The forEach function in AngularJS The Angular forEach function can be used to perform some action for each item in a given object or array. The iterator Continue Reading
The ng-style directive The angular ng-style directive can be used for applying the CSS to the specified elements of HTML. For example, upon clicking a button, you Continue Reading
The ng-show directive In AngularJS, the ng-show directive is used to show or hide the specified elements. For example, upon clicking a checkbox, you may display or Continue Reading
The ng-change directive The angularJS ng-change directive, which is used with the input fields like textboxes, textarea, select etc, evaluates the given expression as the value is Continue Reading
The ng-click directive in AngularJS The AngularJS ng-click directive enables us to add customized behavior as an element is clicked. For example, you may use the ngClick Continue Reading