C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
What is AOT compilation?
Sanwar Ranwa
7y
4.9k
2
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
ahead of time (AOT) compilation is the act of compiling a higher level programming language
yogesh waran
7y
2
In computer science, ahead-of-time (AOT) compilation is the act of compiling a higher-level programming language such as C or C++, or an intermediate representation such as Java bytecode or .NET Framework Common Intermediate Language (CIL) code, into a native (system-dependent) machine code so that the resulting binary.Wiki Link for the same: https://en.wikipedia.org/wiki/Ahead-of-time_compilation
Shivam Shukla
7y
2
Ahead-of-Time (AOT), it compiles angular app at build time. It converts your Angular HTML and TypeScript code into efficient JavaScript code during the build phase before the browser downloads and runs that code.
snehal suryavanshi
7y
2
Aot compilation is used to convert the html code into efficient javascript code
Deepam Dutta
7y
1
Angular's Ahead-of-Time (AoT) compilation is a powerful tool, that improves page load by such multiples that speed-up is sensible by human beings. In our case, an application bundled with the AoT compiler loads 3 times faster than the same application bundled with the JiT compiler.
Abhijit Sahoo
7y
1
What are Event emitters in Angular 2 ?
What is Bazel and Closure Compiler in Angular 6?
Message