Skip to content

Commit f1e46a3

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 f1e46a3

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
> Click :star:if you like the project. Pull Request are highly appreciated. Follow me [@SudheerJonna](https://twitter.com/SudheerJonna) for technical updates.
44
5-
---
6-
<div align="center">
7-
<a href="https://www.fullstack.cafe/?utm_source=github&utm_medium=sud">
8-
3600 Tech Interview Questions. <b>Answered</b>.
9-
<div>
10-
<img src="https://user-images.githubusercontent.com/13550565/76382460-cc784d80-6393-11ea-8837-2b89265ac853.png" width="150" alt="FullStack.Cafe">
11-
</div>
12-
</a>
13-
</div>
14-
155
---
166
<div align="center">
177
<p>
@@ -1587,7 +1577,7 @@ You can download the PDF and Epub version of this repository from the latest run
15871577
15881578
**[⬆ Back to Top](#table-of-contents)**
15891579
1590-
83. ### What are the two phases of AOT?
1580+
83. ### What are the three phases of AOT?
15911581
The AOT compiler works in three phases,
15921582
1. **Code Analysis:** The compiler records a representation of the source
15931583
2. **Code generation:** It handles the interpretation as well as places restrictions on what it interprets.
@@ -4573,8 +4563,15 @@ You can download the PDF and Epub version of this repository from the latest run
45734563
```js
45744564
console.log(this.router.url); // /routename
45754565
```
4566+
4567+
**[⬆ Back to Top](#table-of-contents)**
4568+
45764569
272. ### What is Component Test Harnesses?
45774570
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.
4571+
4572+
**[⬆ Back to Top](#table-of-contents)**
45784573
45794574
273. ### What is the benefit of Automatic Inlining of Fonts?
45804575
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.
4576+
4577+
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)