- Angular UI Development with PrimeNG
- Sudheer Jonna Oleg Varaksin
- 154字
- 2021-07-15 17:32:52
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: "Interfaces begin with the keyword interface."
A block of code is set as follows:
let x: [string, number];
x = ["age", 40]; // ok
x = [40, "age"] ; // error
Any command-line input or output is written as follows:
npm install -g typescript
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: "File upload also provides a simpler UI with just one button Choose."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 零起步玩轉掌控板與Mind+
- 劍指JVM:虛擬機實踐與性能調優
- Mastering Natural Language Processing with Python
- 面向對象程序設計(Java版)
- ASP.NET 3.5程序設計與項目實踐
- Go并發編程實戰
- Learning ArcGIS for Desktop
- HTML5 APP開發從入門到精通(微課精編版)
- 執劍而舞:用代碼創作藝術
- D3.js By Example
- 計算機應用基礎項目化教程
- Kotlin Programming By Example
- Kotlin進階實戰
- MongoDB Administrator’s Guide
- 高性能MVVM框架的設計與實現:San