Skip to main content

Posts

Showing posts with the label What is Traceur compiler?

73 Angular 2 Interview Questions and Answers

Angular Book - Angular 2, Angular 4 and Typescript Interview Questions and Answers! Basic Questions What is Angular 2? What are the fundamentals concepts of Angular 2? What Are The New Features Of Angular 2? Why You Used Angular 2? What are advantages of Angular 2? How Can We Setting Up Our Development Environment For Angular 2? What are TypeScript Types? In Detail? What is AOT Compilation? - Pros and Cons of Ahead-of-Time! What is Lazy Loading and How to enable Lazy Loading? How would you Optimize the Angular 2 Application for Better Performance? What are the Securities Threats should we be Aware of in Angular 2 Applications? What are major changes in Angular 2? What are the core components of Angular 2? What set of modern browsers are supported in Angular 2? What are differences between Angular 2 and Angular 1? Can you write both Angular 1 and Angular 2 codes in a single project? What are differences between Constructors and OnInit? What did...

Angular 2 Compiler | What is Traceur compiler in Angular 2 ?

The Traceur is a JavaScript compiler. The Traceur compiler used to allow us to use the features from the future. The Traceur compiler is fully supported to ECMAScript (ES6) and ES.vNext also. The main goal of Traceur compiler is to inform the designs of new JavaScript features and also allow us to write the code in better manners and it also prefer, tell us to use design patterns. Now the days Traceur compiler are broadly used in Angularv2.0 because Angular v2.0 are fully used to ES5  and ES6. The output as given below link http://www.javascriptoo.com/traceur https://code.google.com/p/traceur-compiler/wiki/GettingStarted Thank you!