- 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."
- Web程序設(shè)計及應(yīng)用
- Android開發(fā)精要
- Microsoft Application Virtualization Cookbook
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- Groovy for Domain:specific Languages(Second Edition)
- SEO實戰(zhàn)密碼
- R的極客理想:工具篇
- 軟件項目管理實用教程
- 小程序開發(fā)原理與實戰(zhàn)
- Hands-On Swift 5 Microservices Development
- 青少年信息學(xué)競賽
- PHP編程基礎(chǔ)與實踐教程
- Qlik Sense? Cookbook
- Android Development Tools for Eclipse