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 |
Tell me does Angular use the jQuery library?
What is the future of angularjs?
How to use {}, [], [] and [()] in template using angular2?
How to bypass angular xss protection?
With options on page load how you can initialize a select box?
What is router and switch?
What is package json in angular?
Explain the concept of scope hierarchy?
Which is the first argument typically passed to a node.js callback handler?
What is registering callbacks in angularjs?
What is eager loading in angular 4?
How google handles security in angular 4 applications?