Angular 9|8|7 Material Table Column Width, Text Alignment Customization

Angular Material provides an awesome fully-featured data-table component that can be easily implemented in an Angular application. The datatable UI component provided by Material is based on the material design provides many features like Pagination, Sortable columns, Filter data, Frozen

Angular 9|8|7 Material Table Column Width, Text Alignment Customization Read More »

Angular 12 Swiper Slider Effects Example – ‘fade’ | ‘cube’ | ‘coverflow’ | ‘flip’ Tutorial

Swiper slides animation tutorial using the ngx-useful-swiper package in Angular 7+ applications including 8,9,10 versions. In the previous tutorial, we discussed How to add a Swiper slider in an Angular application using the ngx-useful-swiper package with various Configurations, Even handling

Angular 12 Swiper Slider Effects Example – ‘fade’ | ‘cube’ | ‘coverflow’ | ‘flip’ Tutorial Read More »

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.

In one of my Angular 8 project, there was an API call of type GET, but strangely I was not able to make any call to server and error callback displaying this error:

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable. Read More »