- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 212字
- 2021-07-02 18:41:44
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Various common properties (padding, font size, font weight, color, background color, and more) are supported. Also, shorthand margin/padding works as well, that is, padding: 15 5."
A block of code is set as follows:
[default]
export class AppComponent {}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
public init() {
const item = {};
item.volume = 1;
}
Any command-line input or output is written as follows:
# tns run ios --emulator
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Running our app again, we now see the login prompt when we tap the Record button".
- C語言程序設計實踐教程(第2版)
- Rust編程:入門、實戰與進階
- HTML5+CSS3基礎開發教程(第2版)
- Programming ArcGIS 10.1 with Python Cookbook
- Mastering PHP Design Patterns
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Hands-On C++ Game Animation Programming
- Getting Started with Greenplum for Big Data Analytics
- Linux C編程:一站式學習
- Microsoft Azure Storage Essentials
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Android應用開發實戰(第2版)
- Photoshop智能手機APP界面設計
- Microsoft Windows Identity Foundation Cookbook
- Daniel Arbuckle's Mastering Python