Added tooltip components
This commit is contained in:
@@ -2,6 +2,8 @@ import {Component} from '@angular/core';
|
||||
import {IonicModule} from "@ionic/angular";
|
||||
import {addIcons} from "ionicons";
|
||||
import {walkOutline, addOutline} from "ionicons/icons";
|
||||
import {TitlePartComponent} from "../../components/title-part/title-part.component";
|
||||
import {ChallengeCardComponent} from "../../components/challenge-card/challenge-card.component";
|
||||
|
||||
addIcons({
|
||||
'profile': walkOutline,
|
||||
@@ -13,7 +15,9 @@ addIcons({
|
||||
templateUrl: './home.component.html',
|
||||
styleUrls: ['./home.component.scss'],
|
||||
imports: [
|
||||
IonicModule
|
||||
IonicModule,
|
||||
TitlePartComponent,
|
||||
ChallengeCardComponent
|
||||
]
|
||||
})
|
||||
export class HomeComponent {
|
||||
|
||||
Reference in New Issue
Block a user