Ngx-Bootstrap – Pagination
ngx-bootstrap pagination component provides pagination links or a pager component to your site or component. PaginationComponent selector pagination Inputs align − boolean, if true aligns each link to the sides of…
ngx-bootstrap pagination component provides pagination links or a pager component to your site or component. PaginationComponent selector pagination Inputs align − boolean, if true aligns each link to the sides of…
ngx-bootstrap modals component is a flexible and highly configurable dialog prompt and provides multiple defaults and can be used with minimum code. ModalDirective selector [bsModal] Inputs config − ModalOptions, allows to…
In this guide we will discuss Ngx-Bootstrap - Dropdowns. ngx-bootstrap dropdown component is toggleable and provides contextual overlay to display list of links etc. With dropdown directives we can make…
This SQL Server tutorial explains how to use the PATINDEX function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the PATINDEX functions returns the location of a…
In this guide, we will discuss Erlang Pattern Matching. Patterns look the same as terms – they can be simple literals like atoms and numbers, compound like tuples and lists,…
This SQL Server tutorial explains how to use the NCHAR function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the NCHAR function returns the Unicode character based…
In this guide, we will discuss Erlang Preprocessors. Before an Erlang module is compiled, it is automatically processed by the Erlang Preprocessor. The preprocessor expands any macros that might be…
This SQL Server tutorial explains how to use the RTRIM function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the RTRIM function removes all space characters from…
This SQL Server tutorial explains how to use the LTRIM function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the LTRIM function removes all space characters from…
In this guide, we will discuss Erlang Header Files. Header files are like include files in any other programming language. It is useful for splitting modules into different files and…