File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11``` ts
22import { Component } from ' @angular/core' ;
3+ import { IonIcon } from ' @ionic/angular/standalone' ;
34
45import { addIcons } from ' ionicons' ;
56import { logoIonic } from ' ionicons/icons' ;
@@ -8,6 +9,7 @@ import { logoIonic } from 'ionicons/icons';
89 selector: ' app-example' ,
910 templateUrl: ' example.component.html' ,
1011 styleUrls: [' example.component.css' ],
12+ imports: [IonIcon ],
1113})
1214export class ExampleComponent {
1315 constructor () {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11``` ts
22import { Component } from ' @angular/core' ;
3+ import { IonIcon } from ' @ionic/angular/standalone' ;
34
45import { addIcons } from ' ionicons' ;
56import { logoIonic } from ' ionicons/icons' ;
@@ -8,6 +9,7 @@ import { logoIonic } from 'ionicons/icons';
89 selector: ' app-example' ,
910 templateUrl: ' example.component.html' ,
1011 styleUrls: [' example.component.css' ],
12+ imports: [IonIcon ],
1113})
1214export class ExampleComponent {
1315 constructor () {
You can’t perform that action at this time.
0 commit comments