top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Mention the steps for the compilation process of HTML happens?

0 votes
322 views
Mention the steps for the compilation process of HTML happens?
posted Dec 15, 2017 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Compilation of HTML process occurs in following ways

  • Using the standard browser API, first the HTML is parsed into DOM
  • By using the call to the $compile () method, compilation of the DOM is performed. The method traverses the DOM and matches the directives.
  • Link the template with scope by calling the linking function returned from the previous step
answer Dec 15, 2017 by Shivaranjini
...