- 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.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Instant Testing with CasperJS
- Delphi程序設計基礎:教程、實驗、習題
- C#程序設計實訓指導書
- 移動UI設計(微課版)
- 云原生Spring實戰
- Python面向對象編程:構建游戲和GUI
- KnockoutJS Starter
- 劍指MySQL:架構、調優與運維
- QGIS By Example
- Learning Concurrent Programming in Scala
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 用案例學Java Web整合開發
- ASP.NET程序開發范例寶典
- 一本書講透Java線程:原理與實踐