top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

When and how does HTML pre-processing (the compile phase) of Angular happen?

0 votes
168 views
When and how does HTML pre-processing (the compile phase) of Angular happen?
posted Feb 4, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

I have very high and limited knowledge of compiler's functionality.
As per my knowledge, Compiler does it's job using following steps:
1. Lexical analysis
2. Syntactic analysis
3. Semantic analysis
4. Pre-optimization of internal representation.
5. Code generation
6. Post optimization.

Can some one please explain about 4, 5 and 6 steps ? What they signify ?

...