- Switching to Angular(Third Edition)
- Minko Gechev
- 211字
- 2021-07-02 15:23:25
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: "The next lines of code read the link and assign it to the BeautifulSoup function." A block of code is set as follows:
var result = [1, 2, 3].reduce(function (total, current) { return total + current; }, 0);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
var result = [1, 2, 3].reduce(function (total, current) { return total + current; }, 0);
Any command-line input or output is written as follows:
$ tsc hello-world.ts
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: "When you add a new to-do item in the input and click on the Add button, it won't immediately appear in the list."
- SPSS數據挖掘與案例分析應用實踐
- C語言程序設計教程
- 移動UI設計(微課版)
- Building a Game with Unity and Blender
- HTML5 移動Web開發從入門到精通(微課精編版)
- 正則表達式經典實例(第2版)
- SharePoint Development with the SharePoint Framework
- 深入淺出Serverless:技術原理與應用實踐
- BIM概論及Revit精講
- Mastering ROS for Robotics Programming
- Mastering Linux Security and Hardening
- Python全棧數據工程師養成攻略(視頻講解版)
- Unity 3D/2D移動開發實戰教程
- MySQL入門很輕松(微課超值版)
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件