Skip to content

Commit 5edbe57

Browse files
committed
Merge pull request sudheerj#30 from zacnomore/patch-1
Update AOT phases question title to match content
2 parents 40954a0 + ed1e89e commit 5edbe57

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ You can download the PDF and Epub version of this repository from the latest run
15871587
15881588
**[⬆ Back to Top](#table-of-contents)**
15891589
1590-
83. ### What are the two phases of AOT?
1590+
83. ### What are the three phases of AOT?
15911591
The AOT compiler works in three phases,
15921592
1. **Code Analysis:** The compiler records a representation of the source
15931593
2. **Code generation:** It handles the interpretation as well as places restrictions on what it interprets.
@@ -4573,8 +4573,15 @@ You can download the PDF and Epub version of this repository from the latest run
45734573
```js
45744574
console.log(this.router.url); // /routename
45754575
```
4576+
4577+
**[⬆ Back to Top](#table-of-contents)**
4578+
45764579
272. ### What is Component Test Harnesses?
45774580
A component harness is a testing API around an Angular directive or component to make tests simpler by hiding implementation details from test suites. This can be shared between unit tests, integration tests, and end-to-end tests. The idea for component harnesses comes from the **PageObject** pattern commonly used for integration testing.
4581+
4582+
**[⬆ Back to Top](#table-of-contents)**
45784583
45794584
273. ### What is the benefit of Automatic Inlining of Fonts?
45804585
During compile time, Angular CLI will download and inline the fonts that your application is using. This performance update speed up the first contentful paint(FCP) and this feature is enabled by default in apps built with version 11.
4586+
4587+
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)