File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed
v7/layout/dynamic-font-scaling/angular
v8/layout/dynamic-font-scaling/angular Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change 11``` ts
22import { Component } from ' @angular/core' ;
3+ import {
4+ IonBackButton ,
5+ IonButton ,
6+ IonButtons ,
7+ IonCheckbox ,
8+ IonContent ,
9+ IonFooter ,
10+ IonHeader ,
11+ IonIcon ,
12+ IonInput ,
13+ IonItem ,
14+ IonLabel ,
15+ IonList ,
16+ IonTitle ,
17+ IonToggle ,
18+ IonToolbar ,
19+ } from ' @ionic/angular/standalone' ;
320
421import { addIcons } from ' ionicons' ;
522import { create } from ' ionicons/icons' ;
@@ -8,6 +25,23 @@ import { create } from 'ionicons/icons';
825 selector: ' app-example' ,
926 templateUrl: ' example.component.html' ,
1027 styleUrls: [' example.component.css' ],
28+ imports: [
29+ IonBackButton ,
30+ IonButton ,
31+ IonButtons ,
32+ IonCheckbox ,
33+ IonContent ,
34+ IonFooter ,
35+ IonHeader ,
36+ IonIcon ,
37+ IonInput ,
38+ IonItem ,
39+ IonLabel ,
40+ IonList ,
41+ IonTitle ,
42+ IonToggle ,
43+ IonToolbar ,
44+ ],
1145})
1246export class ExampleComponent {
1347 constructor () {
Original file line number Diff line number Diff line change 11``` ts
22import { Component } from ' @angular/core' ;
3+ import {
4+ IonBackButton ,
5+ IonButton ,
6+ IonButtons ,
7+ IonCheckbox ,
8+ IonContent ,
9+ IonFooter ,
10+ IonHeader ,
11+ IonIcon ,
12+ IonInput ,
13+ IonItem ,
14+ IonLabel ,
15+ IonList ,
16+ IonTitle ,
17+ IonToggle ,
18+ IonToolbar ,
19+ } from ' @ionic/angular/standalone' ;
320
421import { addIcons } from ' ionicons' ;
522import { create } from ' ionicons/icons' ;
@@ -8,6 +25,23 @@ import { create } from 'ionicons/icons';
825 selector: ' app-example' ,
926 templateUrl: ' example.component.html' ,
1027 styleUrls: [' example.component.css' ],
28+ imports: [
29+ IonBackButton ,
30+ IonButton ,
31+ IonButtons ,
32+ IonCheckbox ,
33+ IonContent ,
34+ IonFooter ,
35+ IonHeader ,
36+ IonIcon ,
37+ IonInput ,
38+ IonItem ,
39+ IonLabel ,
40+ IonList ,
41+ IonTitle ,
42+ IonToggle ,
43+ IonToolbar ,
44+ ],
1145})
1246export class ExampleComponent {
1347 constructor () {
You can’t perform that action at this time.
0 commit comments