- 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."
- WildFly:New Features
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- 編程珠璣(續(xù))
- INSTANT MinGW Starter
- NativeScript for Angular Mobile Development
- C++從入門到精通(第5版)
- iPhone應(yīng)用開發(fā)從入門到精通
- 大話Java:程序設(shè)計(jì)從入門到精通
- 分布式數(shù)據(jù)庫原理、架構(gòu)與實(shí)踐
- Java EE 7 with GlassFish 4 Application Server
- Clojure for Finance
- LabVIEW數(shù)據(jù)采集(第2版)
- PHP典型模塊與項(xiàng)目實(shí)戰(zhàn)大全
- JSP編程教程
- Scratch編程入門與算法進(jìn)階(第2版)