For example if you do this:
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-home',
templateUrl: 'home.page.html',
styleUrls: ['home.page.scss']
})
export class HomePage implements OnInit {
private algo;
constructor() { }
ngOnInit() {
this.algo = [{"summary":"They feature Vault Boy, Power Armor and Perk Cards.","title":" 'Fallout 76' gets glow-in-the-dark postage stamps in the UK and Europe ","external_article":true,"tags":"av bethesda fallout fallout76 gaming merchandise","thumbnail":"https://o.aolcdn.com/images/dims?resize=810%2C455&crop=810%2C455%2C0%2C0&quality=80&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D890%252C606%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1089%26image_uri%3Dhttps%253A%252F%252Fs.yimg.com%252Fos%252Fcreatr-uploaded-images%252F2018-11%252Fc0f3ab40-e355-11e8-8aab-e53d6d21b3cc%26client%3Da1acac3e1b3290917d92%26signature%3Df261c3e5094660130b56973b6fe12394d4ca851b&client=amp-blogside-v2&signature=4bcd9c5eda7c95eedccdfeda16d5433af083f74b","source":"Engadget","authors":"saqib shah/","url":"https://www.engadget.com/2018/11/08/fallout-76-postage-stamps/","date":"2018-11-08T15:19:02.823Z"},{"summary":" We are almost at the end of the week, let's share one burst of inspiration roundup, calling it: Pure Inspiration. We have our UI Inspiration but this one is more scattered. We are not trying to be focused but sharing a series of images from UI interactions, photography, illustration, graphic design and so on.","title":"Pure Inspiration: A roundup Yi Li, Michal Kmeť and more","external_article":true,"tags":"pure inspiration inspiration digital art","thumbnail":"http://abduzeedo.com/sites/default/files/styles/home_cover/public/originals/interface.png?itok=luu2-Jay","source":"Abduzeedo","authors":"François Hoang","url":"http://abduzeedo.com/pure-inspiration-roundup-yi-li-michal-kmet-and-more","date":"2018-11-08T00:00:00Z"},{"summary":"Black Friday and Cyber Monday are coming for 2018 - here's everything you need to know as a creator, including how to find the best deals on creative tech, design software and more this weekend.","title":"Black Friday 2018: When is it and what artists and designers can expect this year","external_article":true,"tags":"\nNews\n","thumbnail":"https://cdn4.digitalartsonline.co.uk/cmsdata/features/3686417/black-friday-homepage_thumb336.png","source":"Digital Arts","authors":"Giacomo Lee","url":"http://mobile.digitalartsonline.co.uk/news/creative-software/black-friday-2018-when-is-it-what-artists-designers-can-expect-this-year/","date":"2018-11-08T00:00:00Z"},{"summary":"Harley-Davidson has launched its first electric motorcycle, the LiveWire, which is set to go on sale in 2019.","title":"Harley-Davidson debuts motorcycle \"that just happens to be electric\"","external_article":true,"tags":"Design","thumbnail":"https://static.dezeen.com/uploads/2018/11/harley-davidson-electric-motorcyle-livewire_dezeen_1704_hero23.jpg","source":"Dezeen","authors":"Rima Sabina Aouf","url":"https://www.dezeen.com/2018/11/08/harley-davidson-first-electric-motorcycle-livewire/","date":"2018-11-08T00:00:00Z"},{"summary":"Can Marketing Save Lives? at the Museum of Brands demonstrates how attitudes have shifted alongside the campaigns designed to change and moderate people’s behaviour","title":"Exhibition reveals evolving public health campaigns on smoking, sexual health and more","external_article":true,"tags":"\nReviews ","thumbnail":"https://s3-eu-central-1.amazonaws.com/centaur-wp/designweek/prod/content/uploads/2018/11/07135948/Z1PLrgmw.jpg","source":"Design Week","authors":"Alina Polianskaya","url":"https://www.designweek.co.uk/issues/5-11-november-2018/public-health-campaigns-exhibition-shows-from-past-century-shows-how-m/","date":"2018-11-07T15:13:45Z"}];
}
}
and
<ion-content padding>
<ion-slides [options]="{'autoplay': false, 'slidesPerView': 2.5}" scrollbar="true">
<ion-slide *ngFor="let a of algo">
<ion-img [src]="a.thumbnail"></ion-img>
<h1 class="featured-title">{{a.title}}</h1>
</ion-slide>
</ion-slides>
</ion-content>
It happends for a brief period of time