Please explain system.config.ts file used in angular?



Please explain system.config.ts file used in angular?..

Answer / Javed Akhter

The SystemJS configuration file (usually named `system.config.ts`) is used by Angular 1 and earlier versions to load modules asynchronously and configure various aspects of the application, such as map paths to modules and set up dependencies between them. However, with the release of Angular CLI, the need for SystemJS has largely been eliminated, and it is no longer recommended for use in new Angular applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Tell me does Angular use the jQuery library?

1 Answers  


What is the future of angularjs?

1 Answers  


How to use {}, [], [] and [()] in template using angular2?

1 Answers  


How to bypass angular xss protection?

1 Answers  


With options on page load how you can initialize a select box?

1 Answers  


What is router and switch?

1 Answers  


What is package json in angular?

1 Answers  


Explain the concept of scope hierarchy?

1 Answers  


Which is the first argument typically passed to a node.js callback handler?

1 Answers  


What is registering callbacks in angularjs?

1 Answers  


What is eager loading in angular 4?

1 Answers  


How google handles security in angular 4 applications?

1 Answers  


Categories