Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/ng-ui-widgets-category/style/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Styling the app is important for every appication. In NativeScript there are two possible option to attached style in the project.
The most common way to style elements in the app is to define the styles inside `CSS` file and to set class name or id name to the components in the `HTML`, which you want to style.
Another way is to attached styles in the TypeScript code, while using `css` property of the `Page` component.
Styling the app is important for every application. In NativeScript there are two ways to apply styles.
The most common way to style elements in the app is to define styles in a CSS file and use classes or IDs in the component HTML.
Another way is to apply styles in the TypeScript code, using the `css` property of the `Page` component.