- 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.
推薦閱讀
- Unity 2020 By Example
- 軟件測試工程師面試秘籍
- 用Python實現深度學習框架
- Java編程的邏輯
- 愛上micro:bit
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 智能手機故障檢測與維修從入門到精通
- 代碼閱讀
- Web Developer's Reference Guide
- OpenCV Android Programming By Example
- Scala Functional Programming Patterns
- Flink技術內幕:架構設計與實現原理
- Python Web自動化測試設計與實現
- Java程序設計實用教程(第2版)
- Apache Solr for Indexing Data