playground
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<!-- <div class="lesson">-->
|
||||
<app-suggestedlist></app-suggestedlist>
|
||||
|
||||
<ion-card>
|
||||
<ion-card (click)="goPlayground()">
|
||||
<img alt="AI PlayGround" src="https://www.wrenchboard.com/assets/images/apps/ai-playground.jpg" />
|
||||
<ion-card-header>
|
||||
<!-- <ion-card-title>Card Title</ion-card-title>-->
|
||||
|
||||
@@ -55,6 +55,9 @@ export class HomePage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
goPlayground(){
|
||||
this.router.navigate(['playground']);
|
||||
}
|
||||
ionViewDidEnter(){
|
||||
if (this.accountType == 'FULL'){
|
||||
this.getBlogData([]);
|
||||
|
||||
Reference in New Issue
Block a user