- 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."
- Mastering OpenLayers 3
- Java范例大全
- DevOps with Kubernetes
- Responsive Web Design with HTML5 and CSS3
- C語言從入門到精通(第4版)
- FFmpeg入門詳解:音視頻原理及應用
- 零基礎學Python數(shù)據分析(升級版)
- 深入淺出Serverless:技術原理與應用實踐
- Mathematica Data Analysis
- 碼上行動:用ChatGPT學會Python編程
- Learning Probabilistic Graphical Models in R
- .NET Standard 2.0 Cookbook
- Python預測分析與機器學習
- Visual Basic 程序設計實踐教程
- jQuery基礎教程(第4版)