|
2 | 2 |
|
3 | 3 | > Click :star:if you like the project. Pull Request are highly appreciated. Follow me [@SudheerJonna](https://twitter.com/SudheerJonna) for technical updates.
|
4 | 4 |
|
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 |
| - |
15 | 5 | ---
|
16 | 6 | <div align="center">
|
17 | 7 | <p>
|
@@ -1587,7 +1577,7 @@ You can download the PDF and Epub version of this repository from the latest run
|
1587 | 1577 |
|
1588 | 1578 | **[⬆ Back to Top](#table-of-contents)**
|
1589 | 1579 |
|
1590 |
| -83. ### What are the two phases of AOT? |
| 1580 | +83. ### What are the three phases of AOT? |
1591 | 1581 | The AOT compiler works in three phases,
|
1592 | 1582 | 1. **Code Analysis:** The compiler records a representation of the source
|
1593 | 1583 | 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
|
4573 | 4563 | ```js
|
4574 | 4564 | console.log(this.router.url); // /routename
|
4575 | 4565 | ```
|
| 4566 | +
|
| 4567 | + **[⬆ Back to Top](#table-of-contents)** |
| 4568 | +
|
4576 | 4569 | 272. ### What is Component Test Harnesses?
|
4577 | 4570 | 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)** |
4578 | 4573 |
|
4579 | 4574 | 273. ### What is the benefit of Automatic Inlining of Fonts?
|
4580 | 4575 | 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