- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 120字
- 2021-07-15 17:05:26
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: "Then, we go into the advanced-forms folder and prune everything that is not inside the chap7/angular-promise subdirectory."
A block of code is set as follows:
@Component({ selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
Any command-line input or output is written as follows:
npm install -g typescript tsc mytypescriptcodefile.ts
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 數據結構(Java語言描述)
- CouchDB and PHP Web Development Beginner’s Guide
- 組態軟件技術與應用
- MATLAB 2020從入門到精通
- Julia高性能科學計算(第2版)
- 鴻蒙OS應用編程實戰
- Visual Studio Code 權威指南
- Webpack實戰:入門、進階與調優(第2版)
- Deep Learning with R Cookbook
- Arduino Wearable Projects
- 軟件測試分析與實踐
- SQL Server 2012 數據庫應用教程(第3版)
- Java程序設計實用教程(第2版)