Skip to content

Commit 6b49c25

Browse files
committed
chore: update comment
1 parent 21f0762 commit 6b49c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ export class AppComponent {
5959
public renderAppTemplates = false;
6060
/**
6161
* A space-separated list of values, hierarchically representing the current platform,
62-
* e.g. on iPhone the value would be "mobile ios iphone"
62+
* e.g. on iPhone the value would be "mobile ios iphone".
6363
* See https://ionicframework.com/docs/angular/platform#platforms-1
64+
* Store as string to use with css [attribute~=value] selector as part of platform-specific overrides
6465
* */
6566
platforms: string;
6667

0 commit comments

Comments
 (0)