- Essential Angular
- Victor Savkin Jeff Cross
- 198字
- 2021-07-02 22:56:24
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: "This will compile AppModule into a module factory and then use the factory to instantiate the module." A block of code is set as follows:
class TalkCmp {
@Input() talk: Talk;
@Output() rate: EventEmitter;
//...
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
class TalkCmp {
@Input() talk: Talk;
@Output() rate: EventEmitter;
//...
}
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: "Say the conference application we use in this book has a Load More button, clicking on which loads more items and adds them to the list."
- CMDB分步構建指南
- iOS 9 Game Development Essentials
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- vSphere High Performance Cookbook
- Web交互界面設計與制作(微課版)
- Scratch 3.0少兒編程與邏輯思維訓練
- Spring核心技術和案例實戰
- C語言從入門到精通
- C#程序設計教程(第3版)
- TMS320LF240x芯片原理、設計及應用
- JavaScript腳本特效編程給力起飛
- Android應用開發深入學習實錄
- Mastering AWS Security
- C語言程序設計實訓教程與水平考試指導
- Python程序設計:基礎與實踐